diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-08 19:21:20 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-08 19:21:20 -0800 |
commit | 75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8 (patch) | |
tree | cf4cc209bec0eb22bafacaa75cdf613a76f42b72 /view/theme/redbasic | |
parent | 5e47b767ea6ed92f6f7ea0a3368762827937a5d8 (diff) | |
parent | e7d20efb1b8d579bcb9bdef99205aad19281f6b2 (diff) | |
download | volse-hubzilla-75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8.tar.gz volse-hubzilla-75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8.tar.bz2 volse-hubzilla-75471ba10ff0c9ca3dfdc943c6647fc6ab1332f8.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9f9ece7c3..6df5a060b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -161,10 +161,6 @@ nav { filter:alpha(opacity=$nav_percent_min_opacity); } -#nav-app-link { - white-space: nowrap; -} - #powered-by { font-size: 0.5rem; position: absolute; @@ -977,6 +973,11 @@ a .drop-icons:hover { color: #FF0000; } +.perm-inherited { + color: #FF0000; +} + + #menulist { list-style-type: none; } @@ -1255,6 +1256,12 @@ img.mail-conv-sender-photo { border-radius: $radius; } +#nav-app-link { + padding: 0 !important; + line-height: 1.175; + white-space: nowrap; +} + .page-title { margin: 7px 0px; } @@ -1492,6 +1499,11 @@ blockquote { left: 0px; } + #nav-app-link-wrapper { + min-width: 0; + flex-basis: 25%; + } + } .shareable_element_text { @@ -1639,6 +1651,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; } |