diff options
| author | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
|---|---|---|
| committer | lens <lens@neural.garden> | 2020-12-26 20:59:17 +0000 |
| commit | 7c15f34186622410e25ee85c01d832e48e012140 (patch) | |
| tree | e0a8dbd5e7b6a3936e7b9a666c2622ecc7ff1a65 /frontend/views/page/cursors.css | |
| parent | 94234db6a771f687788d3decc6dd1ba01731f7af (diff) | |
| parent | 85bfb949fea4e69dabc5b7544ce70d26d3d11393 (diff) | |
Merge branch 'master' of asdf.us:swimmer
Diffstat (limited to 'frontend/views/page/cursors.css')
| -rw-r--r-- | frontend/views/page/cursors.css | 21 |
1 files changed, 0 insertions, 21 deletions
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 |
