This commit is contained in:
2026-02-26 13:16:30 +00:00
parent 110821adf9
commit 27e6b20be3
2 changed files with 42 additions and 12 deletions

View File

@@ -1222,3 +1222,20 @@ h6 a:hover {
.scrollmenu { margin: 0 8px 8px; }
.page-content { padding: 18px 0px; }
}
/* Force le bouton du selectpicker à ressembler à vos form-control */
.btn-form-select {
background-color: #fff !important;
border: 1px solid #e2e8f0 !important; /* Couleur de votre bordure Neutral Pro */
color: var(--color-primary) !important;
font-size: 0.82rem !important;
padding: 0.5rem 0.75rem !important;
border-radius: var(--radius-sm) !important;
}
/* Supprime le contour bleu par défaut de Bootstrap-select au focus */
.bootstrap-select .dropdown-toggle:focus {
outline: none !important;
border-color: var(--color-primary-light) !important;
box-shadow: 0 0 0 3px var(--color-primary-ghost) !important;
}