Months shown setting and style colors

This commit is contained in:
marijo 2026-06-09 07:29:50 +00:00
parent 0727798af7
commit 2ea0d9363e
5 changed files with 55 additions and 46 deletions

View file

@ -114,9 +114,8 @@
<button type="button" id="closeSettingsDialogBtn" class="ghost small">Close</button>
</div>
<form id="settingsForm" class="form-grid compact">
<label>Start year<input id="planning_start_year" type="number" step="1"></label>
<label>Start month<input id="planning_start_month" type="number" step="1" min="1" max="12"></label>
<label>Months shown<input id="planning_months" type="number" step="1" min="1" max="120"></label>
<label>Previous months shown<input id="previous_months" type="number" step="1" min="0" max="120"></label>
<label>Future months shown<input id="future_months" type="number" step="1" min="0" max="120"></label>
<label>Vacation/month<input id="vacation_days_per_month" type="number" step="0.01"></label>
<label>Feriefridage/year<input id="feriefridage_per_year" type="number" step="0.01"></label>
<label>FF deadline month<input id="feriefridage_expiry_month" type="number" step="1" min="1" max="12"></label>