mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-21 16:22:22 +02:00
[ticket/14095] Display it properly on darkened bg
PHPBB3-14095
This commit is contained in:
parent
8b9a5848f6
commit
f02e755756
@ -9,7 +9,9 @@
|
||||
<div id="darken" class="darken"> </div>
|
||||
</div>
|
||||
<div id="loading_indicator" class="loading_indicator">
|
||||
<div class="loader">{L_Loading}...</div>
|
||||
<div id="darken" class="darken">
|
||||
<div class="loader">{L_Loading}...</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">
|
||||
<a href="#" class="alert_close">
|
||||
|
@ -1333,6 +1333,10 @@ input.disabled {
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.loading_indicator .darken {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.loader {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
@ -1017,7 +1017,8 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.darkenwrapper {
|
||||
.darkenwrapper,
|
||||
.loading_indicator {
|
||||
position: relative;
|
||||
z-index: 44;
|
||||
display: none;
|
||||
@ -1033,6 +1034,13 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.loading_indicator .darken {
|
||||
opacity: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.loader {
|
||||
font-size: 90px;
|
||||
text-indent: -9999em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user