Some first styling fixes after accessibility improvements in Roundcube core
This commit is contained in:
parent
a1b146a8dd
commit
6d1ffc345d
2 changed files with 2 additions and 10 deletions
|
@ -1,8 +1,4 @@
|
||||||
|
|
||||||
#directorylist li.addressbook.selected {
|
|
||||||
background-color: #c7e3ef;
|
|
||||||
}
|
|
||||||
|
|
||||||
#directorylist li.addressbook.readonly,
|
#directorylist li.addressbook.readonly,
|
||||||
#directorylist li.addressbook.shared,
|
#directorylist li.addressbook.shared,
|
||||||
#directorylist li.addressbook.other {
|
#directorylist li.addressbook.other {
|
||||||
|
@ -42,7 +38,3 @@
|
||||||
padding-right: 36px;
|
padding-right: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#directorylist li.addressbook.selected > a {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
/* Stylesheets for the Kolab Delegation configuration UI */
|
/* 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;
|
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;
|
background-position: 6px -23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue