From 73576898b1c765e2c5a52c51467a0e2af1067fb6 Mon Sep 17 00:00:00 2001 From: sb1066 Date: Sun, 11 Jul 2010 17:33:41 +0000 Subject: [PATCH] Added css styles for the media player --- src/webui/static/app/ext.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index b4bd001d..47a4a216 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; }