Change total sum column to fixed color.

This commit is contained in:
Miguel Medeiros
2021-09-28 10:16:27 -03:00
parent d0a8509194
commit b2140c2abe
2 changed files with 4 additions and 1 deletions

View File

@@ -533,6 +533,9 @@ html:lang(ru) .card-title {
}
}
}
.total-percentage-bar-background {
background-color: #282d47;
}
}
.tx-wrapper-tooltip-chart-advanced {