From 834f7039f0e411b0a236b4c31e329ed39d2a2181 Mon Sep 17 00:00:00 2001
From: Sebastian Bolt <sebastian.bolt@gmx.de>
Date: Mon, 2 Mar 2015 21:58:06 +0100
Subject: [PATCH] fix for loading spinner reappearing after errors in
 db-connection

---
 core/css/styles.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index 1371de91f3..74df29140a 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -38,6 +38,7 @@ body {
 
 .float-spinner {
 	height: 32px;
+	display: none;
 }
 
 #nojavascript {
-- 
GitLab