aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2018-05-13 13:13:38 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-11-21 13:44:19 +0100
commit01b0ec19c681b76b59ae37c77d56357b2197bb8b (patch)
tree05793cf3f13a4d13cedc581253f593b96e1a20a2 /phpBB/styles/prosilver
parenteb94fe973bbf7b56e61b0287cf9a765197bed27c (diff)
downloadforums-01b0ec19c681b76b59ae37c77d56357b2197bb8b.tar
forums-01b0ec19c681b76b59ae37c77d56357b2197bb8b.tar.gz
forums-01b0ec19c681b76b59ae37c77d56357b2197bb8b.tar.bz2
forums-01b0ec19c681b76b59ae37c77d56357b2197bb8b.tar.xz
forums-01b0ec19c681b76b59ae37c77d56357b2197bb8b.zip
[ticket/9837] Small fixes
PHPBB3-9837
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
-rw-r--r--phpBB/styles/prosilver/theme/colours.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 5a469b8d85..16e28651bf 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -306,7 +306,7 @@
</p>
</form>
<!-- ELSE -->
- <p class="information post-notice">
+ <p class="post-notice information">
{L_POST_UNAPPROVED}
</p>
<!-- ENDIF -->
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index d8ee4f73a7..c44b5cd37d 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -1162,6 +1162,6 @@ li.notification-reported strong, li.notification-disapproved strong {
color: #ffffff;
}
-p.information {
+.information {
background-color: #b8d3e0;
}