From 0d3133a932665c8864ef0ee3604b9f135081e8fc Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 12 Aug 2023 14:57:22 +0200 Subject: Add commont ".action" cursor CSS property. --- public/common/play.css | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- cgit v1.2.3