diff --git a/src/payment/index.scss b/src/payment/index.scss index 98bdde05e..66c3964de 100644 --- a/src/payment/index.scss +++ b/src/payment/index.scss @@ -54,6 +54,14 @@ } .basket-section { @extend .mb-5; + + select#cardExpirationMonth, + select#cardExpirationYear, + select#country { + &:disabled { + background-color: $gray-100 !important; + } + } } .summary-row { margin-bottom: map-get($spacers, 3);