From e66eb4f14e728d0bcb1a1c7607f9dde04ff57902 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 7 Mar 2026 11:35:36 +0000 Subject: [PATCH] ds --- Bootstrap_new/css/theme-modern.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 576c15c0..a8655dcd 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1465,4 +1465,18 @@ select[class*="selectpicker"], /* Ajustement pour que le conteneur en pointillé ne gêne pas le focus */ #div_listetables .bootstrap-select { width: 100% !important; -} \ No newline at end of file +} + +/* Aligne le bouton SelectPicker avec l'icône de l'input-group */ +.input-group > .bootstrap-select.form-control { + flex: 1 1 auto; + width: 1% !important; +} + +/* Applique la bordure manquante et l'arrondi Neutral Pro */ +.bootstrap-select > .dropdown-toggle.btn-light { + background-color: #fff !important; + border: 2px solid #dee2e6 !important; + border-left: 0 !important; /* L'icône a déjà la bordure gauche */ + border-radius: 0 0.375rem 0.375rem 0 !important; +}