index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-24 13:14:32 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-24 13:14:32 -0700 |
commit | f3a5999142f3444d2fc661c5f0747ddaaaaf5e59 (patch) | |
tree | df8e9767e928d07369c5898c1072b848ecb5da79 /public/map.css | |
parent | b73217c5c45e2c23ac14e70346036cf4477a6ebe (diff) |
Retain preexisting counters in move history
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/map.css b/public/map.css index cc95931..dda1655 100644 --- a/public/map.css +++ b/public/map.css @@ -100,6 +100,14 @@ g.clone { stroke-dasharray: 1; } +g.clone [href="#counter-prone"] { + opacity: 0.5; +} + +.removed[href="#counter-prone"] { + opacity: 0.5; +} + g[data-allegiance="davion"].clone { fill: rgb(255, 126, 126); } |