summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-10-04 12:32:21 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:42:59 +0100
commitaeed1073cf5ecf19dc064b6d6169b20b3c292d62 (patch)
tree9601720049c0ce5426c25f657dc4db1cba72d550 /play.html
parentcfdba0c522f460df3d97580ec2900fef80af9f77 (diff)
download300-earth-and-water-aeed1073cf5ecf19dc064b6d6169b20b3c292d62.tar.gz
300: Add tooltips to card numbers in game log.
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.html b/play.html
index 8180fd1..7b70ca2 100644
--- a/play.html
+++ b/play.html
@@ -77,6 +77,12 @@
border-radius: 10px;
}
+.log span.tip {
+ cursor: help;
+ text-decoration: underline;
+ color: blue;
+}
+
#tooltip.card {
position: fixed;
z-index: 200;