7ac677244b
Change-Id: If81bb33f80f4f52733c3465567c4dc27abf5b8b5 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98559 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Henry Castro <hcastro@collabora.com>
30 lines
605 B
CSS
30 lines
605 B
CSS
.leaflet-selection-marker-start {
|
|
position: absolute;
|
|
margin-left: -30px;
|
|
margin-top: -2px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/handle_start.svg');
|
|
}
|
|
|
|
.leaflet-selection-marker-end {
|
|
position: absolute;
|
|
margin-left: 0;
|
|
margin-top: -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');
|
|
}
|
|
.inputbar_selection_handles * {
|
|
z-index: 1;
|
|
}
|
|
#tb_formulabar_item_formula .inputbar_selection_handles{
|
|
/*display: none;*/
|
|
}
|