Replace 1h KO with a catch all category - display only when required

This commit is contained in:
Timothy Armes
2023-07-07 09:42:05 +02:00
parent 88e75511d7
commit d8a5b4393a
10 changed files with 67 additions and 47 deletions
+2 -2
View File
@@ -22,10 +22,10 @@
background-color: rgba(202, 196, 39, 0.6)
}
.marker-cluster-KO {
.marker-cluster-Other {
background-color: rgba(211, 67, 84, 0.6);
}
.marker-cluster-KO div {
.marker-cluster-Other div {
background-color: rgba(203, 41, 60, 0.6);
}