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; }