summaryrefslogtreecommitdiff
path: root/web/share/css/switches.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/css/switches.css')
-rw-r--r--web/share/css/switches.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/share/css/switches.css b/web/share/css/switches.css
index fbc9582e..00defe4a 100644
--- a/web/share/css/switches.css
+++ b/web/share/css/switches.css
@@ -96,3 +96,8 @@ div.switch-box input[type=checkbox].switch-checkbox:checked + label.switch-label
div.switch-box input[type=checkbox].switch-checkbox:checked + label.switch-label span.switch {
right: 0px;
}
+
+div.switch-box input[type=checkbox].switch-checkbox:disabled + label.switch-label span.switch {
+ background: var(--cs-thumb-disabled-bg);
+ border: var(--border-default-2px);
+}