Issue #290: fix wand cursor hotspot

This commit is contained in:
Julian Descottes 2016-07-30 12:19:52 +02:00 committed by juliandescottes
parent 34f2a9df0b
commit 0d1210e71f

View File

@ -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 {