font colors

This commit is contained in:
cryptochangements34 2018-01-24 16:44:08 -06:00 committed by GitHub
parent fa49096c15
commit 7259659dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -332,11 +332,11 @@ class Monero_Gateway extends WC_Payment_Gateway
}
if($this->confirmed == false)
{
echo "<h4> We are waiting for your transaction to be confirmed </h4>";
echo "<h4><font color=DC143C> We are waiting for your transaction to be confirmed </font></h4>";
}
if($this->confirmed)
{
echo "<h4> Your transaction has been successfully confirmed! </h4>";
echo "<h4><font color=006400> Your transaction has been successfully confirmed! </font></h4>";
}
echo "