Fixed color

This commit is contained in:
Daniel Maya 2021-06-23 15:34:52 +02:00
parent e99183e1f0
commit 077d6ba313
1 changed files with 4 additions and 4 deletions

View File

@ -7208,7 +7208,7 @@ div.graph div.legend table {
}
.bg_82B92E {
background-color: #82b92e;
background-color: #82b92e !important;
}
.bg_B2B2B2 {
@ -7233,13 +7233,13 @@ div.graph div.legend table {
background-color: #eee;
}
.bg_ffd {
background-color: #ffd036;
background-color: #ffd036 !important;
}
.bg_ff5 {
background-color: #ff5653;
background-color: #ff5653 !important;
}
.bg_ff9 {
background-color: #ff9e39;
background-color: #ff9e39 !important;
}
.bg_lightgray {
background-color: lightgray;