From 70dbc6018f071d70b590745c62c16516e3715a30 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 22 Jul 2018 09:33:01 +0200 Subject: [PATCH] Fix selected product in productpicker was not highlighted --- public/css/grocy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index 302cab5b..1493767c 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -179,3 +179,8 @@ td { .tooltip .arrow { display: none; } + +/* Third party component customizations - Bootstrap Combobox */ +.typeahead .active { + background-color: #e5e5e5; +}