ds
This commit is contained in:
parent
85639a5bc1
commit
e66eb4f14e
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user