Merge pull request #7095 from nextcloud/12-7059

[stable12] hide spinner for initial install
This commit is contained in:
Morris Jobke 2017-11-07 13:51:20 +01:00 committed by GitHub
commit 103bc3ea5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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