зеркало из https://github.com/mozilla/gecko-dev.git
Bug 807880 - Click-to-play plugin placeholder can be styled by inherited CSS. r=jaws
This commit is contained in:
Родитель
683405626f
Коммит
b1e9911900
|
@ -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"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче