diff --git a/plugins/kolab_delegation/skins/larry/style.css b/plugins/kolab_delegation/skins/larry/style.css index 67dc18d0..a576c867 100644 --- a/plugins/kolab_delegation/skins/larry/style.css +++ b/plugins/kolab_delegation/skins/larry/style.css @@ -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 {