web/lib/metadataplayer/Slice.css
changeset 0 7f8907368bd5
equal deleted inserted replaced
-1:000000000000 0:7f8907368bd5
       
     1 /* Slider Widget */
       
     2 
       
     3 .Ldt-Slice {
       
     4     border-radius: 0; border: none; padding: 0; margin: 12px 0 12px; background: #B6B8B8; height: 8px;
       
     5 }
       
     6 
       
     7 .Ldt-Slice .ui-slider-handle {
       
     8     width: 7px; height: 20px; top: 0; border: none; margin: 0; padding: 0;
       
     9     background: url(img/slice-handles.png); border-radius: 0; cursor: pointer;
       
    10 }
       
    11 
       
    12 .ui-slider-handle.Ldt-Slice-left-handle {
       
    13     margin-left: -7px;
       
    14 }
       
    15 
       
    16 .ui-slider-handle.Ldt-Slice-right-handle {
       
    17     margin-left: 0; background-position: -7px 0;
       
    18 }
       
    19 
       
    20 .Ldt-Slice .ui-slider-range {
       
    21     background: url(img/pinstripe-purple.png);
       
    22 }
       
    23