From 0d1210e71f264af3d5855111a4bee1ed29cf2a70 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Sat, 30 Jul 2016 12:19:52 +0200 Subject: [PATCH] Issue #290: fix wand cursor hotspot --- src/css/tools.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/tools.css b/src/css/tools.css index dca84a08..ff54cbf9 100644 --- a/src/css/tools.css +++ b/src/css/tools.css @@ -76,7 +76,7 @@ } .tool-shape-select .drawing-canvas-container:hover { - cursor: url(../img/cursors/wand.png) 15 15, pointer; + cursor: url(../img/cursors/wand.png) 10 5, pointer; } .tool-colorpicker .drawing-canvas-container:hover {