diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-11 16:02:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-11 16:02:01 +0200 |
| commit | cf4098b20dadcd378ef2730f32f70e327ab262b4 (patch) | |
| tree | 7683817932967b083fd3447649f127d461d802fb /frontend/views/page/page.css | |
| parent | 52531fbc8d3531a7941ad9c6c79a1e353d35f2fa (diff) | |
making sure cursors and css are good in the main site
Diffstat (limited to 'frontend/views/page/page.css')
| -rw-r--r-- | frontend/views/page/page.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css index c29aff2..ec41241 100644 --- a/frontend/views/page/page.css +++ b/frontend/views/page/page.css @@ -168,18 +168,3 @@ width: 6rem; max-width: 6rem; } - -/* cursors */ - -.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; -} |
