Fixed search result style

This commit is contained in:
2022-03-31 12:20:31 +02:00
parent 6186b14b16
commit 3bf1baeca8
2 changed files with 10 additions and 3 deletions

9
src/search.css Normal file
View File

@ -0,0 +1,9 @@
.tapi-search-result {
color: #000;
padding: 5px;
}
.tapi-search-result:hover, .tapi-search-result-selected {
background-color: #E7E6E6;
}