diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-14 19:09:27 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-08-14 19:09:27 +0300 |
| commit | 9c299b0e8367ec8f9bb631e637b2492483ab3b8a (patch) | |
| tree | 57a9280d90875c1d4904ea5fd271c339723c8910 /phpBB/styles/subsilver2/template/ucp_pm_history.html | |
| parent | 33eb9ad53aca850586abe8d896cd718181d480c0 (diff) | |
| download | forums-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.html | 2 |
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> {history_row.SUBJECT}</div><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><b>{L_FOLDER}:</b> {history_row.FOLDER}</div> </td> </tr> |
