status colors again
This commit is contained in:
parent
3f63969d42
commit
e48f56ccb6
File diff suppressed because one or more lines are too long
|
@ -1061,11 +1061,11 @@ ul.wc_coupon_list_block {
|
|||
}
|
||||
mark.on-hold {
|
||||
background-image:url(../images/icons/on-hold.png);
|
||||
background-color: #b86627;
|
||||
background-color: #de9e0c;
|
||||
}
|
||||
mark.failed {
|
||||
background-image:url(../images/icons/failed.png);
|
||||
background-color: #dabe2e;
|
||||
background-color: #efd032;
|
||||
}
|
||||
mark.cancelled {
|
||||
background-image:url(../images/icons/cancelled.png);
|
||||
|
|
Loading…
Reference in New Issue