Bug 803015 - Click-to-play plugin overlay shouldn't inherit page text-transform style. r=dao

--HG--
extra : rebase_source : 0e44b2eaa31d4f8d7c9dea8e1faa891803f9c2e4
This commit is contained in:
Jared Wein 2012-10-21 17:27:38 -07:00
parent c574388835
commit d1e233cc04

View File

@ -41,6 +41,8 @@ html|applet:not([height]), html|applet[height=""] {
overflow: hidden;
direction: ltr;
unicode-bidi: embed;
/* used to block inherited properties */
text-transform: none;
}
.mainBox[chromedir="rtl"] {