Merge pull request #7059 from kyrofa/bugfix/5532/loading_indicator
core: hide spinner for initial install
This commit is contained in:
commit
44f9779f9f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue