Browse Source

removed transparent background

pull/4/head
GilbN 7 years ago
parent
commit
f5e17f1132
  1. 4
      CSS/themes/graforg.css

4
CSS/themes/graforg.css

@ -1,7 +1,7 @@
/* GRAFANA ORG THEME */ /* GRAFANA ORG THEME */
body { body {
color: #FFFFFF !important; color: #FFFFFF !important;
background-color: transparent !important; background-color: #1f1f1f !important;
} }
.main-view { .main-view {
background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important; background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important;
@ -11,7 +11,7 @@ div.flot-text {
} }
/* Loading page */ /* Loading page */
.theme-dark, .theme-light, .preloader { .theme-dark, .theme-light, .preloader {
background: transparent !important; background: #1f1f1f !important;
} }
/* Hide sidemenu */ /* Hide sidemenu */
.sidemenu { .sidemenu {

Loading…
Cancel
Save