Merge pull request #7059 from kyrofa/bugfix/5532/loading_indicator

core: hide spinner for initial install
This commit is contained in:
Morris Jobke 2017-11-07 10:47:56 +01:00 committed by GitHub
commit 44f9779f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -624,6 +624,8 @@ p.info {
.float-spinner {
margin-top: -32px;
padding-top: 32px;
height: 32px;
display: none;
}
[class^='icon-'], [class*=' icon-'] {
background-repeat: no-repeat;