mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/14677] Make the exclamation mark red
PHPBB3-14677
This commit is contained in:
parent
41077cae64
commit
38bf2e3771
2 changed files with 6 additions and 2 deletions
|
@ -52,7 +52,7 @@
|
||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
<!-- IF enabled.S_VERSIONCHECK -->
|
<!-- IF enabled.S_VERSIONCHECK -->
|
||||||
<strong <!-- IF enabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{enabled.META_VERSION}</strong>
|
<strong <!-- IF enabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{enabled.META_VERSION}</strong>
|
||||||
<!-- IF not enabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle" aria-hidden="true"></i><!-- ENDIF -->
|
<!-- IF not enabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle outdated-ext-icon" aria-hidden="true"></i><!-- ENDIF -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{enabled.META_VERSION}
|
{enabled.META_VERSION}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
<td style="text-align: center;">
|
<td style="text-align: center;">
|
||||||
<!-- IF disabled.S_VERSIONCHECK -->
|
<!-- IF disabled.S_VERSIONCHECK -->
|
||||||
<strong <!-- IF disabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{disabled.META_VERSION}</strong>
|
<strong <!-- IF disabled.S_UP_TO_DATE -->style="color: #228822;"<!-- ELSE -->style="color: #BC2A4D;"<!-- ENDIF -->>{disabled.META_VERSION}</strong>
|
||||||
<!-- IF not disabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle" aria-hidden="true"></i><!-- ENDIF -->
|
<!-- IF not disabled.S_UP_TO_DATE --><i class="fa fa-exclamation-circle outdated-ext-icon" aria-hidden="true"></i><!-- ENDIF -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{disabled.META_VERSION}
|
{disabled.META_VERSION}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
|
@ -2506,6 +2506,10 @@ fieldset.permissions .padding {
|
||||||
/* Classes for additional tasks
|
/* Classes for additional tasks
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
|
||||||
|
.outdated-ext-icon {
|
||||||
|
color: #BC2A4D;
|
||||||
|
}
|
||||||
|
|
||||||
.phpinfo {
|
.phpinfo {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue