aboutsummaryrefslogtreecommitdiff
path: root/resources/libs/locate/L.Control.Locate.css
blob: 945732a9ec43441d5b331378932278921d5cce37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.leaflet-control-locate  {
	height: 30px;
}

.leaflet-control-locate > div {
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.leaflet-control-locate > div {
    padding: 5px;
    background: rgba(0, 0, 0, 0.25);
}
.leaflet-control-locate a {
    background-color: rgba(255, 255, 255, 0.75);
}
.leaflet-control-locate a{
	background-image: url(images/locate.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.leaflet-control-locate a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 19px;
    height: 19px;
}
.leaflet-control-locate a:hover {
    background-color: #fff;
}

.leaflet-control-locate.active a {
    background-image: url(images/locate_active.png);
}