libreoffice-online/browser/css/selectionMarkers.css
Henry Castro e5c1d0e637 initial rename loleaflet -> browser
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff
Signed-off-by: Henry Castro <hcastro@collabora.com>
2021-11-10 17:18:56 +01:00

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;*/
}