]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: Fix icon for current recording
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Sun, 19 Oct 2014 17:22:20 +0000 (19:22 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 20 Oct 2014 17:35:09 +0000 (19:35 +0200)
Fix icon for current recording because was the same as recording tab.

src/webui/static/app/ext.css
src/webui/static/app/tvheadend.js
src/webui/static/icons/recordingtab.png [moved from src/webui/static/icons/recording.png with 100% similarity]

index f9df548599dbdf1be4495335d385e777dc6398e6..f37b7f85a563f00d70efcb61c7d1c7fe0b1beafe 100644 (file)
     background-image: url(../icons/dvrprofiles.png) !important;
 }
 
-.recording{
-    background-image: url(../icons/recording.png) !important;
+.recordingtab{
+    background-image: url(../icons/recordingtab.png) !important;
 }
 
 .timeshift{
index cb92e758182323dde1d428532e2909be9f60a5df..ed29ff81ee41a7b2506c569f096046fb24f717ae 100644 (file)
@@ -386,7 +386,7 @@ function accessUpdate(o) {
             activeTab: 0,
             autoScroll: true,
             title: 'Recording',
-            iconCls: 'recording',
+            iconCls: 'recordingtab',
             items: []
         });
         tvheadend.dvr_settings(tsdvr);