From faf1cdd13b1af2cb582aa300edbc9afbb8e321b3 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 27 Dec 2019 16:01:22 -0600 Subject: [PATCH] Fade out upgrade icons that are not available --- gorge.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gorge.css b/gorge.css index 59f6b42..001b3d9 100644 --- a/gorge.css +++ b/gorge.css @@ -338,6 +338,10 @@ button { color: #999 !important; } +.upgrade-button-inactive .fas { + opacity: 0.3; +} + .upgrade-button-name { pointer-events: none; position: relative;