Files
lnx-arch/dots/librewolf/userChrome.css
committer@tuxwarrior 8b6ebd248f u
2026-02-26 10:45:35 -05:00

22 lines
378 B
CSS

/* disable top bar and top tabs */
/*
#TabsToolbar {
visibility: collapse;
}
#titlebar {
display: none;
}
*/
/* change menu background color */
#main-window,
#toolbarpaletteitem-menu-button,
#appmenu-toolbar-button {
background-color: #6e0303 !important;
}
#main-menubar > menu[_moz-menuactive="true"] {
background-color: hsla(91, 94%, 35%, 0.12) !important;
}