det
This commit is contained in:
parent
3f2fd64b05
commit
2e60e9f169
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user