3ed3d9de50
Change-Id: I764ede0b9df8f0c9f17a9c9127c8b95c5b951d3b
20 lines
404 B
CSS
20 lines
404 B
CSS
.leaflet-selection-marker-start {
|
|
margin-left: -28px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/handle_start.svg');
|
|
}
|
|
|
|
.leaflet-selection-marker-end {
|
|
margin-left: -2px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/handle_end.svg');
|
|
}
|
|
|
|
.leaflet-cursor-handler {
|
|
margin-left: -12px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/cursor-handler.svg');
|
|
}
|