netdata: color fixes

This commit is contained in:
gilbN 2019-08-04 14:37:57 +02:00
parent 05c95e8bce
commit 7a58ab7919

View File

@ -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;
@ -131,7 +131,12 @@ body {
color: var(--accent-color) !important; color: var(--accent-color) !important;
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;