This commit is contained in:
KONE SOREL 2026-04-02 18:34:19 +00:00
parent 9a5ba767fb
commit fe4a5dd6a0

View File

@ -379,14 +379,12 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
padding-left: 14px; 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 { .sidebar-nav .nav-content li a.active-submenu {
color: #ffffff; color: #FFFFFF;
background: rgba(255,255,255,0.12); background: rgba(255, 255, 255, 0.1);
border-left-color: #ffffff;
font-weight: 600; font-weight: 600;
padding-left: 10px; position: relative;
width: 100% !important;
} }
.sidebar-nav .nav-content li a.active-submenu::after { .sidebar-nav .nav-content li a.active-submenu::after {