From 7075f57c9328670f6a8592f5eaad1c6be4353020 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 10 Jul 2020 16:41:33 +0200 Subject: cursors --- frontend/views/page/page.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend') 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; } -- cgit v1.2.3-70-g09d2