aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-01 11:01:56 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-01 11:01:56 +0200
commit7dadf387e58ade457698dc2ffc58bbda7be46652 (patch)
tree6ab71dcdd332069d675ea170f98efa0c20bcd59f /view/theme
parent8febcc27056fb6bae83a81c523047ec96d38489a (diff)
downloadvolse-hubzilla-7dadf387e58ade457698dc2ffc58bbda7be46652.tar.gz
volse-hubzilla-7dadf387e58ade457698dc2ffc58bbda7be46652.tar.bz2
volse-hubzilla-7dadf387e58ade457698dc2ffc58bbda7be46652.zip
indicate locked features
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index a9ea29ba1..4f0658477 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1677,11 +1677,9 @@ dl.bb-dl > dd > li {
.form-group.checkbox > div > input:disabled + label .onoffswitch-switch {
- background-color: red;
- border-radius: 3px;
+ background-color: red;
opacity: 0.3;
filter:alpha(opacity=30);
-
}