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
Родитель f69a69953f
Коммит 3d51439a7d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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... */