Disabled options and applied faded styling

This commit is contained in:
PeekabooSteam
2023-12-31 14:04:54 +00:00
parent 6d18e25232
commit 4d6bd6c6e9
5 changed files with 52 additions and 11 deletions

View File

@@ -8,11 +8,13 @@
<div class="ol-dialog-content">
<div id="restrict-spawns" class="ol-checkbox">
<label title="If false, no spawn restrictions will be applied">
<input type="checkbox"/>
Restrict spawns
<input type="checkbox" data-on-click="toggleSpawnRestrictions"/>
Enable spawn restrictions
</label>
</div>
<hr />
<div id="restrict-to-coalition" class="ol-checkbox">
<label title="If true, commanders will be allowed to only spawn units that belong to their coalition. E.g. blue commanders will be able to spawn F/A-18 Hornets, but not MiG-29s.">
<input type="checkbox"/>
@@ -25,7 +27,7 @@
<div class="ol-group">
<div id="setup-time" class="ol-text-input">
<input type="number" min="-99999" max="99999" step="1" value="10">
<input type="number" min="-99999" max="99999" step="1" value="10" />
</div>
<label>minutes</label>
</div>