Switch some bg-primary to bg-blue so they are consistent across themes, use new bs5 to reduce width on certain form inputs

This commit is contained in:
johnnyq
2026-08-25 17:44:18 -04:00
parent 4b9c53675c
commit fdc2a8c2c3
25 changed files with 38 additions and 38 deletions

View File

@@ -20,7 +20,7 @@ ob_start();
</div>
<div class="mb-3">
<label>Percent <strong class="text-danger">*</strong></label>
<input type="number" min="0" step="any" class="form-control col-md-4" name="percent">
<input type="number" min="0" step="any" class="form-control w-25" name="percent">
</div>
</div>
<div class="modal-footer">

View File

@@ -30,7 +30,7 @@ ob_start();
<div class="mb-3">
<label>Percent <strong class="text-danger">*</strong></label>
<input type="number" min="0" step="any" class="form-control col-md-4" name="percent" value="<?= $tax_percent ?>">
<input type="number" min="0" step="any" class="form-control w-25" name="percent" value="<?= $tax_percent ?>">
</div>
</div>