diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-02 22:15:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-02 22:15:33 +0200 |
commit | f952fd45b3d6c487b8b05a1b58e3eaa792534736 (patch) | |
tree | 29aaae3b06db099f177d28b6b4a6b4677ae6f130 /play.css | |
parent | f2f9f1be71e701e09b7a52e2d83d5eb39e97c449 (diff) | |
download | plantagenet-f952fd45b3d6c487b8b05a1b58e3eaa792534736.tar.gz |
reorder battle event/capability functions in file
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ body.Lancaster header.your_turn { background-color: hsl(355, 83%, 72%); } #turn_info { background-color: gray; } .panel_header { background-color: hsl(34, 10%, 30%); } -body.York #event_header, body.York #plan_header, .court_panel.york .panel_header { background-color: hsl(217, 15%, 33%); } -body.Lancaster #event_header, body.Lancaster #plan_header, .court_panel.lancaster .panel_header { background-color: hsl(355, 15%, 33%); } +body.York #event_header, body.York #hand_header, body.York #plan_header, .court_panel.york .panel_header { background-color: hsl(217, 15%, 33%); } +body.Lancaster #event_header, body.Lancaster #hand_header, body.Lancaster #plan_header, .court_panel.lancaster .panel_header { background-color: hsl(355, 15%, 33%); } /* LOG */ @@ -330,7 +330,7 @@ body.Lancaster #plan_actions .york { display: none } gap: 4px; } -#pieces .marker { +#map .marker { position: absolute; } |