Change cursor
This commit is contained in:
parent
c44a6858e0
commit
b51cba28ad
2 changed files with 8 additions and 0 deletions
6
assets/icons/brush.svg
Normal file
6
assets/icons/brush.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" stroke="#000000" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M3 21v-4a4 4 0 1 1 4 4h-4" />
|
||||
<path d="M21 3a16 16 0 0 0 -12.8 10.2" />
|
||||
<path d="M21 3a16 16 0 0 1 -10.2 12.8" />
|
||||
<path d="M10.6 9a9 9 0 0 1 4.4 4.4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 332 B |
|
|
@ -33,6 +33,8 @@ html {
|
|||
> canvas {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
cursor: url('../assets/icons/brush.svg') 0 24, auto;
|
||||
}
|
||||
|
||||
> .errors-container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue