City selection with display on a map

This commit is contained in:
Guntis Smaukstelis
2024-01-05 16:17:00 +02:00
parent db0fd5bf62
commit bdb2148ed3
11 changed files with 151 additions and 20 deletions
+8
View File
@@ -53,4 +53,12 @@ table tr:nth-child(odd) {
table tr:hover {
background: #c0c0c0;
}
.hidden {
display: none;
}
.visible {
display: block;
}