diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-10-04 12:32:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:42:59 +0100 |
commit | aeed1073cf5ecf19dc064b6d6169b20b3c292d62 (patch) | |
tree | 9601720049c0ce5426c25f657dc4db1cba72d550 /play.html | |
parent | cfdba0c522f460df3d97580ec2900fef80af9f77 (diff) | |
download | 300-earth-and-water-aeed1073cf5ecf19dc064b6d6169b20b3c292d62.tar.gz |
300: Add tooltips to card numbers in game log.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -77,6 +77,12 @@ border-radius: 10px; } +.log span.tip { + cursor: help; + text-decoration: underline; + color: blue; +} + #tooltip.card { position: fixed; z-index: 200; |