Bug 807880 - Click-to-play plugin placeholder can be styled by inherited CSS. r=jaws

This commit is contained in:
Owen Coutts 2013-01-17 17:52:44 -05:00
Родитель 683405626f
Коммит b1e9911900
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -47,6 +47,12 @@ html|applet:not([height]), html|applet[height=""] {
unicode-bidi: embed;
/* used to block inherited properties */
text-transform: none;
text-indent: 0;
cursor: initial;
white-space: initial;
word-spacing: initial;
letter-spacing: initial;
line-height: initial;
}
.mainBox[chromedir="rtl"] {