Merge pull request #14911 from woocommerce/fix/14833

Fixed "Process to checkout" button color in Twenty seventeen dark theme
This commit is contained in:
Mike Jolley 2017-05-07 15:11:10 +01:00 committed by GitHub
commit eadb0cdf4f
1 changed files with 11 additions and 1 deletions

View File

@ -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;