diff -r a525cc2214e7 -r 2c025db10a10 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Tue Apr 17 20:19:46 2012 +0200 +++ b/src/css/LdtPlayer.css Wed Apr 18 18:58:44 2012 +0200 @@ -325,12 +325,12 @@ height: 5px; margin: 9px 3px 0; background: #cccccc; border: 1px solid #999999; border-radius: 2px; } -.Ldt-Ctrl-Volume-Cursor { - position: absolute; top: 2px; width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px; +.Ldt-Ctrl-Volume-Control .ui-slider-handle { + width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px; top: -8px; margin-left: -4px; cursor: pointer; } -.Ldt-Ctrl-Volume-Control:hover .Ldt-Ctrl-Volume-Cursor { +.Ldt-Ctrl-Volume-Control:hover .ui-slider-handle { background: #F7268E; }