u
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* change menu background color */
|
/* change menu background color */
|
||||||
|
/*
|
||||||
#main-window,
|
#main-window,
|
||||||
#toolbarpaletteitem-menu-button,
|
#toolbarpaletteitem-menu-button,
|
||||||
#appmenu-toolbar-button {
|
#appmenu-toolbar-button {
|
||||||
@@ -20,3 +21,21 @@
|
|||||||
#main-menubar > menu[_moz-menuactive="true"] {
|
#main-menubar > menu[_moz-menuactive="true"] {
|
||||||
background-color: hsla(91, 94%, 35%, 0.12) !important;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user