Fix : Hand cursor was not properly centered

This commit is contained in:
jdescottes 2015-09-13 17:33:06 +02:00
parent 489298e87a
commit cffb68c88c

View File

@ -149,7 +149,7 @@
}
.tool-move .drawing-canvas-container:hover {
cursor: url(../img/icons/hand.png) 15 15, pointer;
cursor: url(../img/icons/hand.png) 7 7, pointer;
}
.tool-rectangle-select .drawing-canvas-container:hover {