Merge branch 'ent-13669-no-se-ve-la-tipografia-de-las-traps-en-la-consola-snmp' into 'develop'

Ent 13669 no se ve la tipografia de las traps en la consola snmp

See merge request artica/pandorafms!7397
This commit is contained in:
Matias Didier 2024-05-21 12:06:46 +00:00
commit f13144a528
1 changed files with 36 additions and 0 deletions

View File

@ -14351,3 +14351,39 @@ div.fixed-bottom-box.tree-view-bottom-modal {
#container_servicemap #service_map3 {
min-height: 174px;
}
/* HACK FOR FIREROX SNMP TRAPS VIEW */
td.snmp-td:has(a.datos_green),
td.snmp-td:has(div.datos_green) {
background-color: #82b92e;
}
td.snmp-td:has(a.datos_blue),
td.snmp-td:has(div.datos_blue) {
background-color: #4ca8e0;
}
td.snmp-td:has(a.datos_grey),
td.snmp-td:has(div.datos_grey) {
background-color: #999999;
}
td.snmp-td:has(a.datos_yellow),
td.snmp-td:has(div.datos_yellow) {
background-color: #f3b200;
}
td.snmp-td:has(a.datos_red),
td.snmp-td:has(div.datos_red) {
background-color: #e63c52;
}
td.snmp-td:has(a.datos_pink),
td.snmp-td:has(div.datos_pink) {
background-color: #fdc4ca;
}
td.snmp-td:has(a.datos_brown),
td.snmp-td:has(div.datos_brown) {
background-color: #a67c52;
}