diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-13 15:44:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 11:54:52 +0100 |
commit | f9016f71b71e4fd678bc50d59d2f8d041f0b0290 (patch) | |
tree | 31afb8f65fed4eb111e57c1357b438692375861e /play.css | |
parent | c43e94df567251da0ad96df8c4c34601dd16c6ca (diff) | |
download | wilderness-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.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -211,6 +211,9 @@ aside { width: 220px; } .highlight { cursor: pointer; +} + +.leader.highlight, .unit.highlight { z-index: 200; } |