City selection with display on a map
This commit is contained in:
@@ -53,4 +53,12 @@ table tr:nth-child(odd) {
|
||||
|
||||
table tr:hover {
|
||||
background: #c0c0c0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.visible {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user