2015-12-15 07:33:53 -06:00
|
|
|
.leaflet-selection-marker-start {
|
|
|
|
margin-left: -28px;
|
|
|
|
width: 30px;
|
|
|
|
height: 44px;
|
2018-04-12 14:57:00 -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;
|
2018-04-12 14:57:00 -05:00
|
|
|
background-image: url('images/handle_end.png');
|
2015-12-15 07:33:53 -06:00
|
|
|
}
|
2018-12-16 10:08:33 -06:00
|
|
|
|
|
|
|
.leaflet-cursor-handler {
|
|
|
|
margin-left: -12px;
|
|
|
|
width: 25px;
|
|
|
|
height: 41px;
|
|
|
|
background-image: url('images/cursor-handler.png');
|
|
|
|
}
|