changed type selection to button + dropdown menu

This commit is contained in:
Elad Bernard Haviv 2023-08-05 11:48:00 +03:00
parent 128231144e
commit 7a8254a9b4
3 changed files with 61 additions and 11 deletions

View file

@ -5509,9 +5509,14 @@
<div id="markersBottom">
<button id="markersOverviewRefresh" data-tip="Refresh the Overview screen" class="icon-cw"></button>
<select id="addedMarkerType" style="width: 40px">
<option value="" selected>❓empty marker</option>
</select>
<input type="hidden" id="addedMarkerType" name="addedMarkerType" value="" />
<span id="markerTypeSelectorWrapper">
<button
id="markerTypeSelector"
data-tip="Select marker type for newly added markers."
>❓</button>
<div id="markerTypeSelectMenu"></div>
</span>
<button
id="markersAddFromOverview"
data-tip="Add a new marker. Hold Shift to add multiple"