13417-Fix backgroud color graphs dark theme
This commit is contained in:
parent
aaa3761a86
commit
1f7b63b520
|
@ -1175,6 +1175,7 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
background-color: var(--secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chartLegend table {
|
.chartLegend table {
|
||||||
|
@ -1182,7 +1183,8 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
|
||||||
right: 0px;
|
right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graph_container {
|
.graph_container,
|
||||||
|
#graph_container {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
Loading…
Reference in New Issue