aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-01-28 21:51:41 +0100
committerAndreas Fischer <bantu@phpbb.com>2015-01-28 21:59:03 +0100
commitdff1ea6b85279230f761f5414ac7b53ef9aa07c8 (patch)
treeac8c3a1aa8d6c4923c1360d028cee6a89241e8bd
parent5ce89ae82f7be38ef539872dc1fd360fb45c906a (diff)
downloadforums-dff1ea6b85279230f761f5414ac7b53ef9aa07c8.tar
forums-dff1ea6b85279230f761f5414ac7b53ef9aa07c8.tar.gz
forums-dff1ea6b85279230f761f5414ac7b53ef9aa07c8.tar.bz2
forums-dff1ea6b85279230f761f5414ac7b53ef9aa07c8.tar.xz
forums-dff1ea6b85279230f761f5414ac7b53ef9aa07c8.zip
[ticket/13554] Show feature release upgrades in blue rather than red.
PHPBB3-13554
-rw-r--r--phpBB/adm/style/acp_update.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_update.html b/phpBB/adm/style/acp_update.html
index a87366a78b..a087dc914a 100644
--- a/phpBB/adm/style/acp_update.html
+++ b/phpBB/adm/style/acp_update.html
@@ -19,7 +19,7 @@
<!-- ENDIF -->
<!-- IF NEXT_FEATURE_VERSION -->
- <div class="errorbox">
+ <div class="errorbox notice">
<p>{UPGRADE_INSTRUCTIONS}</p>
</div>
<!-- ENDIF -->