diff options
author | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-30 01:03:38 +0100 |
---|---|---|
committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-30 01:03:38 +0100 |
commit | d3037e1e49bccc918bb87dfe7787d3af483b9cbd (patch) | |
tree | bf61901584a129abd44bd468e7cfddd49fe528d8 | |
parent | c96d9e5bdd064252c2b6d303c1db9209bf4814c9 (diff) | |
download | UXP-d3037e1e49bccc918bb87dfe7787d3af483b9cbd.tar UXP-d3037e1e49bccc918bb87dfe7787d3af483b9cbd.tar.gz UXP-d3037e1e49bccc918bb87dfe7787d3af483b9cbd.tar.lz UXP-d3037e1e49bccc918bb87dfe7787d3af483b9cbd.tar.xz UXP-d3037e1e49bccc918bb87dfe7787d3af483b9cbd.zip |
Allow menubar items to inherit toolbar text styling
-rw-r--r-- | application/palemoon/themes/windows/browser.css | 4 |
1 files changed, 4 insertions, 0 deletions
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), |