diff options
Diffstat (limited to '')
-rw-r--r-- | public/css/vendor/L.Control.Locate.css | 12 |
1 files changed, 12 insertions, 0 deletions
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; +} |