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; +}