From ebd05d2c926c9b00e4c34f8f0777dda0ae392d81 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 2 Apr 2026 18:03:08 +0000 Subject: [PATCH] sert --- Bootstrap_new/css/theme-modern.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index d133b762..e1637582 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -302,10 +302,16 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold { position: relative; } -.sidebar-nav > .nav-item > .nav-link:hover, -.sidebar-nav > .nav-item > .nav-link.active { - background: rgba(255,255,255,0.10); - color: white; +.sidebar-nav > .nav-item > .nav-link:hover { + background: rgba(255, 255, 255, 0.05); + color: #FFFFFF; +} + +/* État Actif (Parent) */ +.sidebar-nav > .nav-item > .nav-link.active, +.sidebar-nav > .nav-item > .nav-link[aria-expanded="true"] { + background: rgba(255, 255, 255, 0.08); + color: #FFFFFF; } .sidebar-nav > .nav-item > .nav-link i:first-child {