libreoffice-online/loleaflet/dist/selectionMarkers.css
Pranav Kant 12dee85ef8 Serve all assets (l10n, images etc.) versioned
Rather than accessing them using '/dist/', access them using the
version (git hash) in the url.

Change-Id: I999bd99a13dbf92b26641e3bd5c9e0b7468bb654
2016-09-30 00:33:58 +05:30

13 lines
278 B
CSS

.leaflet-selection-marker-start {
margin-left: -28px;
width: 30px;
height: 44px;
background-image: url('../images/handle_start.png');
}
.leaflet-selection-marker-end {
margin-left: -2px;
width: 30px;
height: 44px;
background-image: url('../images/handle_end.png');
}