diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-14 18:02:50 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 4d7ea66092beb7555c842e5fa9420ce3ae9f4c3a (patch) | |
tree | 40869662e7c1339affe62fc2640859d2aaca82dd /play.html | |
parent | a62774734e3b5fc4b0d43dab2d3ab4b72e202ef9 (diff) | |
download | nevsky-4d7ea66092beb7555c842e5fa9420ce3ae9f4c3a.tar.gz |
Select and move legate when marching/sailing.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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; |