skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Tue Jan 13 18:32:53 CET 2015


 skins/chameleon/colors.less |    1 +
 skins/chameleon/styles.less |   14 ++++++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 3ef6919b9fee39c37d8f1ec4d56dfa38d2b3b79e
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jan 13 18:32:43 2015 +0100

    Fix compose address book widget styles (#4232)

diff --git a/skins/chameleon/colors.less b/skins/chameleon/colors.less
index 510c0ec..588704a 100644
--- a/skins/chameleon/colors.less
+++ b/skins/chameleon/colors.less
@@ -10,6 +10,7 @@
 @title-background: #f9f9f9;
 @header-text: #000000;
 @header-background: #f9f9f9;
+ at list-text: #3a3a3a;
 @list-selected-text: #fff;
 @list-selected-background: #3a3a3a;
 
diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 3cb9b26..0bfa14a 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -528,13 +528,12 @@ ul.listing li {
 	padding: 4px 0;
 }
 
-#contacts-table td span.email,
 .listbox .listitem a,
 .listbox .tablink a,
 .listing tbody td,
 .listing tbody td a,
 .listing li a {
-	color: #3a3a3a;
+	color: @list-text;
 	height: 17px;
 	line-height: 17px;
 	text-shadow: none;
@@ -666,7 +665,7 @@ select.decorated option,
 ul.toolbarmenu li,
 .ui-menu .ui-menu-item a,
 #rcmKSearchpane ul li {
-	background: #3a3a3a;
+	background: @list-text;
 }
 
 select.decorated option,
@@ -2064,6 +2063,7 @@ input.button.delete:hover {
 	color: @text-color;
 }
 
+.listing tbody tr.selected td a,
 #tasklistsbox .treelist li.selected > div span.listname,
 #calendars .treelist li.selected > div span.calname,
 #directorylist li.addressbook.selected > div a,
@@ -2249,11 +2249,13 @@ input.button.delete:hover {
 	background-position: 4px -1625px;
 }
 
+#contacts-table td.contactgroup,
 #contacts-table td.contact.group,
 #contacts-table .contact.group td.name {
 	background-position: 4px -1552px;
 }
 
+#contacts-table tr.selected td.contactgroup,
 #contacts-table tr.selected td.contact.group,
 #contacts-table.focus .group.selected.focused td.name {
 	background-position: 4px -1578px;
@@ -2289,6 +2291,10 @@ input.button.delete:hover {
 	background-position: 4px -524px;
 }
 
+#contacts-table td span.email {
+	color: #999;
+}
+
 
 /*** calendar module styles ***/
 
@@ -2793,7 +2799,7 @@ div.calendar-invitebox .folder-select {
 }
 
 #taskselector li a {
-	color: #3a3a3a;
+	color: @list-text;
 }
 
 .tagcloud li.inactive {




More information about the commits mailing list