From 3d51439a7df31858c7ca0b2c94cdb7cd8d11c8d9 Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Sat, 18 Oct 2014 13:07:55 -0700 Subject: [PATCH] Bug 1083668 - don't set color for menubar when lwtheme is in use, r=dao --HG-- extra : rebase_source : acf934691207793bd82b1728611d02c1b0d13aec --- toolkit/themes/linux/global/toolbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/themes/linux/global/toolbar.css b/toolkit/themes/linux/global/toolbar.css index f988fe59103e..05a6c2ddc513 100644 --- a/toolkit/themes/linux/global/toolbar.css +++ b/toolkit/themes/linux/global/toolbar.css @@ -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... */