index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -232,6 +232,12 @@ g#points g use.counter { r: 5px; } +g#points g use.counter.selected { + stroke: orange; + stroke-width: 2px; + r: 6px; +} + g#points g.hover use[href="#point"] { opacity: 1; fill: orange; @@ -242,8 +248,8 @@ g#points g.hover use.counter { } g#points g.hover use.counter:not(.clone) { - stroke: orange; - stroke-width: 2px; + /* stroke: orange; */ + /* stroke-width: 2px; */ } g#points use.counter[data-troop-allegiance="davion"] { @@ -271,9 +277,9 @@ g#points use[data-troop-allegiance="liao"].clone { /* ======================================================= */ -g#counters { +/* g#counters { pointer-events: none; -} +} */ /* g#counters use { r: 5px; |