Style update

This commit is contained in:
marijo 2026-06-09 12:52:47 +00:00
parent 981375725f
commit c6e206ffe7
3 changed files with 59 additions and 6 deletions

View file

@ -126,6 +126,9 @@
<label>MonThu hours<input id="normal_day_hours" type="number" step="0.25"></label>
<label>Friday hours<input id="friday_hours" type="number" step="0.25"></label>
<p class="full help-text">Monthly vacation, feriefridage, and FLEX balances are edited directly in the planner table. Clear a value to return to the calculated balance.</p>
<div class="full danger-zone">
<button type="button" id="deleteHiddenEntriesBtn" class="danger">Delete entries outside displayed months</button>
</div>
<div class="actions full">
<button type="submit">Save settings</button>
</div>