From 783398a251403af818c61636132539619c76baf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Mon, 14 Jul 2014 14:35:30 +0200 Subject: [PATCH] Bug 1037411 - Set the appropriate text color for -moz-appearance: menubar. r=gijs --- 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 e8e082f15acb..f988fe59103e 100644 --- a/toolkit/themes/linux/global/toolbar.css +++ b/toolkit/themes/linux/global/toolbar.css @@ -25,6 +25,7 @@ toolbar { menubar, toolbar[type="menubar"] { -moz-appearance: menubar; + color: -moz-menubartext; min-width: 1px; min-height: 20px; padding: 1px 0px;