status colors again

This commit is contained in:
James Koster 2013-01-22 15:48:01 +00:00
parent 3f63969d42
commit e48f56ccb6
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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);