From 994fc682518a9396c481e9e1c8f8bd7fc946898f Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 30 Mar 2020 21:43:19 -0500 Subject: [PATCH] Disabled controls now have a transparent background This allows the gray background to be an "in progress" state and stand out separately from on or off. --- screenlogic.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenlogic.css b/screenlogic.css index 87a47ea..9c99a21 100644 --- a/screenlogic.css +++ b/screenlogic.css @@ -57,6 +57,6 @@ } .control-off { - background: #6c757d !important; + background: transparent !important; border-color: #6c757d !important; }