From 4d7ea66092beb7555c842e5fa9420ce3ae9f4c3a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 14 Dec 2022 18:02:50 +0100 Subject: Select and move legate when marching/sailing. --- play.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index b6ad5fb..565db0f 100644 --- a/play.html +++ b/play.html @@ -723,6 +723,14 @@ body.shift .mustered_vassals { drop-shadow(-2px 0px 0px white); } +#legate.selected { + filter: + drop-shadow(2px 0px 0px yellow) + drop-shadow(0px 2px 0px yellow) + drop-shadow(0px -2px 0px yellow) + drop-shadow(-2px 0px 0px yellow); +} + .cylinder { position: absolute; width: 44px; -- cgit v1.2.3