Files
lnx-arch/dots/librewolf/userChrome.css

19 lines
272 B
CSS
Raw Normal View History

/* 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;
}