mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
pie chart donut fix.
Doh!
This commit is contained in:
parent
4259bea66d
commit
adcdac493e
@ -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…
Reference in New Issue
Block a user