Fix :focus color on Delegation entry in Settings (#4794)
This commit is contained in:
parent
7280d8e6be
commit
8f4fefe849
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
/* Stylesheets for the Kolab Delegation configuration UI */
|
||||
|
||||
#settings-sections .listitem.delegation a {
|
||||
background: url(delegation.png) 6px 1px no-repeat;
|
||||
background-image: url(delegation.png);
|
||||
background-position: 6px 1px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#settings-sections .listitem.delegation.selected a {
|
||||
|
|
Loading…
Add table
Reference in a new issue