From 6d1ffc345da80e9ac28d26de751ebf394d68b959 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 5 Jun 2014 16:45:56 +0200 Subject: [PATCH] Some first styling fixes after accessibility improvements in Roundcube core --- .../kolab_addressbook/skins/larry/kolab_addressbook.css | 8 -------- plugins/kolab_delegation/skins/larry/style.css | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css b/plugins/kolab_addressbook/skins/larry/kolab_addressbook.css index a1e26ec9..2cfac3b6 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 eda61c17..348be5e6 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; }