mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
heightmapSelect - make default select element non-clickable
This commit is contained in:
parent
5a6b5b4c95
commit
c9fd598c9c
3 changed files with 20 additions and 12 deletions
|
|
@ -1318,13 +1318,13 @@
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Select heightmap generation template or precreated heightmap">
|
||||
<tr data-tip="Select template or precreated heightmap to be used on generation">
|
||||
<td>
|
||||
<i data-locked="0" id="lock_template" class="icon-lock-open"></i>
|
||||
</td>
|
||||
<td>Heightmap</td>
|
||||
<td>
|
||||
<select id="templateInput" data-stored="template" disabled style="opacity: 1; color: unset"></select>
|
||||
<td id="templateInputContainer" class="pointer">
|
||||
<select id="templateInput" data-stored="template" style="pointer-events: none"></select>
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue