summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-04-05 01:37:01 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commitabeb77562bec29d452fb5786842c145815848b69 (patch)
treedc0a0f3c6e5c6e52e1ea4bcf5c7357a0cb3093e6
parent90e5fad0e3ef12bf02ce61cf9164abccb2a19c58 (diff)
downloadshores-of-tripoli-abeb77562bec29d452fb5786842c145815848b69.tar.gz
Don't use dotted underlines (no support in Safari).
-rw-r--r--play.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/play.css b/play.css
index 2e4dfb3..bd245ae 100644
--- a/play.css
+++ b/play.css
@@ -13,8 +13,9 @@ body.United_States header.your_turn { background-color: skyblue; }
#log .raid, .battle { text-decoration: underline; font-style: italic; font-weight: bold; }
#log .round { text-decoration: underline; font-style: italic; }
#log .end { font-style: italic; }
-#log .us_tip { color: blue; text-decoration: dotted underline; cursor: help; }
-#log .tr_tip { color: #d00; text-decoration: dotted underline; cursor: help; }
+#log .us_tip { color: blue; }
+#log .tr_tip { color: #d00; }
+#log .us_tip:hover, #log .tr_tip:hover { text-decoration: underline; }
.hand {
min-height: 300px;