Do not use the same rules for loading icon than for upload icon
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:
parent
33c4a674a2
commit
fa7f4e5cae
|
@ -60,8 +60,7 @@ form.uploadButton {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
#theming .icon-upload,
|
#theming .icon-upload {
|
||||||
#theming .icon-loading-small {
|
|
||||||
padding: 8px 20px;
|
padding: 8px 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin: 2px 0px;
|
margin: 2px 0px;
|
||||||
|
|
Loading…
Reference in New Issue