From 20d113567bfa0130c46010e9f2b0d001c2a53bbb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 May 2021 14:49:28 +0200 Subject: Color retreat and pass action buttons white and gray. This should provide some visual reinforcement to help avoid misclicks. --- public/common/battle_abc.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/common/battle_abc.css b/public/common/battle_abc.css index a07f16e..d6ef4b7 100644 --- a/public/common/battle_abc.css +++ b/public/common/battle_abc.css @@ -63,10 +63,9 @@ display: none; } -.battle_menu .action:hover { - background-color: red; - cursor: pointer; -} +.battle_menu .action:hover { background-color: red; } +.battle_menu .action.retreat:hover { background-color: #eee; } +.battle_menu .action.pass:hover { background-color: gray; } .battle_menu_list { margin-top: 5px; -- cgit v1.2.3