src/widgets/Slice.css
branchnew-model
changeset 924 64c2eaafe5e2
parent 923 b3ee7d1b472a
child 965 eadb7290c325
equal deleted inserted replaced
923:b3ee7d1b472a 924:64c2eaafe5e2
     3 .Ldt-Slice {
     3 .Ldt-Slice {
     4     border-radius: 0; border: none; padding: 0; margin: 2px 0 12px; background: #B6B8B8; height: 8px;
     4     border-radius: 0; border: none; padding: 0; margin: 2px 0 12px; background: #B6B8B8; height: 8px;
     5 }
     5 }
     6 
     6 
     7 .Ldt-Slice .ui-slider-handle {
     7 .Ldt-Slice .ui-slider-handle {
     8     width: 7px; height: 20px; top: 0; border: none; margin: 0; padding: 0; background: url(img/slice-handles.png); border-radius: 0;
     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;
     9 }
    10 }
    10 
    11 
    11 .ui-slider-handle.Ldt-Slice-left-handle {
    12 .ui-slider-handle.Ldt-Slice-left-handle {
    12     margin-left: -7px;
    13     margin-left: -7px;
    13 }
    14 }