From 6407ed0931998df3bf4db882ae70a20c6d654877 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 31 Dec 2014 02:30:22 -0500 Subject: [PATCH] Fix missing icons on list of folders for delegation (#4145) --- plugins/kolab_delegation/skins/larry/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kolab_delegation/skins/larry/style.css b/plugins/kolab_delegation/skins/larry/style.css index 7a29ed29..67dc18d0 100644 --- a/plugins/kolab_delegation/skins/larry/style.css +++ b/plugins/kolab_delegation/skins/larry/style.css @@ -61,7 +61,7 @@ div.foldersblock h3.note { padding: 2px; padding-top: 4px; min-width: 2em; - background: #d6eaf3; + background-color: #d6eaf3; border-bottom: 2px solid #fff; text-align: center; }