summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/play.html b/play.html
index 360e114..a6c2d94 100644
--- a/play.html
+++ b/play.html
@@ -343,6 +343,10 @@ body.Teutons #plan_actions .russian { display: none }
z-index: 4;
}
+.mat.besieged .background {
+ filter: grayscale(50%)
+}
+
.mat.selected .background {
box-shadow: 0 0 0 1px #584800, 0 0 0 3px yellow;
}
@@ -935,6 +939,11 @@ body.shift .mustered_vassals {
filter: drop-shadow(0px 2px 4px #0004);
}
+#map .cylinder.besieged {
+ filter: grayscale(50%);
+ transform: translateY(8px)
+}
+
.cylinder.action {
filter:
drop-shadow(2px 0px 0px white)