1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-26 23:02:54 +02:00
This commit is contained in:
GilbN 2018-12-22 18:38:22 +01:00
parent 544620575b
commit 326201052e

View File

@ -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 */