13417-Fix backgroud color graphs dark theme

This commit is contained in:
Pablo Aragon 2024-04-11 11:16:14 +02:00
parent aaa3761a86
commit 1f7b63b520
1 changed files with 3 additions and 1 deletions

View File

@ -1175,6 +1175,7 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
width: 100%;
position: relative;
height: 30px;
background-color: var(--secondary-color);
}
.chartLegend table {
@ -1182,7 +1183,8 @@ li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
right: 0px;
}
.graph_container {
.graph_container,
#graph_container {
width: 800px;
margin: 20px auto;
border-radius: 3px;