This commit is contained in:
KONE SOREL 2026-03-31 08:01:26 +00:00
parent 7d3fecd3b3
commit 2eee104e2f
2 changed files with 8 additions and 4 deletions

View File

@ -784,7 +784,7 @@ h1, h2, h3, h4, h5, h6,
}
/* ==============================
TABLES (DataTables)
TABLES
============================== */
.table-container {
background: white;
@ -807,8 +807,12 @@ h1, h2, h3, h4, h5, h6,
/* En-tête : charcoal sombre */
.table thead tr {
/*
background: var(--color-primary) !important;
color: white !important;
color: white !important;*/
background: var(--color-primary-ghost) !important;
color: var(--color-primary-dark) !important;
}
.table > thead {

View File

@ -35,7 +35,7 @@
<div class="card border-0 shadow-sm mb-4 rounded-3">
<div class="card-header bg-white py-3 cursor-pointer d-flex justify-content-between align-items-center" onclick="afficherMasquerGarantiesBareme();">
<span class="fw-bold text-dark small text-uppercase">
1. <?= _("Règle Standard de la Famille") ?>
1. <?= _("Règle Standard de la Famille d'Acte") ?>
<span id="garantiesbaremepriseencharge" class="ms-2 badge bg-light text-primary border"></span>
</span>
<i id="span_bareme" class="fas fa-chevron-down text-muted"></i>
@ -54,7 +54,7 @@
<input type="text" class="form-control text-end fw-bold" id="plafondFamilleActe" name="plafondFamilleActe" onblur="formatMonetaire(this);">
</div>
<div class="col-md-2">
<label class="lbl-erp"><?= _("Périodicité Fam.") ?></label>
<label class="lbl-erp"><?= _("Périodicité Famille") ?></label>
<select class="form-select" id="periodicitePlafondFamilleActe" name="periodicitePlafondFamilleActe"><?= liste_options($periodicite,"",true) ?></select>
</div>
<div class="col-md-2">