diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-20 14:07:42 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-20 14:07:42 -0800 |
commit | 31618a4310ac67251deac07a962b510e394fd1c0 (patch) | |
tree | ff16461282d5621d14ebda79f351c70de86678c5 | |
parent | 21e348181063ebddf0a884942fd942fad8dbdf0e (diff) | |
parent | d7ba2c71681f808e2215e6fa5af9a4f55446396a (diff) | |
download | volse-hubzilla-31618a4310ac67251deac07a962b510e394fd1c0.tar.gz volse-hubzilla-31618a4310ac67251deac07a962b510e394fd1c0.tar.bz2 volse-hubzilla-31618a4310ac67251deac07a962b510e394fd1c0.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d72320833..08376d6c0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -48,6 +48,7 @@ main { left: 0; width: 100%; height: 100%; + background: rgba(0, 0, 0, .5); cursor: pointer; z-index: 1029; } @@ -1873,7 +1874,6 @@ a.navbar-toggle-extra:hover { @media screen and (max-width: 767px) { aside#region_1 { - background: rgba(0, 0, 0, .1); border-right: 1px solid $nav_bd; } |