update
This commit is contained in:
@@ -99,6 +99,7 @@ p.payment_module .paynow img {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button.payment__option,
|
||||
button.payment-option {
|
||||
width: 100%;
|
||||
padding: 33px 40px 34px 17px;
|
||||
@@ -137,6 +138,8 @@ p.payment_module.paynow button:after {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
|
||||
.payment__option img,
|
||||
.payment-option img {
|
||||
max-height: 1rem !important;
|
||||
/*max-width: 80px !important;*/
|
||||
@@ -145,6 +148,7 @@ p.payment_module.paynow button:after {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.paynow .payment__option:disabled img,
|
||||
.paynow .payment-option:disabled img {
|
||||
opacity: 0.3;
|
||||
filter: grayscale(1);
|
||||
|
||||
@@ -177,6 +177,7 @@ var paynow = {
|
||||
} else if ($(paynow.selectors.cardMethodOptions).is(':visible') && !$(paynow.selectors.cardMethod + ':checked').length) {
|
||||
paynow.paymentButton.disable()
|
||||
} else if ($('div.paynow-payment-pbls .paynow-payment-option-pbl').is(':visible')) {
|
||||
paynow.paymentButton.show()
|
||||
paynow.pblValidate()
|
||||
} else {
|
||||
paynow.paymentButton.enable()
|
||||
|
||||
Reference in New Issue
Block a user