summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/css/index.css b/www/css/index.css
index 66f0b32..fde07dc 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -336,3 +336,9 @@ input[type="checkbox"]:checked + span:before {
75% { opacity: 1; }
100% { opacity: 0; }
}
+
+.spinner {
+ opacity: 0;
+ -webkit-transition: opacity 2s;
+ transition: opacity 2s;
+}