# HG changeset patch # User hamidouk # Date 1323443369 -3600 # Node ID 6c555484037b55c2b26f42530233497e9075607c # Parent 6e6b4a54776a765c181cd019228d48fdab7d2613 added styling for the mute/unmute button. diff -r 6e6b4a54776a -r 6c555484037b 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; }