File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
border-radius : 5px ;
6
6
}
7
7
8
- a .leaflet-control-geocoder-toggle {
8
+ .leaflet-control-geocoder-toggle {
9
9
float : right;
10
10
background-position : 50% 50% ;
11
11
background-repeat : no-repeat;
@@ -15,7 +15,7 @@ a.leaflet-control-geocoder-toggle {
15
15
height : 36px ;
16
16
}
17
17
18
- a .leaflet-control-geocoder-throbber {
18
+ .leaflet-control-geocoder-throbber {
19
19
background-image : url (images/throbber.gif);
20
20
}
21
21
@@ -44,11 +44,14 @@ a.leaflet-control-geocoder-throbber {
44
44
.leaflet-control-geocoder-form input {
45
45
padding : 8px ;
46
46
border : 0 ;
47
- outline : none;
48
47
background : # f8f8f9 ;
49
48
font-size : 14px ;
50
49
}
51
50
51
+ .leaflet-control-geocoder-form input : focus {
52
+ outline : none;
53
+ }
54
+
52
55
.leaflet-control-geocoder-form button {
53
56
display : none;
54
57
}
@@ -70,7 +73,7 @@ table.leaflet-control-geocoder-alternatives {
70
73
71
74
.leaflet-control-geocoder-alternatives td {
72
75
max-width : 200px ;
73
- overflow : hidden;
76
+ overflow : hidden;
74
77
text-overflow : ellipsis;
75
78
white-space : nowrap;
76
79
}
You can’t perform that action at this time.
0 commit comments