diff --git a/phpBB/adm/style/acp_ext_list.html b/phpBB/adm/style/acp_ext_list.html
index a09eb97abc..7ab2608e13 100644
--- a/phpBB/adm/style/acp_ext_list.html
+++ b/phpBB/adm/style/acp_ext_list.html
@@ -51,8 +51,8 @@
{enabled.META_DISPLAY_NAME} |
- style="color: #228822;"style="color: #BC2A4D;">{enabled.META_VERSION}
-
+ {enabled.META_VERSION}
+
{enabled.META_VERSION}
@@ -77,8 +77,8 @@
| {disabled.META_DISPLAY_NAME} |
- style="color: #228822;"style="color: #BC2A4D;">{disabled.META_VERSION}
-
+ {disabled.META_VERSION}
+
{disabled.META_VERSION}
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index 905259faec..41d0ae8d42 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -2506,7 +2506,11 @@ fieldset.permissions .padding {
/* Classes for additional tasks
---------------------------------------- */
-.outdated-ext-icon {
+.current-ext {
+ color: #228822;
+}
+
+.outdated-ext {
color: #BC2A4D;
}
|