dse
This commit is contained in:
parent
c266a66354
commit
dc97c0d218
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
<form id="form_nouveau_garant">
|
||||
<div class="row g-2">
|
||||
|
||||
<div class="col-lg-12">
|
||||
<div class="card border-0 shadow-sm">
|
||||
<div class="card-header border-bottom bg-light py-3">
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
</div>
|
||||
<div class="col-md-6">
|
||||
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Type de Garant") ?> <span class="text-danger">*</span></label>
|
||||
<select name="typeGarant" id="typeGarant" class="form-control selectpicker shadow-none border-2 w-100" data-live-search="true" required>
|
||||
<select name="typeGarant" id="typeGarant" class="form-control selectpicker shadow-none border-2 w-100" data-live-search="true" required autofocus>
|
||||
<?= liste_options($gctypegarant,'',false) ?>
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -201,11 +200,5 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
.majuscule { text-transform: uppercase; }
|
||||
.form-control:focus, .form-select:focus {
|
||||
border-color: var(--bs-primary);
|
||||
box-shadow: 0 0 0 0.25rem rgba(33, 46, 83, 0.1);
|
||||
}
|
||||
label { letter-spacing: 0.5px; }
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user