This commit is contained in:
committer@tuxwarrior
2026-02-26 11:04:05 -05:00
parent 5c47d17e1b
commit 2647e321bf

View File

@@ -24,18 +24,26 @@
*/ */
/* Change background color of context menu */ /* Change background color of context menu */
/*
.context-menu, .menupopup { .context-menu, .menupopup {
background-color: #8f0404 !important; background-color: #8f0404 !important;
color: #ffffff !important; color: #ffffff !important;
} }
*/
/* Optional: Style menu items */ /* Optional: Style menu items */
.menuitem, .menuitemlabel { /*.menuitem, .menuitemlabel {
background-color: #8f0404 !important; background-color: #8f0404 !important;
color: #ffffff !important; color: #ffffff !important;
} }
*/
/* For popup windows like Preferences or Add-ons */ /* For popup windows like Preferences or Add-ons */
.window-background, .dialog { /*.window-background, .dialog {
background-color: #8f0404 !important; background-color: #8f0404 !important;
} }
*/
menubar, toolbar, nav-bar, #TabsToolbar > *{
background-color: red !important;
}