equal
deleted
inserted
replaced
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: 6px; height: 20px; top: 0; border: none; margin: 0; padding: 0; background: url(img/slice-handles.png); |
8 width: 7px; height: 20px; top: 0; border: none; margin: 0; padding: 0; background: url(img/slice-handles.png); border-radius: 0; |
9 } |
9 } |
10 |
10 |
11 .ui-slider-handle.Ldt-Slice-left-handle { |
11 .ui-slider-handle.Ldt-Slice-left-handle { |
12 margin-left: -6px; |
12 margin-left: -7px; |
13 } |
13 } |
14 |
14 |
15 .ui-slider-handle.Ldt-Slice-right-handle { |
15 .ui-slider-handle.Ldt-Slice-right-handle { |
16 margin-left: 0; background-position: -6px 0; |
16 margin-left: 0; background-position: -7px 0; |
17 } |
17 } |
18 |
18 |
19 .Ldt-Slice .ui-slider-range { |
19 .Ldt-Slice .ui-slider-range { |
20 background: url(img/pinstripe.png); |
20 background: url(img/pinstripe-purple.png); |
21 } |
21 } |
22 |
22 |