This commit is contained in:
KONE SOREL 2026-04-10 13:08:22 +00:00
parent 49aebfa9c8
commit 0296c42cb3

View File

@ -1,4 +1,6 @@
<span class="input-group-text bg-light"><i class="fas fa-arrow-down text-muted"></i></span>
<INPUT class="form-control text-center" TYPE="text" value="<?= format_N($primeMin); ?>" id="primeMin" NAME="primeMin" readonly>
<div class="input-group">
<span class="input-group-text bg-light"><i class="fas fa-arrow-down text-muted"></i></span>
<input class="form-control text-center bg-light fw-bold" type="text" value="<?= format_N($primeMin); ?>" id="primeMin" NAME="primeMin" readonly>
</div>