Browse Source

pie chart donut fix.

Doh!
pull/4/head
GilbN 6 years ago
parent
commit
adcdac493e
  1. 11
      CSS/themes/grafplex.css

11
CSS/themes/grafplex.css

@ -1,16 +1,7 @@
/* GRAFANA BLUR THEME */
body {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),
url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-light.png") !important;
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
background-color: rgba(0,0,0,.0) !important;
color:#FFFFFF !important;
background-color: #333333 !important;
}
.theme-dark, .theme-light, .preloader {
background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"),

Loading…
Cancel
Save