Skip to content
Snippets Groups Projects
Unverified Commit 44f9779f authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

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

core: hide spinner for initial install
parents f9e70c2a affdce72
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment