aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/ucp_pm_history.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-08-14 19:09:27 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-08-14 19:09:27 +0300
commit9c299b0e8367ec8f9bb631e637b2492483ab3b8a (patch)
tree57a9280d90875c1d4904ea5fd271c339723c8910 /phpBB/styles/subsilver2/template/ucp_pm_history.html
parent33eb9ad53aca850586abe8d896cd718181d480c0 (diff)
downloadforums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.gz
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.bz2
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.tar.xz
forums-9c299b0e8367ec8f9bb631e637b2492483ab3b8a.zip
[ticket/11789] Remove colors from HTML code
PHPBB3-11789
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_pm_history.html')
-rw-r--r--phpBB/styles/subsilver2/template/ucp_pm_history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_history.html b/phpBB/styles/subsilver2/template/ucp_pm_history.html
index bf20108f7b..e27417ea3f 100644
--- a/phpBB/styles/subsilver2/template/ucp_pm_history.html
+++ b/phpBB/styles/subsilver2/template/ucp_pm_history.html
@@ -25,7 +25,7 @@
</tr>
</table>
</td>
- <td width="100%"<!-- IF history_row.S_CURRENT_MSG --> style="background-color:lightblue"<!-- ENDIF -->>
+ <td width="100%"<!-- IF history_row.S_CURRENT_MSG --> class="current"<!-- ENDIF -->>
<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><b>{L_PM_SUBJECT}:</b>&nbsp;{history_row.SUBJECT}</div><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><b>{L_FOLDER}:</b>&nbsp;{history_row.FOLDER}</div>
</td>
</tr>