From a4a4a84d79e95d34f80346c423b4e84f7af3f03d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:45:13 +0200 Subject: Adding upstream version 1.1.0. Signed-off-by: Daniel Baumann --- public/css/vendor/L.Control.Locate.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 public/css/vendor/L.Control.Locate.css (limited to 'public/css/vendor/L.Control.Locate.css') diff --git a/public/css/vendor/L.Control.Locate.css b/public/css/vendor/L.Control.Locate.css new file mode 100644 index 0000000..1fa5e7b --- /dev/null +++ b/public/css/vendor/L.Control.Locate.css @@ -0,0 +1,12 @@ +/* Compatible with Leaflet 0.7 */ +.leaflet-control-locate a { + font-size: 1.4em; + color: #444; + cursor: pointer; +} +.leaflet-control-locate.active a { + color: #2074B6; +} +.leaflet-control-locate.active.following a { + color: #FC8428; +} -- cgit v1.2.3