df
This commit is contained in:
parent
ebdd5f5f98
commit
ff6c98c72d
|
|
@ -1225,8 +1225,6 @@ h6 a:hover {
|
|||
|
||||
/* --- COMPOSANTS GLOBAUX --- */
|
||||
.required::after { content: " *"; color: var(--color-urgent); font-weight: bold; }
|
||||
.bg-warning-ghost { background: rgba(243, 156, 18, 0.12); }
|
||||
.bg-primary-ghost { background: rgba(33, 46, 83, 0.05); }
|
||||
|
||||
/* ============================================================
|
||||
BOOTSTRAP-SELECT : CORRECTIF FINAL SANS LARGEUR FORCÉE
|
||||
|
|
@ -1312,6 +1310,9 @@ select[class*="selectpicker"],
|
|||
.bg-success-ghost { background-color: rgba(39, 174, 96, 0.12); color: #27ae60; }
|
||||
.bg-danger-ghost { background-color: rgba(192, 57, 43, 0.12); color: #c0392b; }
|
||||
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08); color: #212e53; }
|
||||
.bg-info-ghost { background-color: rgba(52, 152, 219, 0.12); color: #3498db; }
|
||||
.bg-warning-ghost { background-color: rgba(243, 156, 18, 0.12); color: #f39c12; }
|
||||
|
||||
|
||||
/* Navigation Pills Modernes */
|
||||
.nav-pills .nav-link { color: #64748b; padding: 10px 20px; transition: 0.3s; border: none; background: none; }
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
foreach($med_bool as $b):
|
||||
$status = ($societeuser[$b[2]] == "1"); ?>
|
||||
<tr class="searchable-row">
|
||||
<td class="text-center"><span class="badge-ghost bg-primary-ghost"><?= $b[0] ?></span></td>
|
||||
<td class="text-center"><span class="badge-ghost bg-bg-info-ghost"><?= $b[0] ?></span></td>
|
||||
<td class="text-muted fw-bold"><?= $b[1] ?></td>
|
||||
<td class="text-center bg-light text-muted fw-bold"><?= $status ? _("Oui") : _("Non") ?></td>
|
||||
<td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user