mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Lighting cursor, more tweaks
Added an icon for the lighting tool, although it's somewhat difficult to see what it is without looking closely. I'd love to hear other ideas for a cursor. (See juliandescottes/piskel#351) I also reworked the hit point of the existing cursors by a few pixels.
This commit is contained in:
parent
f4bf053564
commit
d795c297f5
@ -31,7 +31,7 @@
|
||||
|
||||
.tool-paint-bucket .drawing-canvas-container:hover,
|
||||
.tool-colorswap .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/paint-bucket.png) 12 12, pointer;
|
||||
cursor: url(../img/cursors/paint-bucket.png) 14 14, pointer;
|
||||
}
|
||||
|
||||
.tool-vertical-mirror-pen .drawing-canvas-container:hover {
|
||||
@ -39,25 +39,28 @@
|
||||
}
|
||||
|
||||
.tool-pen .drawing-canvas-container:hover,
|
||||
.tool-lighten .drawing-canvas-container:hover,
|
||||
.tool-dithering .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/pen.png) 0 15, pointer;
|
||||
cursor: url(../img/cursors/pen.png) 1 14, pointer;
|
||||
}
|
||||
|
||||
.tool-lighten .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/lighting.png) 1 15, pointer;
|
||||
}
|
||||
|
||||
.tool-eraser .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/eraser.png) 0 15, pointer;
|
||||
cursor: url(../img/cursors/eraser.png) 3 14, pointer;
|
||||
}
|
||||
|
||||
.tool-stroke .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/pen.png) 0 15, pointer;
|
||||
cursor: url(../img/cursors/pen.png) 1 14, pointer;
|
||||
}
|
||||
|
||||
.tool-rectangle .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/rectangle.png) 0 15, pointer;
|
||||
cursor: url(../img/cursors/rectangle.png) 5 15, pointer;
|
||||
}
|
||||
|
||||
.tool-circle .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/circle.png) 2 15, pointer;
|
||||
cursor: url(../img/cursors/circle.png) 5 15, pointer;
|
||||
}
|
||||
|
||||
.tool-move .drawing-canvas-container:hover {
|
||||
@ -74,7 +77,7 @@
|
||||
}
|
||||
|
||||
.tool-colorpicker .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/dropper.png) 0 15, pointer;
|
||||
cursor: url(../img/cursors/dropper.png) 2 15, pointer;
|
||||
}
|
||||
|
||||
.swap-colors-button {
|
||||
|
BIN
src/img/cursors/lighting.png
Normal file
BIN
src/img/cursors/lighting.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 606 B |
Loading…
Reference in New Issue
Block a user