Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions views/css/front/pudo-shipment.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading