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