Skip to content

Commit c2eca6e

Browse files
committed
1.0.0
1 parent b80136d commit c2eca6e

4 files changed

+242
-94
lines changed

dist/leaflet-routing-machine.css

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
width: 320px;
33
background-color: white;
44
padding-top: 4px;
5+
transition: margin-right 0.2s ease;
6+
}
7+
8+
.leaflet-control-container .leaflet-routing-container-hide {
9+
margin-right: -340px;
510
}
611

712
.leaflet-routing-container h2 {
@@ -99,4 +104,9 @@
99104

100105
.leaflet-routing-geocoder-selected, .leaflet-routing-geocoder-result tr:hover {
101106
background-color: #eee;
107+
}
108+
109+
.leaflet-routing-geocoder-no-results {
110+
font-style: italic;
111+
color: #888;
102112
}

0 commit comments

Comments
 (0)