From 3f31cdf6ffaa306674abeede0bf4f87be16b0eb3 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Fri, 5 May 2017 17:43:13 -0300 Subject: [PATCH] Fixed "Process to checkout" button color in Twenty seventeen dark theme Fixes #14833 Closes #14834 --- assets/css/twenty-seventeen.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/css/twenty-seventeen.scss b/assets/css/twenty-seventeen.scss index c43fcec1824..ba967865ca4 100644 --- a/assets/css/twenty-seventeen.scss +++ b/assets/css/twenty-seventeen.scss @@ -991,12 +991,21 @@ button.pswp__button--zoom:hover { } } -.colors-dark.woocommerce-checkout { +.colors-dark { + .checkout-button { + border: 2px solid #555; + + &:hover { + border-color: #fff; + } + } + .wc_payment_method { .payment_box { background: #333; } } + .select2-container--default { .select2-results { .select2-results__options { @@ -1006,6 +1015,7 @@ button.pswp__button--zoom:hover { color: #333; } } + .select2-selection--single { background-color: #333; border: 1px solid #555;