det
This commit is contained in:
parent
555d5f0530
commit
41502f271e
|
|
@ -891,6 +891,18 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
||||||
border-color: var(--color-primary) !important;
|
border-color: var(--color-primary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style pour des boutons de pagination iconographiques */
|
||||||
|
.dataTables_paginate .paginate_button {
|
||||||
|
min-width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
padding: 5px !important;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================
|
/* ============================================================
|
||||||
INTER SANTÉ — THEME NEUTRAL PRO v2026
|
INTER SANTÉ — THEME NEUTRAL PRO v2026
|
||||||
|
|
|
||||||
|
|
@ -92344,10 +92344,10 @@ function initSmartTable(selector = '.datatable-inter', pageTitle = 'Export Donn
|
||||||
"searchPlaceholder": "Rechercher...",
|
"searchPlaceholder": "Rechercher...",
|
||||||
// Surcharge des libellés de pagination après le chargement du fichier JSON
|
// Surcharge des libellés de pagination après le chargement du fichier JSON
|
||||||
"paginate": {
|
"paginate": {
|
||||||
"first": "|◄",
|
"first": '<i class="fas fa-angle-double-left"></i>',
|
||||||
"last": "►|",
|
"last": '<i class="fas fa-angle-double-right"></i>',
|
||||||
"next": "►",
|
"next": '<i class="fas fa-angle-right"></i>',
|
||||||
"previous": "◄"
|
"previous": '<i class="fas fa-angle-left"></i>'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pageLength": 10,
|
"pageLength": 10,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user