Bug 463212 - menupopups shouldn't inherit text-shadow. r=enndeakin (trivial CSS-only patch)

This commit is contained in:
Dão Gottwald 2008-11-07 22:41:28 +01:00
parent b758df5636
commit ea6cd400ee

View File

@ -338,7 +338,8 @@ menupopup,
panel,
tooltip {
display: -moz-popup;
z-index: 2147483647;
z-index: 2147483647;
text-shadow: none;
}
tooltip {