Bug 1083668 - don't set color for menubar when lwtheme is in use, r=dao

--HG--
extra : rebase_source : acf934691207793bd82b1728611d02c1b0d13aec
This commit is contained in:
Gijs Kruitbosch 2014-10-18 13:07:55 -07:00
parent 21bfde22c1
commit 67b18df2e9

View File

@ -34,6 +34,7 @@ menubar, toolbar[type="menubar"] {
menubar:-moz-lwtheme,
toolbar:-moz-lwtheme {
-moz-appearance: none;
color: inherit;
}
/* in browser.xul, the menubar is inside a toolbar... */