Style bouton

This commit is contained in:
Jean-Philippe Staelen 2025-12-18 15:08:28 +01:00
parent 36b73c8ade
commit 4a43435986
2 changed files with 4 additions and 1 deletions

View File

@ -297,6 +297,7 @@
background-color: #d1ecf1;
border: 2px solid #0dcaf0;
border-color: #0dcaf0;
border-radius: 6px;
color: #0c5460;
font-weight: 500;
}
@ -319,6 +320,7 @@
background-color: #fff3cd;
border: 2px solid #ffc107;
border-color: #ffc107;
border-radius: 6px;
color: #856404;
font-weight: 500;
}
@ -341,6 +343,7 @@
background-color: #cfe2ff;
border: 2px solid #0d6efd;
border-color: #0d6efd;
border-radius: 6px;
color: #084298;
font-weight: 500;
}

View File

@ -88,7 +88,7 @@ if (!defined('ABSPATH')) {
class="button button-secondary esi-peppol-log-resend btn btn-warning"
data-order-id="<?php echo esc_attr($row->id_order); ?>"
>
<?php esc_html_e('Renvoyer', 'esi_peppol'); ?>
<?php esc_html_e('Envoyer de nouveau', 'esi_peppol'); ?>
</button>
<button
type="button"