make active row in autocomplete proposals better visible

This commit is contained in:
2017-02-12 18:23:52 +01:00
parent 141e090129
commit e0a2c90cfe

View File

@@ -41,6 +41,10 @@ html, body {
flex-basis: auto;
}
#search-bar .autocomplete .active {
background-color: #AAA;
}
#filter-bar {
}