skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Mon Jan 12 17:51:42 CET 2015


 skins/chameleon/styles.less |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 5a3b80097f9abc1ba6f6639329ce76f963c42ea9
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Jan 12 17:51:39 2015 +0100

    Use light gray to colorize open threads in message list

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 3b27387..fb85a72 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -548,12 +548,15 @@ ul.treelist li.selected a:focus {
 .listing tbody tr.selected td,
 .listing li.selected,
 .listing li.selected > a,
-.messagelist tr.thread.expanded td,
 #calendars .treelist li.selected > div.calendar {
 	color: @list-selected-text;
 	background-color: @list-selected-background;
 }
 
+.messagelist tr.thread.expanded td {
+	background-color: @title-background;
+}
+
 .listbox .listitem,
 .listbox .tablink,
 .listing tbody td,




More information about the commits mailing list