Fix loading icon inside upload button in Theming app

Pull request #5969 fixed the vertical alignment of loading icon and
status message in Theming app, but in doing so it broke the loading icon
inside the upload button.

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.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2017-08-04 15:12:09 +02:00
parent de94eefe97
commit 2398e845c9
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ form.uploadButton {
vertical-align: top;
}
#theming .icon-upload {
#theming .icon-upload,
#theming .uploadButton .icon-loading-small {
padding: 8px 20px;
width: 20px;
margin: 2px 0px;