feat: add search-as-you-type functionality

This commit is contained in:
2025-01-08 09:18:48 +01:00
parent 4576ac68e0
commit cc97fe32aa
4 changed files with 70 additions and 2 deletions

View File

@@ -909,6 +909,25 @@ div.announcement {
width: 49%;
}
#results {
margin-top: 10px;
list-style-type: none;
padding: 0;
}
.result-item {
padding: 8px;
margin: 4px 0;
background-color: #ddd1a5;
cursor: pointer;
border-radius: 8px;
}
.result-item:hover {
background-color: #ede1b5;
}
/************************/
/* GENERAL HIGHLIGHTING */
/************************/
@@ -939,7 +958,8 @@ div.announcement {
}
.animal-shelter-marker {
background-image: url('../img/animal_shelter.png'); !important;
background-image: url('../img/animal_shelter.png');
!important;
}
.maplibregl-popup {