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

42 lines
799 B
CSS
Raw Normal View History

/* disable top bar and top tabs */
/*
#TabsToolbar {
visibility: collapse;
}
#titlebar {
display: none;
}
*/
/* change menu background color */
2026-02-26 10:52:09 -05:00
/*
#main-window,
#toolbarpaletteitem-menu-button,
#appmenu-toolbar-button {
background-color: #6e0303 !important;
}
2026-02-26 10:45:35 -05:00
#main-menubar > menu[_moz-menuactive="true"] {
background-color: hsla(91, 94%, 35%, 0.12) !important;
2026-02-26 10:52:09 -05:00
}
*/
/* Change background color of context menu */
.context-menu, .menupopup {
background-color: #8f0404 !important;
color: #ffffff !important;
}
/* Optional: Style menu items */
.menuitem, .menuitemlabel {
background-color: #8f0404 !important;
color: #ffffff !important;
}
/* For popup windows like Preferences or Add-ons */
.window-background, .dialog {
background-color: #8f0404 !important;
}