mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-16 18:50:20 +00:00
adjust loader color to match nextcloud blue
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
628abc02f6
commit
560dce906e
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ header {
|
||||||
.loader {
|
.loader {
|
||||||
border: 16px solid #f3f3f3;
|
border: 16px solid #f3f3f3;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border-top: 16px solid #3498db;
|
border-top: 16px solid #0082c9;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
-webkit-animation: spin 2s linear infinite; /* Safari */
|
-webkit-animation: spin 2s linear infinite; /* Safari */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue