summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}