diff options
author | Troy Nordine <tdnordine@gmail.com> | 2023-09-19 08:06:02 -0500 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | e3d722f793e2307bb0be1566c8cf6f35c730479c (patch) | |
tree | 4c18c187160a679e54f2dc370de0ac15adf082ab /play.css | |
parent | 351cf02deb5088680c4cc41409e7a1ce1c2f2640 (diff) | |
download | plantagenet-e3d722f793e2307bb0be1566c8cf6f35c730479c.tar.gz |
Vassal Initial implementation
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ header.your_turn { background-color: orange; } #log .card_tip { font-style: italic; } #log .card_tip:hover { text-decoration: underline; } #log .lord_tip:hover { cursor: pointer; text-decoration: underline; } +#log .lord_vassal:hover { cursor: pointer; text-decoration: underline; } #log .locale_tip:hover { cursor: pointer; text-decoration: underline; } .action { |