From 2be05d30f515b4ac55f95bb4056046c7ed1c10dc Mon Sep 17 00:00:00 2001 From: numew Date: Tue, 21 Jan 2025 10:56:40 +0100 Subject: [PATCH] fix leaflet zoom btn #3409 --- assets/styles/histologe.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/styles/histologe.scss b/assets/styles/histologe.scss index dba17bd64..a6219f72a 100644 --- a/assets/styles/histologe.scss +++ b/assets/styles/histologe.scss @@ -279,6 +279,10 @@ small { background-color: var(--background-contrast-orange-terre-battue); } +.leaflet-control-zoom a[href]{ + background: #fff; +} + a[href].fr-btn--orange { background: #FF9940; &:hover {