From b823580d88a60e78d7671d9106962b78cb763e16 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sun, 29 Jul 2018 21:52:41 -0600 Subject: [PATCH] zoho notebooks fix #181 --- alternative_user_files/userContent_no_addons.css | 4 ++-- css/userContent-files/about_pages.css | 4 ++-- userContent.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index 31b0817..101cf4e 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -565,8 +565,8 @@ url-prefix(https://discovery.addons.mozilla.org) { #newtab-customize-overlay, .exceptionDialogButtonContainer, .snippet .button-link, - html:not(#ublock0-epicker), - html:not(#ublock0-epicker) body { + :not(.ze_area) > html, + html:not(#ublock0-epicker) body:not(.ze_body) { background: var(--in-content-page-background)!important; color: var(--in-content-page-color)!important } diff --git a/css/userContent-files/about_pages.css b/css/userContent-files/about_pages.css index e6e09b7..4d03254 100644 --- a/css/userContent-files/about_pages.css +++ b/css/userContent-files/about_pages.css @@ -61,8 +61,8 @@ url-prefix(https://discovery.addons.mozilla.org) { #newtab-customize-overlay, .exceptionDialogButtonContainer, .snippet .button-link, - html:not(#ublock0-epicker), - html:not(#ublock0-epicker) body { + :not(.ze_area) > html, + html:not(#ublock0-epicker) body:not(.ze_body) { background: var(--in-content-page-background)!important; color: var(--in-content-page-color)!important } diff --git a/userContent.css b/userContent.css index 93a78ca..bd1c861 100644 --- a/userContent.css +++ b/userContent.css @@ -565,8 +565,8 @@ url-prefix(https://discovery.addons.mozilla.org) { #newtab-customize-overlay, .exceptionDialogButtonContainer, .snippet .button-link, - html:not(#ublock0-epicker), - html:not(#ublock0-epicker) body { + :not(.ze_area) > html, + html:not(#ublock0-epicker) body:not(.ze_body) { background: var(--in-content-page-background)!important; color: var(--in-content-page-color)!important }