2 commits - skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Mon Jan 26 14:15:46 CET 2015


 skins/chameleon/images/buttons.png   |binary
 skins/chameleon/images/listicons.png |binary
 skins/chameleon/styles.less          |   22 ++++++++++++++--------
 3 files changed, 14 insertions(+), 8 deletions(-)

New commits:
commit 50f4978fb461939f1a44a0073c9cca669d93d46c
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Jan 26 14:15:40 2015 +0100

    Fix icon colors and positions (#4237, #4238, #4327, #4234, #4264)

diff --git a/skins/chameleon/images/buttons.png b/skins/chameleon/images/buttons.png
index ae7d760..c6910cc 100644
Binary files a/skins/chameleon/images/buttons.png and b/skins/chameleon/images/buttons.png differ
diff --git a/skins/chameleon/images/listicons.png b/skins/chameleon/images/listicons.png
index c4f6823..e3d41c9 100644
Binary files a/skins/chameleon/images/listicons.png and b/skins/chameleon/images/listicons.png differ
diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 80a3b47..a5a314a 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -930,7 +930,7 @@ ul.toolbarmenu li span.icon.tagremoveall {
 }
 
 .messagelist tbody .attachment span.ical {
-	background-position: -2px -528px;
+	background-position: -2px -3558px;
 }
 
 .messagelist tr.selected td.status span.unread,
@@ -3054,11 +3054,11 @@ div.subscriptionblock h3.note {
 }
 
 .foldersblock th.read {
-  background: url(images/read.png) center no-repeat;
+	background: url(images/listicons.png) center -3506px no-repeat;
 }
 
 .foldersblock th.write {
-  background: url(images/write.png) center no-repeat;
+	background: url(images/listicons.png) center -3530px no-repeat;
 }
 
 
@@ -3241,19 +3241,19 @@ body.iframe.aclform {
 #acltable tbody tr td.partial,
 #acltable tbody tr.selected td.enabled,
 #acltable tbody tr.selected td.partial {
-	position: relative;
 	background: none;
 }
 
 #acltable tbody tr td.enabled:after,
 #acltable tbody tr td.partial:after {
 	content: '';
-	position: absolute;
-	top: 7px;
+	display: block;
+	position: relative;
+	top: -1px;
 	left: 50%;
 	width: 10px;
 	height: 5px;
-	margin-left: -4px;
+	margin-left: -5px;
 	border: 3px solid @main-color;
 	border-top: none;
 	border-right: none;


commit 6692f44a800091760435075fcce810aa1c331cd2
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Jan 26 11:27:17 2015 +0100

    Fix color of drag-n-drop target elements (#4236)

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index debe1e1..80a3b47 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -521,7 +521,8 @@ a:visited {
 .listbox .boxfooter,
 .listbox table.listing,
 .ui-dialog .listbox,
-ul.listing li {
+ul.listing li,
+ul.listing li.selected ul {
 	background: #fff;
 }
 
@@ -577,6 +578,11 @@ ul.treelist li.selected a:focus {
 	color: @list-selected-text !important;
 }
 
+ul.listing li.droptarget,
+table.listing tr.droptarget td {
+	background-color: @focus-color;
+}
+
 .messagelist tr th.threads .listmenu:focus,
 .records-table thead th a:focus,
 .boxfooter a.listbutton:focus,




More information about the commits mailing list