mirror of
https://github.com/nextcloud/server.git
synced 2026-03-26 04:14:20 -04:00
Merge pull request #14653 from sebomoto/fix_loading_feedback
fix for loading spinner reappearing after errors in db-connection
This commit is contained in:
commit
9ddff4cec0
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ body {
|
|||
|
||||
.float-spinner {
|
||||
height: 32px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nojavascript {
|
||||
|
|
|
|||
Loading…
Reference in a new issue