skins/chameleon

Aleksander Machniak machniak at kolabsys.com
Fri Dec 19 15:24:30 CET 2014


 skins/chameleon/styles.css |   51 +++++++++++++++++++++++----------------------
 1 file changed, 27 insertions(+), 24 deletions(-)

New commits:
commit 1e77005e3df7213dd38d391518c24ebfffedb9dc
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Fri Dec 19 07:24:57 2014 -0500

    Fix colors of folder search results (#4116)

diff --git a/skins/chameleon/styles.css b/skins/chameleon/styles.css
index 3210b4c..9af0888 100644
--- a/skins/chameleon/styles.css
+++ b/skins/chameleon/styles.css
@@ -958,19 +958,15 @@ body.tasklistview #searchmenulink {
 	border-top: none;
 	top: 0;
 }
-/*
-.toolbar a.button.help {
-	background: url(images/buttons.png) center -2858px no-repeat;
-}
 
-.toolbar a.button.about {
-	background: url(images/buttons.png) center -2813px no-repeat;
+ul.treelist li div.treetoggle {
+	background-position: -3px -142px;
 }
 
-.toolbar a.button.license {
-	background: url(images/buttons.png) center -2902px no-repeat;
+ul.treelist li div.treetoggle.expanded {
+	background-position: -3px -166px;
 }
-*/
+
 
 /*** form styles ***/
 
@@ -1331,6 +1327,7 @@ input.button.delete:hover {
 #message div.error,
 #message div.notice,
 #message div.confirmation,
+#messagestack div:after,
 #messagestack div.warning:after,
 #messagestack div.error:after,
 #messagestack div.notice:after,
@@ -1344,6 +1341,11 @@ input.button.delete:hover {
 	width: 24px;
 }
 
+#messagestack div:after,
+#messagestack div.notice:after {
+	background-position: 3px 9px;
+}
+
 #message div.notice {
 	color: #054f9b;
 }
@@ -1362,10 +1364,6 @@ input.button.delete:hover {
 	color: #fff;
 }
 
-#messagestack div.notice:after {
-	background-position: 3px 9px;
-}
-
 #messagestack div.confirmation {
 	color: #c1e065;
 }
@@ -1617,11 +1615,15 @@ input.button.delete:hover {
 #calendars .searchresults .boxtitle,
 #tasklistsbox .searchresults .boxtitle,
 #directorylist .searchresults .boxtitle,
-.notesview #notebooks .searchresults .boxtitle {
-/*
-	background: #bccad0;
-	color: #215c6e;
-*/
+.notesview #notebooksbox .searchresults .boxtitle {
+	background: #f9f9f9;
+	padding: 7px 8px 6px;
+}
+
+#calendars .searchresults,
+#tasklistsbox .searchresults,
+.notesview #notebooksbox .searchresults {
+	margin-top: 0;
 }
 
 #tasklistsbox .treelist li span.listname,
@@ -1795,7 +1797,7 @@ input.button.delete:hover {
 #tasklistsbox .searchresults .listing li,
 #directorylistbox .searchresults .listing li,
 .notesview #notebooksbox .searchresults .listing li {
-	background-color: #828282;
+	background-color: #fff;
 }
 
 #contacts-table td.contact,
@@ -1905,6 +1907,10 @@ input.button.delete:hover {
 	background-position: center -2144px;
 }
 
+.calendarmain #calendar .fc-header-right {
+	padding-top: 3px;
+}
+
 .calendarmain #calendar .fc-button-prev,
 .calendarmain #calendar .fc-button-next,
 .calendarmain #calendar .fc-button-prev.fc-state-default,
@@ -1945,18 +1951,15 @@ input.button.delete:hover {
 	color: #4c4c4c;
 }
 
+#datepicker td.ui-datepicker-activerange,
 .ui-datepicker td {
-	border-color: #4d4d4d;
+	border-color: #fff;
 }
 
 .ui-datepicker .ui-datepicker-header {
 	border-radius: 0
 }
 
-#datepicker td.ui-datepicker-activerange {
-	border-color: #4d4d4d;
-}
-
 #datepicker td.ui-datepicker-activerange a {
 	color: #4c4c4c;
 	background: #fad6d3;




More information about the commits mailing list