From b103076a33b492d9fe305d0a41544736eaef9ac3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 20 Jun 2021 17:50:18 +0200 Subject: crusader: Start siege. --- public/common/battle_abc.css | 5 ++--- public/images/stone-tower.svg | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 public/images/stone-tower.svg diff --git a/public/common/battle_abc.css b/public/common/battle_abc.css index 484c8ab..253611d 100644 --- a/public/common/battle_abc.css +++ b/public/common/battle_abc.css @@ -65,6 +65,7 @@ .battle_menu .action:hover { background-color: red; } .battle_menu .action.retreat:hover { background-color: #eee; } +.battle_menu .action.withdraw:hover { background-color: #eee; } .battle_menu .action.pass:hover { background-color: gray; } .battle_menu_list { @@ -86,7 +87,5 @@ .battle_menu.charge .action.charge { display: inline; } .battle_menu.treachery .action.treachery { display: inline; } .battle_menu.harry .action.harry { display: inline; } -.battle_menu.hit .action.hit { display: inline; } .battle_menu.withdraw .action.withdraw { display: inline; } -.battle_menu.sally .action.sally { display: inline; } -.battle_menu.storm .action.storm { display: inline; } +.battle_menu.hit .action.hit { display: inline; } diff --git a/public/images/stone-tower.svg b/public/images/stone-tower.svg new file mode 100644 index 0000000..392a52b --- /dev/null +++ b/public/images/stone-tower.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3