action_details avoid overlapping colors
This commit is contained in:
parent
3992841ac5
commit
4aba3b7753
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue