1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

removed transparent background

This commit is contained in:
GilbN 2018-12-08 01:53:52 +01:00
parent 2a8f9ee5a8
commit f5e17f1132

View File

@ -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 {