diff options
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 { |