summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-08-12 14:57:22 +0200
committerTor Andersson <tor@ccxvii.net>2023-08-12 22:38:49 +0200
commit0d3133a932665c8864ef0ee3604b9f135081e8fc (patch)
tree037fe87eed40954b958af22da03e3dacb9d9dcaf /public
parentb9285d141998cbe6235b39808e6a0c145bb94013 (diff)
downloadserver-0d3133a932665c8864ef0ee3604b9f135081e8fc.tar.gz
Add commont ".action" cursor CSS property.
Diffstat (limited to 'public')
-rw-r--r--public/common/play.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/common/play.css b/public/common/play.css
index 842eb21..9cd065f 100644
--- a/public/common/play.css
+++ b/public/common/play.css
@@ -29,6 +29,10 @@ body.Observer .resign {
display: none;
}
+.action {
+ cursor: pointer;
+}
+
/* BUTTON */
button {