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; +}