Fix :focus color on Delegation entry in Settings (#4794)

This commit is contained in:
Aleksander Machniak 2015-03-05 08:13:50 -05:00
parent 7280d8e6be
commit 8f4fefe849

View file

@ -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 {