File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
21
21
/* magnifying glass */
22
22
.leaflet-control-geosearch a .leaflet-bar-part : before {
23
- top : 15 px ;
24
- left : 13 px ;
23
+ top : 17 px ;
24
+ left : 15 px ;
25
25
width : 6px ;
26
26
border-top : 2px solid # 555 ;
27
27
transform : rotateZ (45deg );
28
28
}
29
29
30
30
.leaflet-control-geosearch a .leaflet-bar-part : after {
31
- top : 8 px ;
32
- left : 8 px ;
31
+ top : 10 px ;
32
+ left : 10 px ;
33
33
height : 8px ;
34
34
width : 8px ;
35
35
border-radius : 50% ;
74
74
display : none;
75
75
position : absolute;
76
76
top : 0 ;
77
- left : 36 px ;
77
+ left : 30 px ;
78
78
border-radius : 0 4px 4px 0 ;
79
79
background-color : # fff ;
80
80
background-clip : padding-box;
94
94
95
95
.leaflet-geosearch-button .active .leaflet-bar-part {
96
96
border-radius : 4px 0 0 4px ;
97
- width : 36 px ;
97
+ width : 30 px ;
98
98
}
99
99
100
100
.leaflet-geosearch-button form {
You can’t perform that action at this time.
0 commit comments