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:58:45 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-24 13:58:45 -0700 |
commit | 525ab3423728a0485c6b64cca00eed59990ddcfc (patch) | |
tree | 5039b6ad0a582ce3a1c2f51ee8db1218cb07628b /public/map.css | |
parent | 3f3af09f2bd8ac8ae7c1d2cb49d26cbca155a881 (diff) |
Remove selected counter when double-clicked
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/map.css b/public/map.css index dda1655..0a79798 100644 --- a/public/map.css +++ b/public/map.css @@ -128,11 +128,11 @@ text.counter, #troop-counter text { user-select: none; } -polygon.firing-arc[data-troop-allegiance="davion"] { +polygon.firing-arc[data-allegiance="davion"] { fill: red; } -polygon.firing-arc[data-troop-allegiance="liao"] { +polygon.firing-arc[data-allegiance="liao"] { fill: green; } |