mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-06 10:31:23 +01:00
ColorInput + ColorOutput
This commit is contained in:
parent
7ff5d1053f
commit
c22eafbe2f
2 changed files with 3 additions and 2 deletions
|
|
@ -1125,7 +1125,8 @@
|
|||
<tr data-tip="Set the color of grid cell numbers">
|
||||
<td>Cell num color</td>
|
||||
<td>
|
||||
<input id="gridCellNumbersStrokeColor" type="color" value="#000000" />
|
||||
<input id="gridCellNumbersColorInput" type="color" value="#000000" />
|
||||
<output id="gridCellNumbersColorOutput">#000000</output>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue