-
Bug
-
Resolution: Won't Fix
-
Minor
-
3.0.11
-
None
Prosilver defines CSS classes:
phpBB/styles/prosilver/theme/colours.css:.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
|
phpBB/styles/prosilver/theme/cp.css:.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
|
However in ucp_pm_viewfolder.php the array which is used to construct a pm class of the form pm_<row_name>_colour is created with only
$color_rows = array('marked', 'replied');
|
Since messaged_reported is missing here, it is never actually displayed.