From f40c5ac8476435ca2eeb533396f28cfbf9e10caf Mon Sep 17 00:00:00 2001 From: LC Date: Sun, 5 Nov 2023 21:45:54 +0100 Subject: [PATCH] =?UTF-8?q?opacit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/vendor/geolocation/leaflet/MarkerCluster.Default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/vendor/geolocation/leaflet/MarkerCluster.Default.css b/core/vendor/geolocation/leaflet/MarkerCluster.Default.css index 1e95cac..ce1fa85 100644 --- a/core/vendor/geolocation/leaflet/MarkerCluster.Default.css +++ b/core/vendor/geolocation/leaflet/MarkerCluster.Default.css @@ -1,16 +1,16 @@ /* tour du point de regroupement */ .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 */ .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 { - background-color: rgba(241, 211, 87, 0.8); + background-color: rgba(241, 211, 87, 0.5); } .marker-cluster-large { - background-color: rgba(253, 156, 115, 0.8); + background-color: rgba(253, 156, 115, 0.5); } .marker-cluster { background-clip: padding-box;