From a17b76ac75f506f5da6fe8adf9c36632b60d4226 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 26 Sep 2020 14:56:02 +0200 Subject: refactor to use app-rooted js imports --- frontend/views/page/cursors.css | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 frontend/views/page/cursors.css (limited to 'frontend/views/page/cursors.css') diff --git a/frontend/views/page/cursors.css b/frontend/views/page/cursors.css deleted file mode 100644 index 56fb088..0000000 --- a/frontend/views/page/cursors.css +++ /dev/null @@ -1,21 +0,0 @@ -/* 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; -} - -.tile.link { - cursor: pointer; - border: 1px solid #31f; - background-color: rgba(48,16,255,0.1); -} \ No newline at end of file -- cgit v1.2.3-70-g09d2