diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-01-01 21:19:32 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 34867a9cf91469f92b57ec9ac8c1383215d93ea2 (patch) | |
tree | d4f0a6e4bfdb67c54cfe5872806474b6893610b5 /play.html | |
parent | cb42a18f4b46395231748118a775c763df5a5fde (diff) | |
download | nevsky-34867a9cf91469f92b57ec9ac8c1383215d93ea2.tar.gz |
Tweak immediate events. Calendar action boxes.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -704,6 +704,11 @@ body.shift .mustered_vassals { border-radius: 50%; } +.box.calendar.action { + border-color: white; + background-color: #fff6; +} + .box.way.action { border-color: dodgerblue; } @@ -963,6 +968,22 @@ body.shift .mustered_vassals { position: absolute; } +.service_marker.teutonic.lord.selected { + box-shadow: 0 0 0 1px #111, 0 0 0 3px yellow; +} + +.service_marker.russian.lord.selected { + box-shadow: 0 0 0 1px #555, 0 0 0 3px yellow; +} + +.service_marker.teutonic.vassal.selected { + box-shadow: 0 0 0 1px #0f0d0d, 0 0 0 3px yellow; +} + +.service_marker.russian.vassal.selected { + box-shadow: 0 0 0 1px #736e5e, 0 0 0 3px yellow; +} + .service_marker.teutonic.lord.action { box-shadow: 0 0 0 1px #111, 0 0 0 3px red; } |