1
1
.leaflet-control-geocoder {
2
- background : white;
2
+ background : white;
3
3
}
4
4
.leaflet-control-geocoder a {
5
- border-bottom-left-radius : 4px ;
6
- border-bottom-right-radius : 4px ;
7
- border-bottom : none;
8
- display : inline-block;
5
+ border-bottom-left-radius : 4px ;
6
+ border-bottom-right-radius : 4px ;
7
+ border-bottom : none;
8
+ display : inline-block;
9
9
}
10
10
.leaflet-control-geocoder a : hover {
11
- border-bottom : none;
12
- display : inline-block;
11
+ border-bottom : none;
12
+ display : inline-block;
13
13
}
14
14
15
15
.leaflet-control-geocoder-form {
16
- display : none;
17
- vertical-align : middle;
16
+ display : none;
17
+ vertical-align : middle;
18
18
}
19
19
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
20
- display : inline-block;
20
+ display : inline-block;
21
21
}
22
22
.leaflet-control-geocoder-form input {
23
- font-size : 120% ;
24
- border : 0 ;
25
- background-color : transparent;
26
- width : 246px ;
23
+ font-size : 120% ;
24
+ border : 0 ;
25
+ background-color : transparent;
26
+ width : 246px ;
27
27
}
28
28
.leaflet-control-geocoder-icon {
29
- background-image : url (images/geocoder.png);
30
- background-repeat : no-repeat;
31
- background-position : center;
29
+ background-image : url (images/geocoder.png);
30
+ background-repeat : no-repeat;
31
+ background-position : center;
32
32
}
33
33
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
34
- background-image : url (images/throbber.gif);
34
+ background-image : url (images/throbber.gif);
35
35
}
36
36
37
37
.leaflet-control-geocoder-form-no-error {
38
- display : none;
38
+ display : none;
39
39
}
40
40
41
41
.leaflet-control-geocoder-form input : focus {
42
- outline : none;
42
+ outline : none;
43
43
}
44
44
45
45
.leaflet-control-geocoder-form button {
46
- display : none;
46
+ display : none;
47
47
}
48
48
.leaflet-control-geocoder-error {
49
- margin-top : 8px ;
50
- display : block;
51
- color : # 444 ;
49
+ margin-top : 8px ;
50
+ display : block;
51
+ color : # 444 ;
52
52
}
53
53
.leaflet-control-geocoder-alternatives {
54
- display : block;
55
- width : 272px ;
56
- list-style : none;
57
- padding : 0 ;
58
- margin : 0 ;
54
+ display : block;
55
+ width : 272px ;
56
+ list-style : none;
57
+ padding : 0 ;
58
+ margin : 0 ;
59
59
}
60
60
61
61
.leaflet-control-geocoder-alternatives-minimized {
62
- display : none;
63
- height : 0 ;
62
+ display : none;
63
+ height : 0 ;
64
64
}
65
65
.leaflet-control-geocoder-alternatives li {
66
- white-space : nowrap;
67
- display : block;
68
- overflow : hidden;
69
- padding : 5px 8px ;
70
- text-overflow : ellipsis;
71
- border-bottom : 1px solid # ccc ;
72
- cursor : pointer;
66
+ white-space : nowrap;
67
+ display : block;
68
+ overflow : hidden;
69
+ padding : 5px 8px ;
70
+ text-overflow : ellipsis;
71
+ border-bottom : 1px solid # ccc ;
72
+ cursor : pointer;
73
73
}
74
74
.leaflet-control-geocoder-alternatives li : last-child {
75
- border-bottom : none;
75
+ border-bottom : none;
76
76
}
77
77
.leaflet-control-geocoder-alternatives li : hover , .leaflet-control-geocoder-selected {
78
- background-color : # f5f5f5 ;
78
+ background-color : # f5f5f5 ;
79
79
}
80
80
.leaflet-control-geocoder-address-detail {
81
-
81
+
82
82
}
83
83
.leaflet-control-geocoder-address-context {
84
- color : # 666 ;
84
+ color : # 666 ;
85
85
}
0 commit comments