diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -397,6 +397,10 @@ div.button_box .button { box-shadow: 0 0 0 3px yellow; } +.card.played { + box-shadow: 0 0 0 3px blue; +} + #tooltip { position: fixed; pointer-events: none; |