aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2015-01-29 11:47:37 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2015-01-29 11:47:37 +0530
commit36f8fb2b37d92d2ac3ecccdd81d42b3bd3d95891 (patch)
tree00e71306e3fd4e65c703da48aa3819968c6eb9aa
parent872caf805cae8608ef6500a2c1a90795487c6235 (diff)
parentdff1ea6b85279230f761f5414ac7b53ef9aa07c8 (diff)
downloadforums-36f8fb2b37d92d2ac3ecccdd81d42b3bd3d95891.tar
forums-36f8fb2b37d92d2ac3ecccdd81d42b3bd3d95891.tar.gz
forums-36f8fb2b37d92d2ac3ecccdd81d42b3bd3d95891.tar.bz2
forums-36f8fb2b37d92d2ac3ecccdd81d42b3bd3d95891.tar.xz
forums-36f8fb2b37d92d2ac3ecccdd81d42b3bd3d95891.zip
Merge pull request #3347 from bantu/ticket/13554
[ticket/13554] Show feature release upgrades in blue rather than red.
-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 -->