summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-06-13 15:44:07 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 11:54:52 +0100
commitf9016f71b71e4fd678bc50d59d2f8d041f0b0290 (patch)
tree31afb8f65fed4eb111e57c1357b438692375861e /play.css
parentc43e94df567251da0ad96df8c4c34601dd16c6ca (diff)
downloadwilderness-war-f9016f71b71e4fd678bc50d59d2f8d041f0b0290.tar.gz
Change z-order of action units vs spaces.
Allow inspecting stacks even when the space they're in is an action space.
Diffstat (limited to 'play.css')
-rw-r--r--play.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/play.css b/play.css
index fdd2389..598bf47 100644
--- a/play.css
+++ b/play.css
@@ -211,6 +211,9 @@ aside { width: 220px; }
.highlight {
cursor: pointer;
+}
+
+.leader.highlight, .unit.highlight {
z-index: 200;
}