removed transparent background
This commit is contained in:
parent
2a8f9ee5a8
commit
f5e17f1132
@ -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…
Reference in New Issue
Block a user