Merge pull request #7095 from nextcloud/12-7059
[stable12] hide spinner for initial install
This commit is contained in:
commit
103bc3ea5d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue