mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #7095 from nextcloud/12-7059
[stable12] hide spinner for initial install
This commit is contained in:
commit
103bc3ea5d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue