diff --git a/webht/third_party/pay/views/payment_list.php b/webht/third_party/pay/views/payment_list.php index 15a00e95..8370f09c 100644 --- a/webht/third_party/pay/views/payment_list.php +++ b/webht/third_party/pay/views/payment_list.php @@ -43,6 +43,11 @@ .hly-color {background-color: #009fe9;} .unknown-color{ background-color: #999999;} + /* .text-completed {color: #00CC00;} */ + .text-pending {color: #ff9900;} + .text-declined {color: #a94442;} + .text-approved {color: #777;} + .flex {display: flex;} .items-center {align-items: center;} .justify-center {justify-content: center;} @@ -252,7 +257,7 @@