1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/14095] Use gmd animated svg spinner

PHPBB3-14095
This commit is contained in:
hanakin
2017-02-23 13:22:13 -05:00
parent 2872d6aa1f
commit b19103c5e3
3 changed files with 42 additions and 233 deletions

View File

@@ -1333,13 +1333,26 @@ input.disabled {
background-color: #000000;
}
.loader,
.loader:after {
background: #1481b8;
}
@keyframes colors {
0% {
stroke: #4285f4;
}
.loader:before {
background: #13a4ec;
25% {
stroke: #de3e35;
}
50% {
stroke: #f7c223;
}
75% {
stroke: #1b9a59;
}
100% {
stroke: #4285f4;
}
}
.dropdown-extended ul li {