summaryrefslogtreecommitdiff
path: root/frontend/views
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-10 16:41:33 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-10 16:41:33 +0200
commit7075f57c9328670f6a8592f5eaad1c6be4353020 (patch)
treed1e4161ad03866090c0ad0e83ad3d5c85f25c887 /frontend/views
parent63904f39ee254c9014df2c158bdae39d41d8cf74 (diff)
cursors
Diffstat (limited to 'frontend/views')
-rw-r--r--frontend/views/page/page.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css
index 8e7634d..2e90518 100644
--- a/frontend/views/page/page.css
+++ b/frontend/views/page/page.css
@@ -171,8 +171,8 @@
cursor: url(/static/img/hand_right.png) 90 40, pointer;
}
.tile.hand_down {
- cursor: url(/static/img/hand_down.png) 10 60, pointer;
+ cursor: url(/static/img/hand_down.png) 60 90, pointer;
}
.tile.hand_left {
- cursor: url(/static/img/hand_left.png) 60 90, pointer;
+ cursor: url(/static/img/hand_left.png) 10 60, pointer;
}