555ef04e67
Change-Id: I83c83de60cd8b099d157881c63a027493130e5cb Reviewed-on: https://gerrit.libreoffice.org/82175 Reviewed-by: Henry Castro <hcastro@collabora.com> Tested-by: Henry Castro <hcastro@collabora.com>
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: -14px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/cursor-handler.svg');
|
|
}
|