2015-12-15 07:33:53 -06:00
|
|
|
.leaflet-selection-marker-start {
|
|
|
|
margin-left: -28px;
|
|
|
|
width: 30px;
|
|
|
|
height: 44px;
|
2016-09-28 21:52:01 -05:00
|
|
|
background-image: url('../images/handle_start.png');
|
2015-12-15 07:33:53 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-selection-marker-end {
|
|
|
|
margin-left: -2px;
|
|
|
|
width: 30px;
|
|
|
|
height: 44px;
|
2016-09-28 21:52:01 -05:00
|
|
|
background-image: url('../images/handle_end.png');
|
2015-12-15 07:33:53 -06:00
|
|
|
}
|