summaryrefslogtreecommitdiff
path: root/frontend/views/page/cursors.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/page/cursors.css')
-rw-r--r--frontend/views/page/cursors.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/views/page/cursors.css b/frontend/views/page/cursors.css
index 5f90dd1..56fb088 100644
--- a/frontend/views/page/cursors.css
+++ b/frontend/views/page/cursors.css
@@ -13,3 +13,9 @@
.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