frere
This commit is contained in:
parent
462e1bf4ad
commit
cf6b9fed5b
|
|
@ -953,8 +953,8 @@ li i { margin-right:10px; color:#007bff; }
|
|||
}
|
||||
|
||||
#div_police .card-header {
|
||||
/*background-color: var(--office-primary) !important;*/
|
||||
color: white;
|
||||
background-color: var(--office-light);
|
||||
color: var(--office-dark);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<input type="hidden" id="gestionConfiee" value="<?= $this->nettoyer($police['gestionConfiee']) ?>">
|
||||
<input type="hidden" id="prestationPossible" value="<?= $prestationPossible ?>">
|
||||
|
||||
<h1><i class="fas fa-shield-alt me-2"></i></i> <?= _('Fiche Police') ?></h1>
|
||||
<h1><i class="fas fa-shield-alt me-2 text-primary"></i></i> <?= _('Fiche Police') ?></h1>
|
||||
|
||||
<div class="card shadow-sm mb-4 border-0">
|
||||
<div class="card-header d-flex justify-content-between align-items-center py-3">
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ $activeChildId = $menuData['child'];
|
|||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||
|
||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.27.03" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.27.04" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- ============================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user