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%;
|