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
|
@ -38,6 +38,7 @@ body {
|
|||
|
||||
.float-spinner {
|
||||
height: 32px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nojavascript {
|
||||
|
|
Loading…
Reference in New Issue