index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-03 09:40:20 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-03 09:40:20 -0700 |
commit | 616bdf15d916d95235860f0a9b2b738a776584ef (patch) | |
tree | ac0ee4e4e27c9fa985795917bc98bf6c9467e3e9 /style.css | |
parent | 202f3ffa6ce9e081ee59fa5d39057f87d8b72c01 (diff) |
Use right mouse button for setting sight line
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -154,7 +154,8 @@ use[href="#point"].active { } polyline.move-trace { - stroke: lightcoral; + stroke: gray; + stroke-dasharray: 2; fill: none; } @@ -227,6 +228,10 @@ g.troop-counter text { stroke: none; } +g#counters { + pointer-events: none; +} + g#counters use[data-troop-allegiance="davion"] { fill: red; } |