[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;
}