diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-19 21:50:26 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:38 +0100 |
commit | 56b024da4ed65214b4190ec487b68bcca9092dd2 (patch) | |
tree | 91b6a7d2aced3a5565a017d7d153227f139e030d /play.html | |
parent | dfe6a18135bbaf19b749ab28b93b2d556b0eae0a (diff) | |
download | crusader-rex-56b024da4ed65214b4190ec487b68bcca9092dd2.tar.gz |
crusader: muster stuff.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -112,6 +112,14 @@ opacity: 0.8; z-index: 9; } +.town.where { + opacity: 0.8; + border-color: blue; + z-index: 9; +} +.town.where.highlight { + box-shadow: 0 0 2px 4px white; +} /* BLOCKS */ @@ -319,9 +327,9 @@ body.shift .block.known:hover { <button id="eliminate_button" class="hide" onclick="on_button_eliminate()">Eliminate</button> <button id="sea_move_button" class="hide" onclick="on_button_sea_move()">Sea Move</button> - <button id="group_move_button" class="hide" onclick="on_button_group_move()">Group Move</button> <button id="muster_button" class="hide" onclick="on_button_muster()">Muster</button> <button id="end_muster_button" class="hide" onclick="on_button_end_muster()">End muster</button> + <button id="end_sea_move_button" class="hide" onclick="on_button_end_sea_move()">End sea move</button> <button id="end_retreat_button" class="hide" onclick="on_button_end_retreat()">End retreat</button> <button id="end_regroup_button" class="hide" onclick="on_button_end_regroup()">End regroup</button> <button id="end_move_phase_button" class="hide" onclick="on_button_end_move_phase()">End move phase</button> |