]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Added css styles for the media player
authorsb1066 <sb1066@gmail.com>
Sun, 11 Jul 2010 17:33:41 +0000 (17:33 +0000)
committersb1066 <sb1066@gmail.com>
Sun, 11 Jul 2010 17:33:41 +0000 (17:33 +0000)
src/webui/static/app/ext.css

index b4bd001dfdbdf45829f38b85f6e7b38d9e9d6c06..47a4a21642a06e6ffd2313c8de91c6b7accbdc27 100644 (file)
     background-image:url(../icons/television.png) !important;
 }
 
+.eye {
+    background-image:url(../icons/eye.png) !important;
+}
+
+.control_play {
+    background-image:url(../icons/control_play.png) !important;
+}
+
+.control_pause {
+    background-image:url(../icons/control_pause.png) !important;
+}
+
+.control_stop {
+    background-image:url(../icons/control_stop.png) !important;
+}
+
+.control_volume {
+    background-image:url(../icons/sound.png) !important;
+}
+
+.control_fullscreen {
+    background-image:url(../icons/arrow_out.png) !important;
+}
+
 .newspaper {
     background-image:url(../icons/newspaper.png) !important;
 }