mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
EDIT style text label stroke color
This commit is contained in:
parent
a2e1004734
commit
7ff5d1053f
3 changed files with 26 additions and 4 deletions
|
|
@ -1121,6 +1121,13 @@
|
|||
<label for="gridCellNumbers" class="checkbox-label">Show cell numbers</label>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr data-tip="Set the color of grid cell numbers">
|
||||
<td>Cell num color</td>
|
||||
<td>
|
||||
<input id="gridCellNumbersStrokeColor" type="color" value="#000000" />
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
<tbody id="styleCompass">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue