src/css/LdtPlayer.css
branchpopcorn-port
changeset 450 6c555484037b
parent 439 1c1eebd0d080
child 469 154c049e0c06
--- 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;
     }