Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2504 - 1
.leaflet-bar-part-single {
2
        -webkit-border-radius: 4px 4px 4px 4px;
3
                border-radius: 4px 4px 4px 4px;
4
        border-bottom: none;
5
}
6
 
7
.leaflet-touch .leaflet-bar-part-single {
8
        -webkit-border-radius: 7px 7px 7px 7px;
9
                border-radius: 7px 7px 7px 7px;
10
        border-bottom: none;
11
}
12
 
13
.leaflet-control-locate a {
14
        background-image: url(images/locate.png);
15
}
16
 
17
.leaflet-control-locate.requesting a {
18
    background-image: url(images/spinner.gif);
19
}
20
 
21
.leaflet-control-locate.active a {
22
    background-image: url(images/locate_active.png);
23
}