From fa7f4e5caee540e0de136003a1963d8933d3da17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Sat, 20 May 2017 22:10:06 +0200 Subject: [PATCH] Do not use the same rules for loading icon than for upload icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The loading icon is used in a totally different way than the upload icon and thus it should not share its CSS rules. Signed-off-by: Daniel Calviño Sánchez --- apps/theming/css/settings-admin.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index a24dd085c4..a35062f8d9 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -60,8 +60,7 @@ form.uploadButton { vertical-align: top; } -#theming .icon-upload, -#theming .icon-loading-small { +#theming .icon-upload { padding: 8px 20px; width: 20px; margin: 2px 0px;