From 338b72dcd5a3090799dc128a97015dd94fdaa587 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sat, 22 Feb 2014 22:13:21 -0600 Subject: [PATCH] Change the loading animation The glowing shadow was fairly distracting. This also makes the circle much thinner --- assets/css/elements.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/assets/css/elements.css b/assets/css/elements.css index d6e2fec..47f86d2 100644 --- a/assets/css/elements.css +++ b/assets/css/elements.css @@ -287,7 +287,7 @@ h2 { max-width: 570px; } -#theLoader{ display: none; } +/*#theLoader{ display: none; }*/ #loading{ position: relative; @@ -304,13 +304,11 @@ h2 { left: 50%; top: 15%; margin: 0 0 0 -15px; - border: 8px solid #fff; - border-right-color: transparent; + border: 6px solid #fff; + border-right: none; border-top: 0 none; border-bottom: 0 none; - border-left: 1 none; - border-radius: 50%; - box-shadow: 0 0 25px 2px #eee; + border-radius: 100%; -webkit-animation: spin 1s linear infinite; -moz-animation: spin 1s linear infinite; -ms-animation: spin 1s linear infinite;