diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-03-12 21:12:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:15 +0200 |
commit | 4317d7601dd599bfb14f1d4b6694ab020639a6bf (patch) | |
tree | d2146efb654dc15a0aa0dfd6cd8015674a1ee581 /play.css | |
parent | 0d8d80536042ce63b0706ef62b26b57212c744d0 (diff) | |
download | andean-abyss-4317d7601dd599bfb14f1d4b6694ab020639a6bf.tar.gz |
Shipments: remove, transfer, drug bust, and ship.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -67,6 +67,7 @@ path.action.forest { fill: limegreen; stroke: limegreen; } path.action.grassland { fill: greenyellow; stroke: greenyellow; } path.action.mountain { fill: chocolate; stroke: chocolate; } path.selected { stroke: yellow; } +path.tip { stroke: yellow; } .box{position:absolute;box-sizing:border-box;border:4px solid transparent} .box.city{border-radius:50%} @@ -75,6 +76,7 @@ path.selected { stroke: yellow; } .box.city.action{background-color:#6495ed55;border-color:deepskyblue;} .box.loc.action{background-color:#fff5;border-color:white;} .box.selected{border-color:yellow;} +.box.tip { border-color: yellow; } #capabilities .token { position: static; @@ -175,6 +177,7 @@ path.selected { stroke: yellow; } height: 50px; } .token.shipment { background-color: #01904b; border-color: #01904b; box-shadow: 0 0 0 1px #002c00, 0px 1px 4px #0008; } +.token.shipment.action { box-shadow: 0 0 0 3px white; } #token_total_support { background-color: #006cb7; border-color: #348cda #004d95 #004d95 #348cda; box-shadow: 0 0 0 1px #000d55, 0px 1px 4px #0008; } #token_prop_card { background-color: #80643e; border-color: #a0835c #614721 #614721 #a0835c; box-shadow: 0 0 0 1px #291200, 0px 1px 4px #0008; } |