From 5d848f3d8bc618e83f5e2b9227e94ecb1133759e Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Fri, 2 Nov 2018 11:02:27 -0600 Subject: [PATCH] make sure iframes aren't styled --- alternative_user_files/userContent_no_addons.css | 7 ++----- css/userContent-files/about_pages.css | 7 ++----- userContent.css | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index c756191..1d475df 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -970,13 +970,10 @@ url-prefix(https://discovery.addons.mozilla.org) { box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important } } -@-moz-document url-prefix(about:blank), -url-prefix(about:memory) { - html:not(#ublock0-epicker) { +@-moz-document url-prefix(about:memory) { + html { background: var(--in-content-page-background)!important } -} -@-moz-document url-prefix(about:memory) { .legend, .opsRowLabel, .section, diff --git a/css/userContent-files/about_pages.css b/css/userContent-files/about_pages.css index 694f699..a2142ef 100644 --- a/css/userContent-files/about_pages.css +++ b/css/userContent-files/about_pages.css @@ -427,13 +427,10 @@ url-prefix(https://discovery.addons.mozilla.org) { box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important } } -@-moz-document url-prefix(about:blank), -url-prefix(about:memory) { - html:not(#ublock0-epicker) { +@-moz-document url-prefix(about:memory) { + html { background: var(--in-content-page-background)!important } -} -@-moz-document url-prefix(about:memory) { .legend, .opsRowLabel, .section, diff --git a/userContent.css b/userContent.css index d43bbac..2ec0b4e 100644 --- a/userContent.css +++ b/userContent.css @@ -970,13 +970,10 @@ url-prefix(https://discovery.addons.mozilla.org) { box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important } } -@-moz-document url-prefix(about:blank), -url-prefix(about:memory) { - html:not(#ublock0-epicker) { +@-moz-document url-prefix(about:memory) { + html { background: var(--in-content-page-background)!important } -} -@-moz-document url-prefix(about:memory) { .legend, .opsRowLabel, .section,