added blue background for messages you sent

This commit is contained in:
SJ
2013-06-29 17:03:23 +02:00
parent a1d11d01b9
commit fbf5bc8b2c
4 changed files with 6 additions and 4 deletions

View File

@ -73,6 +73,7 @@
.resultrow.new a.spam { color: #aaa; }
.resultrow.selected { border: 2px solid black; }
.resultrow.spam { color: #aaa; }
.resultrow.sent { background: lightblue; }
.tcell { display: table-cell; }