From c9d0718d332b5ed95a8906c2cc7f6e2203f275d8 Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 11 Nov 2014 19:52:03 +0100 Subject: [PATCH] [fix] Backport upstream CSS fix for toolbar buttons. --- sources/ynh_common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/ynh_common.css b/sources/ynh_common.css index 7d0afd2..ebcf246 100644 --- a/sources/ynh_common.css +++ b/sources/ynh_common.css @@ -1,5 +1,9 @@ /* Inserted by Yunohost install script */ + div#toolbar > * { + background-position: center center; + background-repeat: no-repeat; + } div#toolbar > #toolbar-downloads { background-image: url("images/toolbar-downloads.png"); }