Added support for marker and area highlight

This commit is contained in:
EpicKiwi 2026-06-13 14:11:16 +02:00
parent 15e5a409c1
commit 66844d3956
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
2 changed files with 13 additions and 0 deletions

View file

@ -135,6 +135,10 @@ body > hr {
opacity: 0;
}
#map .highlight-point-icon:not(.active) {
opacity: 0;
}
/* SAERCH FORM */
#search-section {