Update static/index.html
Browse files- static/index.html +2 -2
static/index.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
| 23 |
height: 50px;
|
| 24 |
display: flex;
|
| 25 |
flex-direction: column;
|
| 26 |
-
|
| 27 |
margin: auto;
|
| 28 |
margin-top: 30px;
|
| 29 |
padding-bottom: 7px;
|
|
@@ -347,7 +347,7 @@
|
|
| 347 |
#loadingSpinner {
|
| 348 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 349 |
border-radius: 50%;
|
| 350 |
-
border-top:
|
| 351 |
width: 20px;
|
| 352 |
height: 20px;
|
| 353 |
animation: spin 2s linear infinite;
|
|
|
|
| 23 |
height: 50px;
|
| 24 |
display: flex;
|
| 25 |
flex-direction: column;
|
| 26 |
+
|
| 27 |
margin: auto;
|
| 28 |
margin-top: 30px;
|
| 29 |
padding-bottom: 7px;
|
|
|
|
| 347 |
#loadingSpinner {
|
| 348 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 349 |
border-radius: 50%;
|
| 350 |
+
border-top: 3px solid #ffffff;
|
| 351 |
width: 20px;
|
| 352 |
height: 20px;
|
| 353 |
animation: spin 2s linear infinite;
|