Merge branch 'ent-7440-metaconsola-nodo-dashboard-group-status-no-pinta-los-colores-bien' into 'develop'
Ent 7440 metaconsola nodo dashboard group status no pinta los colores bien See merge request artica/pandorafms!4229
This commit is contained in:
commit
6071bfc29b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue