netdata: color fixes
This commit is contained in:
parent
05c95e8bce
commit
7a58ab7919
@ -105,7 +105,7 @@ body {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
background: var(--modal-bg-color) !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
.table-hover > tbody > tr:hover {
|
.table-hover > tbody > tr:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.08) !important;
|
background-color: rgba(255, 255, 255, 0.08) !important;
|
||||||
@ -132,6 +132,11 @@ body {
|
|||||||
border-left: 2px solid var(--accent-color) !important;
|
border-left: 2px solid var(--accent-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*code*/
|
||||||
|
code {
|
||||||
|
color: #fff !important;
|
||||||
|
background-color: rgba(255, 255, 255, 0.15) !important;
|
||||||
|
}
|
||||||
/* System Overview metrics */
|
/* System Overview metrics */
|
||||||
.gaugeChartTitle, .gaugeChartUnits, .gaugeChartMax, .gaugeChartMin, .gaugeChartLabel, .easyPieChartTitle, .easyPieChartLabel, .easyPieChartUnits {
|
.gaugeChartTitle, .gaugeChartUnits, .gaugeChartMax, .gaugeChartMin, .gaugeChartLabel, .easyPieChartTitle, .easyPieChartLabel, .easyPieChartUnits {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user