diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-07 12:20:11 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-07 12:20:11 +0100 |
commit | b5d4acf10a49980035f89d37440ae41a574df5a0 (patch) | |
tree | 8b1ee6b4c2f65d8dc4285e8925a5157773eefcbc /view/theme/redbasic/css | |
parent | 47fbdda40951be5109c739f63331e2bb95ebd64a (diff) | |
parent | 7b69dc574b1527fc0e16a0c2f91a726132987e2f (diff) | |
download | volse-hubzilla-b5d4acf10a49980035f89d37440ae41a574df5a0.tar.gz volse-hubzilla-b5d4acf10a49980035f89d37440ae41a574df5a0.tar.bz2 volse-hubzilla-b5d4acf10a49980035f89d37440ae41a574df5a0.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1b991ce17..0fe823b7e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -973,6 +973,11 @@ a .drop-icons:hover { color: #FF0000; } +.perm-inherited { + color: #FF0000; +} + + #menulist { list-style-type: none; } @@ -1641,6 +1646,17 @@ dl.bb-dl > dd > li { background-color: #0275d8; } + +.form-group.checkbox > div > input:disabled + label .onoffswitch-switch { + background-color: red; + border-radius: 3px; + opacity: 0.3; + filter:alpha(opacity=30); + +} + + + .help-searchlist { list-style-type: none; } |