Added age selector

This commit is contained in:
timdenee
2025-07-22 16:47:09 +12:00
parent 1bcf611179
commit d7a540108e
2 changed files with 10 additions and 0 deletions
@@ -433,6 +433,9 @@ input[type="checkbox"] {
width: auto !important;
display: block !important;
}
.age_select{
color:white;
}
/* END OF SHEET-CHARACTER */
@@ -30,6 +30,13 @@
<label>Rank:
<input type="text" name="attr_rank" readonly />
</label>
<label>Age:
<select name="attr_age" class="age_select">
<option value="Young" selected>Young</option>
<option value="Mature">Mature</option>
<option value="Old">Old</option>
</select>
</label>
</div>
</div>
<!-- End of Header -->