From aca618fb1e989842397bd9c4bd16eb7e5a185d2f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 16 Sep 2021 20:17:17 +0200 Subject: [PATCH] further darken disabled buttons in dark mode --- src/theme.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/theme.scss b/src/theme.scss index c8b0d59ec..fd02f8bfd 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1931,6 +1931,10 @@ tag-input { background-color: $backgroundDark; } + .btn[disabled] { + opacity: 0.25; + } + .btn-default { color: $textColor;