From ea6cd400ee032dd29304658335a6849822d76168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Fri, 7 Nov 2008 22:41:28 +0100 Subject: [PATCH] Bug 463212 - menupopups shouldn't inherit text-shadow. r=enndeakin (trivial CSS-only patch) --- toolkit/content/xul.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolkit/content/xul.css b/toolkit/content/xul.css index 3efe57801463..be9e1fbafd06 100644 --- a/toolkit/content/xul.css +++ b/toolkit/content/xul.css @@ -338,7 +338,8 @@ menupopup, panel, tooltip { display: -moz-popup; - z-index: 2147483647; + z-index: 2147483647; + text-shadow: none; } tooltip {