Added comment to overlay

This commit is contained in:
Tobias Reich 2014-11-09 23:32:23 +01:00
parent 536244c7a4
commit 4341eef0ec

View File

@ -105,6 +105,7 @@
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0.9) 100%);
}
// No overlay for empty albums
.album img[data-type^='nonretina'] + .overlay {
background: rgba(0, 0, 0, 0.2);
}