diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index a7210724..e70e83e5 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -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; +} \ No newline at end of file diff --git a/Vue/Modifierparametresgeneraux/index.php b/Vue/Modifierparametresgeneraux/index.php index 4c329bda..2399d639 100755 --- a/Vue/Modifierparametresgeneraux/index.php +++ b/Vue/Modifierparametresgeneraux/index.php @@ -70,19 +70,32 @@