plugins/kolab_addressbook plugins/kolab_delegation

Thomas Brüderli bruederli at kolabsys.com
Thu Jun 5 16:46:09 CEST 2014


 plugins/kolab_addressbook/skins/larry/kolab_addressbook.css |    8 --------
 plugins/kolab_delegation/skins/larry/style.css              |    4 ++--
 2 files changed, 2 insertions(+), 10 deletions(-)

New commits:
commit 6d1ffc345da80e9ac28d26de751ebf394d68b959
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Jun 5 16:45:56 2014 +0200

    Some first styling fixes after accessibility improvements in Roundcube core

diff --git a/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css b/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css
index a1e26ec..2cfac3b 100644
--- a/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css
+++ b/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css
@@ -1,8 +1,4 @@
 
-#directorylist li.addressbook.selected {
-	background-color: #c7e3ef;
-}
-
 #directorylist li.addressbook.readonly,
 #directorylist li.addressbook.shared,
 #directorylist li.addressbook.other {
@@ -42,7 +38,3 @@
 	padding-right: 36px;
 }
 
-#directorylist li.addressbook.selected > a {
-	background-color: transparent;
-}
-
diff --git a/plugins/kolab_delegation/skins/larry/style.css b/plugins/kolab_delegation/skins/larry/style.css
index eda61c1..348be5e 100644
--- a/plugins/kolab_delegation/skins/larry/style.css
+++ b/plugins/kolab_delegation/skins/larry/style.css
@@ -1,10 +1,10 @@
 /* Stylesheets for the Kolab Delegation configuration UI */
 
-#settings-sections span.listitem.delegation a {
+#settings-sections .listitem.delegation a {
   background: url(delegation.png) 6px 1px no-repeat;
 }
 
-#settings-sections span.listitem.delegation.selected a {
+#settings-sections .listitem.delegation.selected a {
   background-position: 6px -23px;
 }
 




More information about the commits mailing list