From 21ad25465db86f710f66c0eb3f2474407890e3b8 Mon Sep 17 00:00:00 2001 From: =?utf8?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=utf8 Content-Transfer-Encoding: 8bit When an image is being uploaded the upload icon is replaced by a loading icon, so the loading icon and the upload icon have to share their CSS rules, but only in that specific case; in general 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index d5a5b0a27b0..fe86f4a9d27 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -59,7 +59,7 @@ form.uploadButton { } #theming .icon-upload, -#theming .icon-loading-small { +#theming .uploadButton .icon-loading-small { padding: 8px 20px; width: 20px; margin: 2px 0px; -- 2.39.5