From 28235c0776185ffd039bd280e96c37882bb8fc18 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 28 Dec 2019 10:05:08 -0600 Subject: [PATCH] Available upgrades get a green border --- gorge.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gorge.css b/gorge.css index 2b8eb4f..596a14a 100644 --- a/gorge.css +++ b/gorge.css @@ -354,12 +354,16 @@ button { .upgrade-button:hover { background-color: #666; - box-shadow: inset 0px 0px 0px 2px red; + box-shadow: inset 0px 0px 0px 2px green; } -.upgrade-button-inactive { - background-color: #222 !important; - color: #999 !important; +.upgrade-button.upgrade-button-inactive { + background-color: #222; +} + +.upgrade-button.upgrade-button-inactive:hover { + background-color: #333; + box-shadow: inset 0px 0px 0px 2px red; } .upgrade-button-inactive .fas {