mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Dither & stroke cursors
Added dither and stroke cursors. The line on the stroke cursor is quite hard to see, but I think that's pretty unaviodable. I would suggest moving to a larger cursor size.
This commit is contained in:
parent
d795c297f5
commit
17e6cf9b38
@ -38,11 +38,14 @@
|
||||
cursor: url(../img/cursors/vertical-mirror-pen.png) 5 15, pointer;
|
||||
}
|
||||
|
||||
.tool-pen .drawing-canvas-container:hover,
|
||||
.tool-dithering .drawing-canvas-container:hover {
|
||||
.tool-pen .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/pen.png) 1 14, pointer;
|
||||
}
|
||||
|
||||
.tool-dithering .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/dither.png) 1 14, pointer;
|
||||
}
|
||||
|
||||
.tool-lighten .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/lighting.png) 1 15, pointer;
|
||||
}
|
||||
@ -52,7 +55,7 @@
|
||||
}
|
||||
|
||||
.tool-stroke .drawing-canvas-container:hover {
|
||||
cursor: url(../img/cursors/pen.png) 1 14, pointer;
|
||||
cursor: url(../img/cursors/stroke.png) 1 14, pointer;
|
||||
}
|
||||
|
||||
.tool-rectangle .drawing-canvas-container:hover {
|
||||
|
BIN
src/img/cursors/dither.png
Normal file
BIN
src/img/cursors/dither.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 702 B |
Binary file not shown.
Before Width: | Height: | Size: 450 B After Width: | Height: | Size: 617 B |
Loading…
Reference in New Issue
Block a user