mirror of
https://github.com/gamaio/unps.us-Shortener.git
synced 2024-12-22 10:12:41 +00:00
Change the loading animation
The glowing shadow was fairly distracting. This also makes the circle much thinner
This commit is contained in:
parent
e9a6f7eee2
commit
338b72dcd5
@ -287,7 +287,7 @@ h2 {
|
|||||||
max-width: 570px;
|
max-width: 570px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#theLoader{ display: none; }
|
/*#theLoader{ display: none; }*/
|
||||||
|
|
||||||
#loading{
|
#loading{
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -304,13 +304,11 @@ h2 {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
top: 15%;
|
top: 15%;
|
||||||
margin: 0 0 0 -15px;
|
margin: 0 0 0 -15px;
|
||||||
border: 8px solid #fff;
|
border: 6px solid #fff;
|
||||||
border-right-color: transparent;
|
border-right: none;
|
||||||
border-top: 0 none;
|
border-top: 0 none;
|
||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
border-left: 1 none;
|
border-radius: 100%;
|
||||||
border-radius: 50%;
|
|
||||||
box-shadow: 0 0 25px 2px #eee;
|
|
||||||
-webkit-animation: spin 1s linear infinite;
|
-webkit-animation: spin 1s linear infinite;
|
||||||
-moz-animation: spin 1s linear infinite;
|
-moz-animation: spin 1s linear infinite;
|
||||||
-ms-animation: spin 1s linear infinite;
|
-ms-animation: spin 1s linear infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user