From: sb1066 Date: Sun, 11 Jul 2010 17:33:41 +0000 (+0000) Subject: Added css styles for the media player X-Git-Tag: 2.12~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73576898b1c765e2c5a52c51467a0e2af1067fb6;p=thirdparty%2Ftvheadend.git Added css styles for the media player --- diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index b4bd001df..47a4a2164 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -165,6 +165,30 @@ 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; }