skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Tue Jan 13 16:58:19 CET 2015


 skins/chameleon/images/listicons.png |binary
 skins/chameleon/styles.less          |   14 ++++++++++++++
 2 files changed, 14 insertions(+)

New commits:
commit 9a6564219d72250c2b6e6e062ef806cf512e004e
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jan 13 16:56:29 2015 +0100

    Add themed icons for activesync settings (#4175)

diff --git a/skins/chameleon/images/listicons.png b/skins/chameleon/images/listicons.png
index 4dc95f5..aa33370 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 ac19fd0..9ffa7be 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -3299,6 +3299,20 @@ div.kolabmessagenotes {
 	color: #828282;
 }
 
+#foldersubscriptions thead th:focus {
+	outline: 2px solid @outline-color;
+}
+
+#foldersubscriptions thead th.alarm,
+#foldersubscriptions thead th.subscription {
+	background-image: url(images/listicons.png);
+	background-position: center -3459px;
+}
+
+#foldersubscriptions thead th.alarm {
+	background-position: center -3482px;
+}
+
 /*** Kolab Tags plugin ***/
 
 .tagbox {




More information about the commits mailing list