From 2647e321bf35471b201bd8f6e5a6e3a1fb9cda04 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Thu, 26 Feb 2026 11:04:05 -0500 Subject: [PATCH] u --- dots/librewolf/userChrome.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dots/librewolf/userChrome.css b/dots/librewolf/userChrome.css index 075e6a9..63bd39b 100644 --- a/dots/librewolf/userChrome.css +++ b/dots/librewolf/userChrome.css @@ -24,18 +24,26 @@ */ /* Change background color of context menu */ +/* .context-menu, .menupopup { background-color: #8f0404 !important; color: #ffffff !important; } +*/ /* Optional: Style menu items */ -.menuitem, .menuitemlabel { +/*.menuitem, .menuitemlabel { background-color: #8f0404 !important; color: #ffffff !important; } +*/ /* For popup windows like Preferences or Add-ons */ -.window-background, .dialog { +/*.window-background, .dialog { background-color: #8f0404 !important; } +*/ + +menubar, toolbar, nav-bar, #TabsToolbar > *{ + background-color: red !important; +} \ No newline at end of file