skins/chameleon

Aleksander Machniak machniak at kolabsys.com
Tue Feb 3 12:58:29 CET 2015


 skins/chameleon/styles.less |   13 +++++++++++++
 1 file changed, 13 insertions(+)

New commits:
commit 4b48317aad96d716f16366d4353f789f9eca75ed
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Tue Feb 3 06:57:46 2015 -0500

    Fixed some managesieve UI colors and rounded borders

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index af74b60..51581ea 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -3461,6 +3461,7 @@ div.rulerow:hover,
 div.actionrow:hover {
 	border-color: fade(@main-color, 20%);
 	background-color: fade(@main-color, 5%);
+	border-radius: 0;
 }
 
 #filter-form .rowbuttons a.button {
@@ -3468,6 +3469,18 @@ div.actionrow:hover {
 	box-shadow: none;
 }
 
+#filterslist tbody tr.disabled td,
+#filtersetslist tbody tr.disabled td {
+	color: #999;
+}
+
+#filter-form fieldset {
+	border-radius: 0;
+	border-color: #bbb;
+	border-width: 1px;
+}
+
+
 /*** Kolab Notes plugin ***/
 
 .notesview #notedetailsbox {




More information about the commits mailing list