mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 12:57:26 +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;
|
||||
}
|
||||
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user