libreoffice-online/browser/css/selectionMarkers.css
Gökay Şatır dc7b6d93a3 Add HTMLObjectSection for using for icons.
Replace dropdownmarker with an instance of HTMLObjectSection, which doesn't use lat/lng.

Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: I152ed3ea4120c0682d057b2beedd4e5d8910da17
2024-04-24 16:44:43 +03:00

40 lines
740 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;*/
}
.html-object-section {
display: block;
position: absolute;
cursor: pointer;
left: 0;
top: 0;
z-index: 11;
user-select: none;
}