13579-Fix background graph widgets dark theme
This commit is contained in:
parent
c1c07d38a8
commit
a5d4eac019
|
@ -2102,3 +2102,8 @@ select option:checked {
|
||||||
#result_order .show_result_interpreter #result_items li.active {
|
#result_order .show_result_interpreter #result_items li.active {
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content-widget .legend_background,
|
||||||
|
.content-widget .flot-base {
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue