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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user