Merge branch 'ent-13417-vista-real-time-graph-presenta-banda-negra-mas-oscura-en-tema-oscuro' into 'develop'

Ent 13417 vista real time graph presenta banda negra mas oscura en tema oscuro

See merge request artica/pandorafms!7178
This commit is contained in:
Jose Martin 2024-04-11 12:03:02 +00:00
commit da6d1f7e1b
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;