action_details avoid overlapping colors

This commit is contained in:
fbsanchez 2021-01-21 15:58:20 +01:00
parent 3992841ac5
commit 4aba3b7753
1 changed files with 6 additions and 0 deletions

View File

@ -3154,6 +3154,12 @@ table.alert_escalation th img {
width: 18px;
}
.action_details td.used_field {
background: #6eb432;
color: #8d8d8d;
font-weight: normal;
}
td.used_field {
background: #6eb432;
color: #ffffff;