mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Disable via CSS class
This commit is contained in:
parent
a2f61e9505
commit
50ca4dc079
3 changed files with 16 additions and 18 deletions
|
@ -1,3 +1,9 @@
|
|||
#place_order.ppcp-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ppcp-disabled {
|
||||
cursor: not-allowed;
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue