diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-08-12 14:57:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-08-12 22:38:49 +0200 |
commit | 0d3133a932665c8864ef0ee3604b9f135081e8fc (patch) | |
tree | 037fe87eed40954b958af22da03e3dacb9d9dcaf /public | |
parent | b9285d141998cbe6235b39808e6a0c145bb94013 (diff) | |
download | server-0d3133a932665c8864ef0ee3604b9f135081e8fc.tar.gz |
Add commont ".action" cursor CSS property.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/play.css | 4 |
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 { |