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

View File

@ -332,11 +332,11 @@ class Monero_Gateway extends WC_Payment_Gateway
} }
if($this->confirmed == false) 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) 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 " echo "