summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-12-14 18:02:50 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:38 +0100
commit4d7ea66092beb7555c842e5fa9420ce3ae9f4c3a (patch)
tree40869662e7c1339affe62fc2640859d2aaca82dd /play.html
parenta62774734e3b5fc4b0d43dab2d3ab4b72e202ef9 (diff)
downloadnevsky-4d7ea66092beb7555c842e5fa9420ce3ae9f4c3a.tar.gz
Select and move legate when marching/sailing.
Diffstat (limited to 'play.html')
-rw-r--r--play.html8
1 files changed, 8 insertions, 0 deletions
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;