mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
c574388835
commit
d1e233cc04
@ -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"] {
|
||||
|
Loading…
Reference in New Issue
Block a user