1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 08:00:46 +01:00

[ticket/9837] Display unapproved posts to their authors

Basic functionality mock up.

PHPBB3-9837
This commit is contained in:
Máté Bartus 2018-05-11 17:29:49 +02:00 committed by Marc Alexander
parent 46a189fa4c
commit 3149b45eba
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -1161,3 +1161,7 @@ li.notification-reported strong, li.notification-disapproved strong {
background-color: #D31141;
color: #ffffff;
}
p.information {
background-color: #b8d3e0;
}