2024-09-01 17:09:45 +08:00
|
|
|
/* Sidebar */
|
|
|
|
#sidebar-box, #sidebar,
|
|
|
|
.sidebar-panel[lwt-sidebar] {
|
|
|
|
color: var(--gnome-toolbar-color) !important;
|
|
|
|
background: var(--gnome-sidebar-background) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-header {
|
|
|
|
padding: 8px;
|
|
|
|
border-bottom: 1px solid var(--gnome-sidebar-border-color) !important;
|
|
|
|
background: var(--sidebar-background-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar-splitter {
|
|
|
|
width: 1px !important;
|
2024-09-02 04:45:13 +08:00
|
|
|
background-color: var(--gnome-sidebar-border-color, var(--gnome-toolbar-background)) !important;
|
|
|
|
background-image: linear-gradient(to top, var(--sidebar-background-color) 0%, var(--sidebar-background-color) 100%);
|
2024-09-01 17:09:45 +08:00
|
|
|
border: none !important;
|
|
|
|
}
|