1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/14095] Display it properly on darkened bg

PHPBB3-14095
This commit is contained in:
hanakin
2017-02-17 13:55:29 -05:00
parent 8b9a5848f6
commit f02e755756
3 changed files with 16 additions and 2 deletions

View File

@@ -1333,6 +1333,10 @@ input.disabled {
background-color: #000000;
}
.loading_indicator .darken {
background-color: rgba(0, 0, 0, 0.5);
}
.loader {
color: #ffffff;
}