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

Merge pull request #4704 from hanakin/ticket/14095

[ticket/14095] Pure CSS loader...No Image
This commit is contained in:
Marc Alexander
2017-03-19 17:27:47 +01:00
8 changed files with 157 additions and 28 deletions

View File

@@ -1275,9 +1275,26 @@ input.disabled {
background-color: #000000;
}
.loading_indicator {
background-color: #000000;
background-image: url('./images/loading.gif');
@keyframes colors {
0% {
stroke: #4285f4;
}
25% {
stroke: #de3e35;
}
50% {
stroke: #f7c223;
}
75% {
stroke: #1b9a59;
}
100% {
stroke: #4285f4;
}
}
.dropdown-extended ul li {