diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -32,8 +32,9 @@ header.your_turn { background-color: orange; } #log > div > .i { padding-left: 12px; } #log .card_tip { font-style: italic; } #log .card_tip:hover { text-decoration: underline; } -#log .locale_tip:hover { cursor: pointer; text-decoration: underline; } #log .lord_tip:hover { cursor: pointer; text-decoration: underline; } +#log .locale_tip:hover { cursor: pointer; text-decoration: underline; } +#log .way_tip:hover { cursor: pointer; text-decoration: underline; } .action { cursor: pointer; @@ -765,7 +766,7 @@ body.shift .mustered_vassals { .locale.supply_source { border-color: seagreen; background-color: #2e8b5766; } .locale.supply_source.action { border-color: white; background-color: #2e8b5766; box-shadow: 0 0 0 3px seagreen; } -.locale.tip, .locale_name.tip { +.way.tip, .locale.tip, .locale_name.tip { background-color: #ff08; box-shadow: 0 0 8px #ff08; } |