From 4317d7601dd599bfb14f1d4b6694ab020639a6bf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 12 Mar 2023 21:12:13 +0100 Subject: Shipments: remove, transfer, drug bust, and ship. --- play.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 2032c7e..c45d870 100644 --- a/play.css +++ b/play.css @@ -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; } -- cgit v1.2.3