From 2c56e6ef5edb0a1aa0876537c8d4b84b4a2b976a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 1 Jan 2023 20:22:06 +0100 Subject: Zap distinction between battle_lord and lord actions. --- play.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 17ea9a7..cf58a88 100644 --- a/play.html +++ b/play.html @@ -314,6 +314,10 @@ body.Teutons #plan_actions .russian { display: none } box-shadow: 0 0 0 1px #584800, 0 0 0 3px yellow; } +.mat.command .background { + box-shadow: 0 0 0 1px #584800, 0 0 0 3px gold; +} + .mat .capabilities { position: absolute; width: 372px; @@ -907,6 +911,14 @@ body.shift .mustered_vassals { drop-shadow(-2px 0px 0px yellow); } +.cylinder.command { + filter: + drop-shadow(2px 0px 0px gold) + drop-shadow(0px 2px 0px gold) + drop-shadow(0px -2px 0px gold) + drop-shadow(-2px 0px 0px gold); +} + .cylinder.andreas { background-image: url(images/lord_teutonic_1.svg) } .cylinder.hermann.marshal { background-image: url(images/lord_teutonic_2.svg) } .cylinder.hermann { background-image: url(images/lord_teutonic_3.svg) } -- cgit v1.2.3