This commit is contained in:
LC 2023-11-05 21:45:54 +01:00
parent 559cbbe136
commit f40c5ac847
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
/* tour du point de regroupement */ /* tour du point de regroupement */
.marker-cluster-small { .marker-cluster-small {
background-color: rgba(181, 226, 140, 0.8); background-color: rgba(181, 226, 140, 0.5);
} }
/* zone centrale du point de regroupement */ /* zone centrale du point de regroupement */
.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div { .marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
background-color: black; background-color: rgba(0,0,0,0.75);
} }
.marker-cluster-medium { .marker-cluster-medium {
background-color: rgba(241, 211, 87, 0.8); background-color: rgba(241, 211, 87, 0.5);
} }
.marker-cluster-large { .marker-cluster-large {
background-color: rgba(253, 156, 115, 0.8); background-color: rgba(253, 156, 115, 0.5);
} }
.marker-cluster { .marker-cluster {
background-clip: padding-box; background-clip: padding-box;