Skip to content

Commit

Permalink
Merge pull request #15 from nathanhornby/master
Browse files Browse the repository at this point in the history
Slightly improved z-indexing
  • Loading branch information
duncanmcdougall committed Sep 24, 2014
2 parents 6012f8f + cd536be commit 0d68d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jquery.lightbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
background: rgba(0, 0, 0, 0.7);
-webkit-filter: none !important;
z-index: 9997;
}
#lightbox img {
display: block;
Expand Down Expand Up @@ -37,7 +38,7 @@ body.blurred > * {
bottom: 0;
width: 100%;
text-align: center;
z-index: 1000;
z-index: 9998;
background: #000;
background: rgba(0,0,0,0.7);
}
Expand Down
2 changes: 1 addition & 1 deletion jquery.lightbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d68d68

Please sign in to comment.