diff options
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; } |