summaryrefslogtreecommitdiff
path: root/style/plugins/overlay.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style/plugins/overlay.scss')
-rw-r--r--style/plugins/overlay.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/style/plugins/overlay.scss b/style/plugins/overlay.scss
index edbc05a..94dc431 100644
--- a/style/plugins/overlay.scss
+++ b/style/plugins/overlay.scss
@@ -1,6 +1,5 @@
#imagelightbox-overlay {
- background: #fff;
background: rgba(255, 255, 255, .9);
bottom: 0;
left: 0;
@@ -12,6 +11,10 @@
}
@keyframes fade-in {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
+ 0% {
+ opacity: 0;
+ }
+ 100% {
+ opacity: 1;
+ }
}