mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-08 06:03:05 -04:00
Add cursor hotspot coordinates to CSS files
This commit is contained in:
parent
c15178a5c9
commit
5f88dbbb6b
22 changed files with 49 additions and 40 deletions
|
@ -71,9 +71,9 @@
|
|||
|
||||
|
||||
|
||||
body, .loaded, select {cursor: url('/static/cursor.ico'), default !important}
|
||||
body, .loaded, select {cursor: url('/static/cursor.ico') 2 0, default !important}
|
||||
|
||||
button {cursor: url('/static/cursor-pointer.ico'), pointer !important}
|
||||
button {cursor: url('/static/cursor-pointer.ico') 14 0, pointer !important}
|
||||
|
||||
.cnt {
|
||||
margin: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue