mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
configMarkers - edit icons relative parent
This commit is contained in:
parent
f57f004f9e
commit
6ad2f34639
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ function configMarkersGeneration() {
|
||||||
const inputId = `markerIconInput${index}`;
|
const inputId = `markerIconInput${index}`;
|
||||||
return `<tr>
|
return `<tr>
|
||||||
<td><input value="${type}" /></td>
|
<td><input value="${type}" /></td>
|
||||||
<td>
|
<td style="position: relative">
|
||||||
<input id="${inputId}" style="width: 5em" value="${icon}" />
|
<input id="${inputId}" style="width: 5em" value="${icon}" />
|
||||||
<i class="icon-edit pointer" style="position: absolute; margin:.4em 0 0 -1.4em; font-size:.85em"></i>
|
<i class="icon-edit pointer" style="position: absolute; margin:.4em 0 0 -1.4em; font-size:.85em"></i>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue