summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-10 17:37:31 +0000
committerthomascube <thomas@roundcube.net>2012-01-10 17:37:31 +0000
commit03fe1c2ad312eb55799ac4498826829df4bf70d4 (patch)
tree933d1ae25fe35ac3919899422922992d0ebc5bfd /skins
parentd741a96ecdde5a2b1a454e6b9a324350e7316525 (diff)
Reflect threads expand status in css classes
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
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; */