From ab945f8a9073bf36974251edaa67fc556a342ada Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 14 Oct 2018 12:31:29 +0200 Subject: [PATCH] transparent loading page --- CSS/themes/graforg.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index c7b2e042..84540cf8 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -9,7 +9,10 @@ body { div.flot-text { color: #FFF !important; } - +/* Loading page */ +.theme-dark, .preloader { + background: transparent !important; +} /* Hide sidemenu */ .sidemenu { display: none !important;