add alpha channel to lightbox

This commit is contained in:
Tankred Hase 2013-10-22 17:04:39 +02:00
parent 418ffd635f
commit b32b60e3fa
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ $color-grey-medium: #aaa;
$color-grey-light: #ccc;
$color-grey-lighter: #ddd;
$color-grey-lightest: #f9f9f9;
$color-grey-dark-alpha: rgba(51, 51, 51, 0.95);
// Layout
// -------------------------------------------

View File

@ -65,7 +65,7 @@
left: 0;
z-index: 1000;
opacity: 0;
background: $color-grey-dark;
background: $color-grey-dark-alpha;
transition: all 0.3s;
}