diff options
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; -} |
