diff options
author | Máté Bartus <mate.bartus@gmail.com> | 2018-05-11 17:29:49 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-21 13:44:20 +0100 |
commit | 3149b45ebafb42f347cb2b537c8fef2a51bd4783 (patch) | |
tree | 41958d159a005223b978cf2a6f7e6bafa4e124e4 | |
parent | 46a189fa4c5ed099eddca5b03f6fd17e057a37c6 (diff) | |
download | forums-3149b45ebafb42f347cb2b537c8fef2a51bd4783.tar forums-3149b45ebafb42f347cb2b537c8fef2a51bd4783.tar.gz forums-3149b45ebafb42f347cb2b537c8fef2a51bd4783.tar.bz2 forums-3149b45ebafb42f347cb2b537c8fef2a51bd4783.tar.xz forums-3149b45ebafb42f347cb2b537c8fef2a51bd4783.zip |
[ticket/9837] Display unapproved posts to their authors
Basic functionality mock up.
PHPBB3-9837
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index ffaa71034f..d8ee4f73a7 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -1161,3 +1161,7 @@ li.notification-reported strong, li.notification-disapproved strong { background-color: #D31141; color: #ffffff; } + +p.information { + background-color: #b8d3e0; +} |