src/widgets/Slice.css
branchnew-model
changeset 923 b3ee7d1b472a
parent 880 4c7b33bf2795
child 924 64c2eaafe5e2
--- a/src/widgets/Slice.css	Wed Jun 27 19:03:37 2012 +0200
+++ b/src/widgets/Slice.css	Fri Jun 29 16:22:52 2012 +0200
@@ -5,18 +5,18 @@
 }
 
 .Ldt-Slice .ui-slider-handle {
-    width: 6px; height: 20px; top: 0; border: none; margin: 0; padding: 0; background: url(img/slice-handles.png);
+    width: 7px; height: 20px; top: 0; border: none; margin: 0; padding: 0; background: url(img/slice-handles.png); border-radius: 0;
 }
 
 .ui-slider-handle.Ldt-Slice-left-handle {
-    margin-left: -6px;
+    margin-left: -7px;
 }
 
 .ui-slider-handle.Ldt-Slice-right-handle {
-    margin-left: 0; background-position: -6px 0;
+    margin-left: 0; background-position: -7px 0;
 }
 
 .Ldt-Slice .ui-slider-range {
-    background: url(img/pinstripe.png);
+    background: url(img/pinstripe-purple.png);
 }