This commit is contained in:
KONE SOREL 2026-03-31 08:17:25 +00:00
parent 3f2fd64b05
commit 2e60e9f169
2 changed files with 3 additions and 4 deletions

View File

@ -784,7 +784,7 @@ h1, h2, h3, h4, h5, h6,
}
/* ==============================
TABLES
TABLES (DataTables)
============================== */
.table-container {
background: white;
@ -816,8 +816,7 @@ h1, h2, h3, h4, h5, h6,
}
.table th {
/*background: var(--color-primary) !important;*/
background: var(--color-primary-ghost) !important;
background: var(--color-primary) !important;
color: white !important;
font-family: 'Syne', sans-serif;
font-size: 0.72rem;

View File

@ -80,7 +80,7 @@
<div class="card-body p-0">
<div class="table-responsive">
<table class="table table-hover align-middle mb-0" style="font-size: 9.5pt;">
<thead class="shadow-sm" style="background-color:rgba(46, 52, 64, 0.07) !important; color: #000 important;">
<thead class="bg-light shadow-sm">
<tr>
<th class="ps-4 py-3" width="120px"><?= _("Code") ?></th>
<th class="py-3"><?= _("Libellé de la Famille") ?></th>