Fix selected product in productpicker was not highlighted

This commit is contained in:
Bernd Bestel 2018-07-22 09:33:01 +02:00
parent 3afeb44b1d
commit 70dbc6018f
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -179,3 +179,8 @@ td {
.tooltip .arrow {
display: none;
}
/* Third party component customizations - Bootstrap Combobox */
.typeahead .active {
background-color: #e5e5e5;
}