if we slide to left aside make the overlay darker and leave aside as is

This commit is contained in:
Mario Vavti 2017-02-20 14:02:39 +01:00
parent 6f811fd7f9
commit d7ba2c7168

View File

@ -48,6 +48,7 @@ main {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0, 0, 0, .5);
cursor: pointer; cursor: pointer;
z-index: 1029; z-index: 1029;
} }
@ -1873,7 +1874,6 @@ a.navbar-toggle-extra:hover {
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
aside#region_1 { aside#region_1 {
background: rgba(0, 0, 0, .1);
border-right: 1px solid $nav_bd; border-right: 1px solid $nav_bd;
} }