This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
App/platforms/browser/www/css/L.Control.Locate.css

12 lines
219 B
CSS
Raw Normal View History

2016-03-15 18:21:34 -06:00
/* 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;
}