diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 54c45fb6..c94e0ec7 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1543,24 +1543,7 @@ select[class*="selectpicker"], border-left: 3px solid var(--color-accent, #0abf7c); } - /* ── Transitions fluides (doivent être déclarées ici, APRÈS le CSS du template, - pour ne pas être écrasées par Bootstrap/css/style.css) ── */ - /* - #sidebar { - transition: width 0.3s cubic-bezier(.4,0,.2,1), - transform 0.3s cubic-bezier(.4,0,.2,1) !important; - overflow: hidden !important; - will-change: width; - } - */ - - /* - #main { - transition: margin-left 0.3s cubic-bezier(.4,0,.2,1) !important; - will-change: margin-left; - } - */ - + /* ── Mode réduit (icônes seules) — desktop ── */ body.toggle-sidebar #sidebar { width: 20px !important; @@ -2011,4 +1994,8 @@ select[class*="selectpicker"], background: none !important; text-align: center !important; border-radius: 6px !important; +} + +.border-primary{ + border-color: #212e53 !important; } \ No newline at end of file