added styling for the mute/unmute button. popcorn-port
authorhamidouk
Fri, 09 Dec 2011 16:09:29 +0100
branchpopcorn-port
changeset 450 6c555484037b
parent 449 6e6b4a54776a
child 451 2217bd6fd068
added styling for the mute/unmute button.
src/css/LdtPlayer.css
--- a/src/css/LdtPlayer.css	Fri Dec 09 16:08:14 2011 +0100
+++ b/src/css/LdtPlayer.css	Fri Dec 09 16:09:29 2011 +0100
@@ -215,12 +215,30 @@
     }
 
     .Ldt-CtrlSound {
+      background:url('imgs/sound_sprite.png') no-repeat scroll 0 0 transparent ;
+      width: 33px;
+      height: 25px;
+      border-right: 1px solid #b6b8b8;
+      float: right;
+      border-left: none;
+    }
+
+    .Ldt-CtrlSound:hover {
+      background-position: 0 -25px;
+    }
+
+    .Ldt-CtrlSound:active {
+      background-position: 0 -50px;
+    }
+/*
+    .Ldt-CtrlSound {
       float: right;
       border-left: none;
       height: 25px;
       top: 7px;
       position: inherit;
     }
+*/    
     .Ldt-cleaner {
       clear:both;
     }