mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 22:21:15 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user