mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
changed type selection to button + dropdown menu
This commit is contained in:
parent
128231144e
commit
7a8254a9b4
3 changed files with 61 additions and 11 deletions
11
index.html
11
index.html
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue