avoid styling iframes fix #167
This commit is contained in:
parent
0117512f2b
commit
8ae1d9a9d1
|
@ -565,8 +565,8 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
#newtab-customize-overlay,
|
#newtab-customize-overlay,
|
||||||
.exceptionDialogButtonContainer,
|
.exceptionDialogButtonContainer,
|
||||||
.snippet .button-link,
|
.snippet .button-link,
|
||||||
html:not(#ublock0-epicker),
|
html:not(#ublock0-epicker):not(iframe>body) body,
|
||||||
html:not(#ublock0-epicker) body {
|
html:not(#ublock0-epicker):not(iframe>html) {
|
||||||
background: var(--in-content-page-background)!important;
|
background: var(--in-content-page-background)!important;
|
||||||
color: var(--in-content-page-color)!important
|
color: var(--in-content-page-color)!important
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,8 +61,8 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
#newtab-customize-overlay,
|
#newtab-customize-overlay,
|
||||||
.exceptionDialogButtonContainer,
|
.exceptionDialogButtonContainer,
|
||||||
.snippet .button-link,
|
.snippet .button-link,
|
||||||
html:not(#ublock0-epicker),
|
html:not(#ublock0-epicker):not(iframe>body) body,
|
||||||
html:not(#ublock0-epicker) body {
|
html:not(#ublock0-epicker):not(iframe>html) {
|
||||||
background: var(--in-content-page-background)!important;
|
background: var(--in-content-page-background)!important;
|
||||||
color: var(--in-content-page-color)!important
|
color: var(--in-content-page-color)!important
|
||||||
}
|
}
|
||||||
|
|
|
@ -565,8 +565,8 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
#newtab-customize-overlay,
|
#newtab-customize-overlay,
|
||||||
.exceptionDialogButtonContainer,
|
.exceptionDialogButtonContainer,
|
||||||
.snippet .button-link,
|
.snippet .button-link,
|
||||||
html:not(#ublock0-epicker),
|
html:not(#ublock0-epicker):not(iframe>body) body,
|
||||||
html:not(#ublock0-epicker) body {
|
html:not(#ublock0-epicker):not(iframe>html) {
|
||||||
background: var(--in-content-page-background)!important;
|
background: var(--in-content-page-background)!important;
|
||||||
color: var(--in-content-page-color)!important
|
color: var(--in-content-page-color)!important
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue