libreoffice-online/loleaflet/css/selectionMarkers.css
Jan Holesovsky 4c8f194183 Mobile: Markers-related bits moved.
Change-Id: I8baf9e3b4bc384d6c2ef62c5e8dd2ad3c801fe20
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91478
Tested-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2020-04-02 09:06:07 +02:00

28 lines
570 B
CSS

.leaflet-selection-marker-start {
position: absolute;
margin-left: -28px;
width: 30px;
height: 44px;
background-image: url('images/handle_start.svg');
}
.leaflet-selection-marker-end {
position: absolute;
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');
}
.inputbar_selection_handles * {
z-index: 1;
}
#tb_formulabar_item_formula .inputbar_selection_handles{
/*display: none;*/
}