plugins/kolab_delegation

Aleksander Machniak machniak at kolabsys.com
Thu Mar 5 14:39:25 CET 2015


 plugins/kolab_delegation/skins/larry/style.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 8f4fefe849e78a2d0340b70041c2d9ba49c2d50f
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Mar 5 08:13:50 2015 -0500

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

diff --git a/plugins/kolab_delegation/skins/larry/style.css b/plugins/kolab_delegation/skins/larry/style.css
index 67dc18d..a576c86 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 {




More information about the commits mailing list