diff options
Diffstat (limited to 'frontend/views/page/cursors.css')
| -rw-r--r-- | frontend/views/page/cursors.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/views/page/cursors.css b/frontend/views/page/cursors.css new file mode 100644 index 0000000..5f90dd1 --- /dev/null +++ b/frontend/views/page/cursors.css @@ -0,0 +1,15 @@ +/* cursors */ +/* keep in separate file so they don't conflict. a copy of this lives in site.css */ + +.tile.hand_up { + cursor: url(/static/img/hand_up.png) 40 10, pointer; +} +.tile.hand_right { + cursor: url(/static/img/hand_right.png) 90 40, pointer; +} +.tile.hand_down { + cursor: url(/static/img/hand_down.png) 60 90, pointer; +} +.tile.hand_left { + cursor: url(/static/img/hand_left.png) 10 60, pointer; +} |
