diff --git a/CHANGELOG.md b/CHANGELOG.md index d64c9d10..8f93fe70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -204,3 +204,6 @@ - Added timeframes to shipment request - Fixed phone area code, city and street select width rendering as 0px when switching carriers in checkout - Fixed DPDBaltics menu item disappearing from sidebar when navigating to module pages + +## [3.3.2] +- Fixed module checkout CSS overriding theme focus styles on personal information and address form fields diff --git a/views/css/front/pudo-shipment.css b/views/css/front/pudo-shipment.css index 9f5ddb08..b15fcd5f 100644 --- a/views/css/front/pudo-shipment.css +++ b/views/css/front/pudo-shipment.css @@ -201,10 +201,10 @@ text-shadow: 0 0 0 #000; } -.search-block-container .dpd-input-wrapper select.form-control:focus, input.form-control:focus { +.search-block-container .dpd-input-wrapper select.form-control:focus, +.dpd-input-wrapper input.form-control:focus { box-shadow: 0 0 0 2px #2fb5d2; outline: none; - } .dpd-input-wrapper input:not([disabled]):focus ~ .dpd-input-placeholder,