diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 1458237..02c7b36 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -1902,7 +1902,7 @@ span.zoom_tool img { } #workarea.eyedropper { - cursor: url(images/eyedropper.png), crosshair; + cursor: url(images/eyedropper.png) 0 16, crosshair; } #workarea.fhpath { diff --git a/editor/svgedit.compiled.css b/editor/svgedit.compiled.css index 8424e57..3a508df 100644 --- a/editor/svgedit.compiled.css +++ b/editor/svgedit.compiled.css @@ -393,7 +393,7 @@ span.zoom_tool img{vertical-align:top} #menu{display:none;position:absolute;top:0;left:0;right:0;height:30px;background:#000;z-index:10;color:#fff} #workarea.rect,#workarea.line,#workarea.ellipse,#workarea.path,#workarea.shapelib{cursor:crosshair} #workarea.text{cursor:text} -#workarea.eyedropper{cursor:url(images/eyedropper.png),crosshair} +#workarea.eyedropper{cursor:url(images/eyedropper.png) 0 16,crosshair} #workarea.fhpath{cursor:url(images/pencil_cursor.png) 0 20,crosshair} #workarea.rotate *{cursor:url(images/rotate.png) 12 12,auto} #workarea.n-resize *{cursor:n-resize!important} diff --git a/editor/temp.css b/editor/temp.css index b67f089..90367b4 100644 --- a/editor/temp.css +++ b/editor/temp.css @@ -2548,7 +2548,7 @@ span.zoom_tool img { } #workarea.eyedropper { - cursor: url(images/eyedropper.png), crosshair; + cursor: url(images/eyedropper.png) 0 16, crosshair; } #workarea.fhpath { diff --git a/method-draw/svg-editor.css b/method-draw/svg-editor.css index 1458237..02c7b36 100644 --- a/method-draw/svg-editor.css +++ b/method-draw/svg-editor.css @@ -1902,7 +1902,7 @@ span.zoom_tool img { } #workarea.eyedropper { - cursor: url(images/eyedropper.png), crosshair; + cursor: url(images/eyedropper.png) 0 16, crosshair; } #workarea.fhpath { diff --git a/method-draw/svgedit.compiled.css b/method-draw/svgedit.compiled.css index 8424e57..3a508df 100644 --- a/method-draw/svgedit.compiled.css +++ b/method-draw/svgedit.compiled.css @@ -393,7 +393,7 @@ span.zoom_tool img{vertical-align:top} #menu{display:none;position:absolute;top:0;left:0;right:0;height:30px;background:#000;z-index:10;color:#fff} #workarea.rect,#workarea.line,#workarea.ellipse,#workarea.path,#workarea.shapelib{cursor:crosshair} #workarea.text{cursor:text} -#workarea.eyedropper{cursor:url(images/eyedropper.png),crosshair} +#workarea.eyedropper{cursor:url(images/eyedropper.png) 0 16,crosshair} #workarea.fhpath{cursor:url(images/pencil_cursor.png) 0 20,crosshair} #workarea.rotate *{cursor:url(images/rotate.png) 12 12,auto} #workarea.n-resize *{cursor:n-resize!important} diff --git a/method-draw/temp.css b/method-draw/temp.css index b67f089..90367b4 100644 --- a/method-draw/temp.css +++ b/method-draw/temp.css @@ -2548,7 +2548,7 @@ span.zoom_tool img { } #workarea.eyedropper { - cursor: url(images/eyedropper.png), crosshair; + cursor: url(images/eyedropper.png) 0 16, crosshair; } #workarea.fhpath {