]> source.dussan.org Git - nextcloud-server.git/commitdiff
Do not use the same rules for loading icon than for upload icon
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Sat, 20 May 2017 20:10:06 +0000 (22:10 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Mon, 7 Aug 2017 12:58:05 +0000 (14:58 +0200)
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 <danxuliu@gmail.com>
apps/theming/css/settings-admin.css

index d5a5b0a27b0d4b50ee7d25fd43b9bcd44c325414..fe86f4a9d270d3da00d65fdcc432f69f0c74f75f 100644 (file)
@@ -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;