det
This commit is contained in:
parent
a4c2c5dcc5
commit
bc5673aaec
|
|
@ -269,7 +269,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
============================================================ */
|
||||
#sidebar {
|
||||
width: var(--sidebar-width);
|
||||
background: #eef3f8; /*var(--bg-base);*/ /* Charcoal profond pour le contraste */
|
||||
background: var(--bg-base); /* Charcoal profond pour le contraste */
|
||||
position: fixed;
|
||||
top: var(--header-height);
|
||||
left: 0;
|
||||
|
|
@ -313,7 +313,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
/* État Actif (Parent) */
|
||||
.sidebar-nav > .nav-item > .nav-link.active,
|
||||
.sidebar-nav > .nav-item > .nav-link[aria-expanded="true"] {
|
||||
background: var(--bg-base); /*#d6d7d8;*/
|
||||
background: #d6d7d8;
|
||||
color:var(--color-primary-dark);
|
||||
}
|
||||
|
||||
|
|
@ -360,7 +360,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
|
|||
margin: 1px 0;
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.1); /* Ligne de guide verticale */
|
||||
margin-left: 3px;
|
||||
background:var(--bg-base) /*#d6d7d8*/ !important;
|
||||
background:#d6d7d8 !important;
|
||||
}
|
||||
|
||||
.sidebar-nav .nav-content li { margin-bottom: 1px; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user