summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/play.css b/play.css
index 03e8cbf..c0c396a 100644
--- a/play.css
+++ b/play.css
@@ -477,12 +477,17 @@ body.Lancaster #plan_actions .york { display: none }
.mat.command .board { box-shadow: 0 0 0 1px #333, 0 0 0 4px gold; }
.mat.selected .board { box-shadow: 0 0 0 1px #333, 0 0 0 4px yellow; }
+.mat.engaged .board { box-shadow: 0 0 0 1px #333, 0 0 0 4px indianred; }
#court1 .mat.hidden .board,
#court2 .mat.hidden .board {
filter: grayscale(100%)
}
+.mat.ravine .board {
+ filter: grayscale(100%)
+}
+
.mat .capabilities {
position: absolute;
width: 372px;