mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Added age selector
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user