From 3139a5f15b17f7435f790a780236205a69c99960 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 14 Jan 2021 19:36:49 +0100 Subject: [PATCH] Update style.css --- source/app/web/statics/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/app/web/statics/style.css b/source/app/web/statics/style.css index ec7ebdc3..219d8b6e 100644 --- a/source/app/web/statics/style.css +++ b/source/app/web/statics/style.css @@ -116,6 +116,11 @@ body { border-top: 1px solid var(--color-border-primary); } + .configuration .not-available { + cursor: not-allowed; + opacity: .5; + } + .option { display: flex; flex-direction: column;