diff --git a/phpBB/styles/prosilver/template/ucp_pm_history.html b/phpBB/styles/prosilver/template/ucp_pm_history.html index d4ef61c4a9..88efcf95be 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_history.html +++ b/phpBB/styles/prosilver/template/ucp_pm_history.html @@ -17,9 +17,9 @@

class="current">{history_row.SUBJECT}

-

{history_row.MINI_POST_IMG} {L_SENT_AT}: {history_row.SENT_DATE}
+

{history_row.MINI_POST_IMG} {L_SENT_AT}: {history_row.SENT_DATE}
{L_MESSAGE_BY_AUTHOR} {history_row.MESSAGE_AUTHOR_FULL}

-
{history_row.MESSAGE}
+
{history_row.MESSAGE}
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 638f148ef9..28749dc0c4 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -865,7 +865,7 @@ dl.mini dt { ----------------------------------------*/ /* PM Message history */ .current { - color: #999999 !important; + color: #000000 !important; } /* PM marking colours */