diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 8bd39b85..a30fc419 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1744,3 +1744,26 @@ select[class*="selectpicker"], animation: none !important; } +/* Force l'alignement de la hauteur du SelectPicker avec les inputs sm */ + .bootstrap-select .btn.dropdown-toggle { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + height: 31px !important; /* Hauteur standard du form-control-sm */ + font-size: 8.5pt !important; + display: flex; + align-items: center; + background-color: #fff !important; + border-width: 2px !important; + } + + /* Aligne l'icône de flèche */ + .bootstrap-select .btn.dropdown-toggle .filter-option { + display: flex; + align-items: center; + height: 100%; + } + + /* Corrige la bordure spécifique si vous utilisez border-start-0 */ + .bootstrap-select.border-2 .btn.dropdown-toggle { + border-color: #dee2e6 !important; + } \ No newline at end of file