summaryrefslogtreecommitdiffstats
path: root/public/css/vendor/L.Control.Locate.css
blob: 1fa5e7b67bd1b5ec7105245ae6a554999b3098a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}