diff options
author | Devaev Maxim <[email protected]> | 2019-11-08 01:28:42 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-11-08 01:28:42 +0300 |
commit | b261c2695cd95100994e5d571bec3534d5477dff (patch) | |
tree | 908e8ce41745f1c0264f7e008bb9f7fc8b83879e /web/share/css/switches.css | |
parent | 8abe4b1ac9d341eec17d211328b9f3cd9b59fa0a (diff) |
ui: partial multi msd support
Diffstat (limited to 'web/share/css/switches.css')
-rw-r--r-- | web/share/css/switches.css | 5 |
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); +} |