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;
}
/* 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 {