mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix : Hand cursor was not properly centered
This commit is contained in:
parent
489298e87a
commit
cffb68c88c
@ -149,7 +149,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tool-move .drawing-canvas-container:hover {
|
.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 {
|
.tool-rectangle-select .drawing-canvas-container:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user