diff --git a/Js/fonctions.js b/Js/fonctions.js index b757bc6b..40726d10 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -92492,14 +92492,14 @@ function initDataTableReference(selector, exportTitle = 'Export_Donnees', defaul { extend: 'excelHtml5', text: ' Excel', - className: 'btn btn-sm btn-outline-success fw-bold rounded-pill shadow-sm px-3', + className: 'btn btn-sm btn-success fw-bold rounded-pill shadow-sm px-3', title: exportTitle, exportOptions: { columns: ':not(.no-export)' } }, { extend: 'pdfHtml5', text: ' PDF', - className: 'btn btn-sm btn-outline-danger fw-bold rounded-pill shadow-sm px-3 ms-2', + className: 'btn btn-sm btn-danger fw-bold rounded-pill shadow-sm px-3 ms-2', title: exportTitle, orientation: 'landscape', exportOptions: { columns: ':not(.no-export)' },