reintroducing gtk themes

This commit is contained in:
committer@tuxwarrior
2026-02-26 11:28:00 -05:00
parent 2647e321bf
commit ca4136dac6
6 changed files with 21 additions and 42 deletions

View File

@@ -9,41 +9,3 @@
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;
}
*/
/* 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;
}
*/
menubar, toolbar, nav-bar, #TabsToolbar > *{
background-color: red !important;
}