f757101a2c
* init * readme * README * readme and scrot * readme and scrot
29 lines
736 B
CSS
29 lines
736 B
CSS
/*
|
|
░█▀▀░▀█▀░█▀▄░█▀▀░█▀▄░█▀█░█▀▄
|
|
░▀▀█░░█░░█░█░█▀▀░█▀▄░█▀█░█▀▄
|
|
░▀▀▀░▀▀▀░▀▀░░▀▀▀░▀▀░░▀░▀░▀░▀
|
|
|
|
Sidebar
|
|
*/
|
|
|
|
#sidebar-box {
|
|
}
|
|
|
|
#sidebar-box:-moz-lwtheme-darktext,
|
|
#sidebar-box:-moz-lwtheme-brighttext {
|
|
--sidebar-background-color: var(--bf-sidebar-bg) !important;
|
|
--sidebar-text-color: var(--bf-sidebar-color) !important;
|
|
}
|
|
|
|
#sidebar,
|
|
.sidebar-panel {
|
|
background: transparent !important;
|
|
}
|
|
|
|
/* Sidebar searchbar */
|
|
#sidebar-search-container #search-box {
|
|
border: none !important;
|
|
padding: 6px !important;
|
|
border-radius: var(--bf-sidebar-searchbar-radius) !important;
|
|
}
|