diff options
author | thomascube <thomas@roundcube.net> | 2012-01-10 17:37:31 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-10 17:37:31 +0000 |
commit | 03fe1c2ad312eb55799ac4498826829df4bf70d4 (patch) | |
tree | 933d1ae25fe35ac3919899422922992d0ebc5bfd /skins/larry | |
parent | d741a96ecdde5a2b1a454e6b9a324350e7316525 (diff) |
Reflect threads expand status in css classes
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 3f2d8fe4a..c07d5e76e 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -354,6 +354,10 @@ a.iconbutton.threadmode.selected { /* background-color: #fff; */ } +#messagelist tr.thread.expanded td { + background-color: #ededed; +} + #messagelist tr.unread { font-weight: bold; /* background-color: #fff; */ |