Some first styling fixes after accessibility improvements in Roundcube core

This commit is contained in:
Thomas Bruederli 2014-06-05 16:45:56 +02:00
parent a1b146a8dd
commit 6d1ffc345d
2 changed files with 2 additions and 10 deletions

View file

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

View file

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