| @@ -10,9 +10,10 @@ | ||
| 10 | 10 | .woocommerce.single-product .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button), |
| 11 | 11 | .woocommerce.single-product .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button), |
| 12 | 12 | .woocommerce.single-product .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button) { |
| 13 | 13 | color: var(--mrc-po-text-color, #FFF) !important; |
| 14 | - border-color: var(--mrc-po-border-color, #212121) !important; | |
| 14 | + border: var(--mrc-po-border-width, 0px) solid var(--mrc-po-border-color, #212121) !important; | |
| 15 | + border-radius: var(--mrc-po-border-radius, 0px) !important; | |
| 15 | 16 | background-color: var(--mrc-po-background-color, #212121) !important; |
| 16 | 17 | } |
| 17 | 18 | .woocommerce.single-product .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| 18 | 19 | .woocommerce.single-product .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| @@ -17,9 +18,9 @@ | ||
| 17 | 18 | .woocommerce.single-product .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| 18 | 19 | .woocommerce.single-product .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover, |
| 19 | 20 | .woocommerce.single-product .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover { |
| 20 | 21 | color: var(--mrc-po-text-hover-color, #FFF) !important; |
| 21 | - border-color: var(--mrc-po-border-hover-color, #414141) !important; | |
| 22 | + border: var(--mrc-po-border-width, 0px) solid var(--mrc-po-border-hover-color, #414141) !important; | |
| 22 | 23 | background-color: var(--mrc-po-background-hover-color, #414141) !important; |
| 23 | 24 | } |
| 24 | 25 | |
| 25 | 26 | dl.merchant-pre-orders-note { |