Allow menubar items to inherit toolbar text styling

This commit is contained in:
Lootyhoof 2018-06-30 01:03:38 +01:00 committed by Roy Tam
commit 99b514df11

View file

@ -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),