From 38bf2e3771e5769fdc6cb1b3394f8897b5b4323a Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Sun, 10 Sep 2017 12:19:13 +0200 Subject: [PATCH] [ticket/14677] Make the exclamation mark red PHPBB3-14677 --- phpBB/adm/style/acp_ext_list.html | 4 ++-- phpBB/adm/style/admin.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html index c4b1269bc4..a09eb97abc 100644 --- a/phpBB/adm/style/acp_ext_list.html +++ b/phpBB/adm/style/acp_ext_list.html @@ -52,7 +52,7 @@ style="color: #228822;"style="color: #BC2A4D;">{enabled.META_VERSION} - + {enabled.META_VERSION} @@ -78,7 +78,7 @@ style="color: #228822;"style="color: #BC2A4D;">{disabled.META_VERSION} - + {disabled.META_VERSION} diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 2322b3da88..905259faec 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -2506,6 +2506,10 @@ fieldset.permissions .padding { /* Classes for additional tasks ---------------------------------------- */ +.outdated-ext-icon { + color: #BC2A4D; +} + .phpinfo { overflow: auto; width: 99%;