diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-20 14:02:39 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-20 14:02:39 +0100 |
commit | d7ba2c71681f808e2215e6fa5af9a4f55446396a (patch) | |
tree | aaafe449b39d04a253549cde175c18123ecc2237 | |
parent | 6f811fd7f9032efdbe473afd422bb24a691c4e79 (diff) | |
download | volse-hubzilla-d7ba2c71681f808e2215e6fa5af9a4f55446396a.tar.gz volse-hubzilla-d7ba2c71681f808e2215e6fa5af9a4f55446396a.tar.bz2 volse-hubzilla-d7ba2c71681f808e2215e6fa5af9a4f55446396a.zip |
if we slide to left aside make the overlay darker and leave aside as is
-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; } |