From 7307889639b68064e642ae65bf98d9856c10922b Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Sat, 16 Jan 2016 14:14:59 +0100 Subject: finalize convertion of existing plugins --- style/plugins/activity-indicator.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'style/plugins/activity-indicator.scss') diff --git a/style/plugins/activity-indicator.scss b/style/plugins/activity-indicator.scss index d5df8c0..6fbc1db 100644 --- a/style/plugins/activity-indicator.scss +++ b/style/plugins/activity-indicator.scss @@ -8,7 +8,6 @@ $loadingbox-size: 20px; #imagelightbox-loading { box-shadow: rgba(0, 0, 0, .75) 0 0 $loadingbox-size*2; - background: #444; // Fallback background: rgba(0, 0, 0, .5); height: $loadingbox-size; left: 50%; @@ -45,6 +44,10 @@ $loadingbox-size: 20px; } @keyframes fade-in { - 0% { opacity: 0; } - 100% { opacity: 1; } + 0% { + opacity: 0; + } + 100% { + opacity: 1; + } } -- cgit v1.2.3