File: L.Control.Locate.css

package info (click to toggle)
icingaweb2-module-map 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,032 kB
  • sloc: javascript: 11,939; php: 1,207; sh: 54; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (4)
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;
}