Bladeren bron

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>
tags/v13.0.0beta1
Daniel Calviño Sánchez 6 jaren geleden
bovenliggende
commit
2398e845c9
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2
    1
      apps/theming/css/settings-admin.css

+ 2
- 1
apps/theming/css/settings-admin.css Bestand weergeven

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

Laden…
Annuleren
Opslaan