mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #5982 from nextcloud/fix-loading-icon-inside-upload-button-in-theming-app
Fix loading icon inside upload button in Theming app
This commit is contained in:
commit
9707ef9ba7
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue