summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2018-06-30 01:03:38 +0100
committerLootyhoof <lootyhoofer@gmail.com>2018-06-30 01:03:38 +0100
commitd3037e1e49bccc918bb87dfe7787d3af483b9cbd (patch)
treebf61901584a129abd44bd468e7cfddd49fe528d8 /application
parentc96d9e5bdd064252c2b6d303c1db9209bf4814c9 (diff)
downloadUXP-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
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/themes/windows/browser.css4
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),