From d15da7893ae7ec6fb17917e94e0a212aefac1e3d Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Tue, 6 Mar 2018 11:10:48 -0700 Subject: [PATCH] remove white flash in FF 60 --- alternative_user_files/userChrome_windows.css | 1 + userChrome-files/remove_white_flash.css | 1 + userChrome.css | 1 + 3 files changed, 3 insertions(+) diff --git a/alternative_user_files/userChrome_windows.css b/alternative_user_files/userChrome_windows.css index 3f6e6b6..a189c49 100644 --- a/alternative_user_files/userChrome_windows.css +++ b/alternative_user_files/userChrome_windows.css @@ -920,6 +920,7 @@ toolbar[brighttext] { } #browser vbox#appcontent tabbrowser, #content, +#tabbrowser-tabpanels, browser[type=content-primary], browser[type=content] > html { background: var(--in-content-page-background)!important diff --git a/userChrome-files/remove_white_flash.css b/userChrome-files/remove_white_flash.css index 57c3cb5..6e1f640 100644 --- a/userChrome-files/remove_white_flash.css +++ b/userChrome-files/remove_white_flash.css @@ -1,5 +1,6 @@ #browser vbox#appcontent tabbrowser, #content, +#tabbrowser-tabpanels, browser[type=content-primary], browser[type=content] > html { background: var(--in-content-page-background)!important diff --git a/userChrome.css b/userChrome.css index 19292af..92a9ed2 100644 --- a/userChrome.css +++ b/userChrome.css @@ -925,6 +925,7 @@ toolbar[brighttext] { } #browser vbox#appcontent tabbrowser, #content, +#tabbrowser-tabpanels, browser[type=content-primary], browser[type=content] > html { background: var(--in-content-page-background)!important