.
This commit is contained in:
parent
544620575b
commit
326201052e
@ -171,9 +171,10 @@ color:#FFFFFF !important;
|
|||||||
|
|
||||||
/* NAVBAR BUTTONS */
|
/* NAVBAR BUTTONS */
|
||||||
.navbar-button {
|
.navbar-button {
|
||||||
color: #FFFFFF !important;
|
color: #FFF !important;
|
||||||
background-color: #00000040 !important;
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
||||||
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important;
|
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important;
|
||||||
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom Range Refreshing every X Dropdown */
|
/* Custom Range Refreshing every X Dropdown */
|
||||||
@ -196,17 +197,17 @@ color:#FFFFFF !important;
|
|||||||
/* ////PANEL BACKGROUND COLOR//// */
|
/* ////PANEL BACKGROUND COLOR//// */
|
||||||
|
|
||||||
.graph-legend-table .graph-legend-series:nth-child(odd) {
|
.graph-legend-table .graph-legend-series:nth-child(odd) {
|
||||||
background: rgba(0, 0, 0, 0) !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Panel text color*/
|
/* Panel text color*/
|
||||||
div.flot-text {
|
div.flot-text {
|
||||||
color: #ffffff !important;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* panel loading circle*/
|
/* panel loading circle*/
|
||||||
.panel-loading {
|
.panel-loading {
|
||||||
color: #ffffff !important;
|
color: #FFF !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* panel resize arrow */
|
/* panel resize arrow */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user