diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index 1f342b04..30413e2e 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -379,14 +379,12 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { padding-left: 14px; } -/* Sous-menu actif : fond blanc translucide + bordure blanche */ +/* Sous-menu actif : Barre verticale discrète */ .sidebar-nav .nav-content li a.active-submenu { - color: #ffffff; - background: rgba(255,255,255,0.12); - border-left-color: #ffffff; + color: #FFFFFF; + background: rgba(255, 255, 255, 0.1); font-weight: 600; - padding-left: 10px; - width: 100% !important; + position: relative; } .sidebar-nav .nav-content li a.active-submenu::after {