5
5
border-radius : 4px ;
6
6
}
7
7
8
- .leaflet-touch .leaflet-bar {
8
+ .leaflet-touch .leaflet-control-geocoder {
9
+ box-shadow : none;
10
+ border : 4px solid rgba (0 , 0 , 0 , 0.2 );
11
+ background-clip : padding-box;
9
12
-webkit-border-radius : 10px ;
10
13
border-radius : 10px ;
11
14
}
15
18
}
16
19
17
20
.leaflet-control-geocoder-form input , .leaflet-control-geocoder-form ul , .leaflet-control-geocoder-error {
18
- /* float: right;
19
- clear: both;
20
- box-shadow: 0 1px 7px rgba(0,0,0,0.4);
21
- background: #f8f8f9;
22
- -webkit-border-radius: 5px;
23
- border-radius: 5px;
24
- border: 0;
25
- color: transparent;*/
26
21
border : 0 ;
27
22
color : transparent;
28
23
background : white;
34
29
transition : width 0.125s ease-in;
35
30
}
36
31
32
+ .leaflet-touch .leaflet-control-geocoder-form input {
33
+ font-size : 22px ;
34
+ }
35
+
37
36
.leaflet-control-geocoder-icon {
38
37
width : 26px ;
39
38
height : 26px ;
40
39
background-image : url (images/geocoder.png);
41
40
background-repeat : no-repeat;
42
41
background-position : right;
43
42
float : right;
43
+ cursor : pointer;
44
44
}
45
45
46
46
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
47
47
background-image : url (images/throbber.gif);
48
48
}
49
49
50
50
.leaflet-control-geocoder-expanded input , .leaflet-control-geocoder-error {
51
- width : 200px ;
52
- padding-left : 8px ;
53
- padding-right : 26px ;
51
+ width : 226px ;
52
+ margin-left : 4px ;
53
+ padding-left : 4px ;
54
+ padding-right : 0px ;
54
55
color : # 000 ;
55
56
}
56
57
@@ -98,6 +99,7 @@ ul.leaflet-control-geocoder-alternatives {
98
99
padding : 0 ;
99
100
}
100
101
102
+
101
103
.leaflet-control-geocoder-alternatives li : last-child {
102
104
border-bottom : none;
103
105
}
@@ -110,6 +112,10 @@ ul.leaflet-control-geocoder-alternatives {
110
112
font-size : 14px ;
111
113
}
112
114
115
+ .leaflet-touch .leaflet-control-geocoder-alternatives a {
116
+ font-size : 18px ;
117
+ }
118
+
113
119
.leaflet-control-geocoder-alternatives a : hover , .leaflet-control-geocoder-selected {
114
120
background-color : # ddd ;
115
121
}
0 commit comments