This commit is contained in:
KONE SOREL 2026-04-02 18:36:08 +00:00
parent fe4a5dd6a0
commit e61587dcd1

View File

@ -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;