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