Do not use the same rules for loading icon than for upload icon

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>
This commit is contained in:
Daniel Calviño Sánchez 2017-05-20 22:10:06 +02:00
parent 4dd8c4b538
commit 21ad25465d
1 changed files with 1 additions and 1 deletions

View 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;