mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/9837] Display unapproved posts to their authors
Basic functionality mock up. PHPBB3-9837
This commit is contained in:
parent
46a189fa4c
commit
3149b45eba
1 changed files with 4 additions and 0 deletions
|
@ -1161,3 +1161,7 @@ li.notification-reported strong, li.notification-disapproved strong {
|
||||||
background-color: #D31141;
|
background-color: #D31141;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.information {
|
||||||
|
background-color: #b8d3e0;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue