From d7ba2c71681f808e2215e6fa5af9a4f55446396a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 20 Feb 2017 14:02:39 +0100 Subject: if we slide to left aside make the overlay darker and leave aside as is --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic/css') 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; } -- cgit v1.2.3