skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Mon Jan 12 16:54:08 CET 2015


 skins/chameleon/colors.less |    2 +-
 skins/chameleon/styles.less |    5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 8dc246fb1dabf6f4ef9c64c2422c23187f7a70f0
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Jan 12 16:54:00 2015 +0100

    Highlight text color is dark gray according to new color scheme; bring back replied icon in selected rows (#4174)

diff --git a/skins/chameleon/colors.less b/skins/chameleon/colors.less
index b289a04..c9aed05 100644
--- a/skins/chameleon/colors.less
+++ b/skins/chameleon/colors.less
@@ -16,4 +16,4 @@
 @focus-color: fade(@main-color, 40%);
 @outline-color: fade(@main-color, 90%);
 @highlight-color: @main-color;
- at hightlight-text: #fff;
+ at hightlight-text: #3a3a3a;
diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 9666f5a..df7e6e7 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -855,11 +855,6 @@ ul.toolbarmenu li span.icon.tagremoveall {
 	background-position: 1px -2898px !important;
 }
 
-.messagelist tr.selected td.subject span.msgicon,
-.messagelist tr.selected td.subject span.unreadchildren {
-	background-position: 1px -2939px;
-}
-
 .messagelist tr.selected td.flag span.flagged {
 	background-position: 0px -2923px;
 }




More information about the commits mailing list