From f5e17f11320bba43f3f010b0309b41ebfead79c7 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sat, 8 Dec 2018 01:53:52 +0100 Subject: [PATCH] removed transparent background --- CSS/themes/graforg.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 27713f4d..7d5c2c0d 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -1,7 +1,7 @@ /* GRAFANA ORG THEME */ body { color: #FFFFFF !important; - background-color: transparent !important; + background-color: #1f1f1f !important; } .main-view { background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important; @@ -11,7 +11,7 @@ div.flot-text { } /* Loading page */ .theme-dark, .theme-light, .preloader { - background: transparent !important; + background: #1f1f1f !important; } /* Hide sidemenu */ .sidemenu {