You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
App/www/css/L.Control.Locate.css

12 lines
219 B
CSS

/* Compatible with Leaflet 0.7 */
.leaflet-control-locate a {
font-size: 1.4em;
color: #444;
}
.leaflet-control-locate.active a {
color: #2074B6;
}
.leaflet-control-locate.active.following a {
color: #FC8428;
}