Browse Source

.

pull/4/head
GilbN 6 years ago
parent
commit
326201052e
  1. 11
      CSS/themes/grafplex.css

11
CSS/themes/grafplex.css

@ -171,9 +171,10 @@ color:#FFFFFF !important;
/* NAVBAR BUTTONS */
.navbar-button {
color: #FFFFFF !important;
background-color: #00000040 !important;
color: #FFF !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;
border: none !important;
}
/* Custom Range Refreshing every X Dropdown */
@ -196,17 +197,17 @@ color:#FFFFFF !important;
/* ////PANEL BACKGROUND COLOR//// */
.graph-legend-table .graph-legend-series:nth-child(odd) {
background: rgba(0, 0, 0, 0) !important;
background: transparent !important;
}
/* Panel text color*/
div.flot-text {
color: #ffffff !important;
color: #FFF !important;
}
/* panel loading circle*/
.panel-loading {
color: #ffffff !important;
color: #FFF !important;
}
/* panel resize arrow */

Loading…
Cancel
Save