Add search overlay background-color fallback

This commit is contained in:
Michael Rose 2013-09-11 14:42:43 -04:00
parent 5241e9f646
commit 31292dc888
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -313,7 +313,8 @@ body.search-overlay {
}
body.search-overlay:after {
content: '';
background: fade(@black,95);
background-color: lighten(@black,5);
background-color: fade(@black,95);
width: 100%;
min-height: 100%;
height: 100%;