From d3037e1e49bccc918bb87dfe7787d3af483b9cbd Mon Sep 17 00:00:00 2001 From: Lootyhoof Date: Sat, 30 Jun 2018 01:03:38 +0100 Subject: Allow menubar items to inherit toolbar text styling --- application/palemoon/themes/windows/browser.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css index 403693b80..cc7751cb8 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -3460,6 +3460,10 @@ toolbar[brighttext] #addonbar-closebutton { border-right-style: none !important; } + #main-menubar > menu:not(:-moz-lwtheme) { + color: inherit; + } + :-moz-any(#toolbar-menubar, #nav-bar[tabsontop=false]) :-moz-any(@primaryToolbarButtons@):not(:-moz-any(#alltabs-button,#sync-button[status])) > .toolbarbutton-icon:not(:-moz-lwtheme), :-moz-any(#toolbar-menubar, #nav-bar[tabsontop=false]) :-moz-any(@primaryToolbarButtons@) > toolbarbutton > .toolbarbutton-icon:not(:-moz-lwtheme), #TabsToolbar[tabsontop=true] :-moz-any(@primaryToolbarButtons@):not(:-moz-any(#alltabs-button,#new-tab-button,#sync-button[status])) > .toolbarbutton-icon:not(:-moz-lwtheme), -- cgit v1.2.3