2026-02-26 07:23:02 -05:00
|
|
|
/* 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;
|
|
|
|
|
}
|
2026-02-26 10:45:35 -05:00
|
|
|
|
|
|
|
|
#main-menubar > menu[_moz-menuactive="true"] {
|
|
|
|
|
background-color: hsla(91, 94%, 35%, 0.12) !important;
|
|
|
|
|
}
|