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

[ticket/14095] Faster & simpler

PHPBB3-14095
This commit is contained in:
hanakin
2017-02-17 19:35:04 -05:00
parent f02e755756
commit 920ea3018d
3 changed files with 73 additions and 86 deletions

View File

@@ -1333,12 +1333,32 @@ input.disabled {
background-color: #000000;
}
.loading_indicator .darken {
background-color: rgba(0, 0, 0, 0.5);
.loader {
background: #0076b1;
}
.loader {
color: #ffffff;
.loader:before {
background: #ffffff;
}
@-webkit-keyframes animate {
0% {
background: #0076b1;
}
50% {
background: #d31141;
}
}
@keyframes animate {
0% {
background: #0076b1;
}
50% {
background: #d31141;
}
}
.dropdown-extended ul li {