From 932d7e946243c6add438cd683c8f0e7519b38ab7 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Thu, 6 Dec 2018 11:49:37 -0700 Subject: [PATCH] flash caused by vim vixen fix #224 --- alternative_user_files/userContent_no_addons.css | 2 +- css/userContent-files/about_pages.css | 2 +- userContent.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index d8159e8..9856e55 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -974,7 +974,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(about:blank) { - html > body:empty { + html > body:empty:not(.vimvixen-console) { background-color: var(--in-content-page-background)!important; margin: 0!important } diff --git a/css/userContent-files/about_pages.css b/css/userContent-files/about_pages.css index b423eb0..b39fa1d 100644 --- a/css/userContent-files/about_pages.css +++ b/css/userContent-files/about_pages.css @@ -428,7 +428,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(about:blank) { - html > body:empty { + html > body:empty:not(.vimvixen-console) { background-color: var(--in-content-page-background)!important; margin: 0!important } diff --git a/userContent.css b/userContent.css index 9da3524..03bf565 100644 --- a/userContent.css +++ b/userContent.css @@ -974,7 +974,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(about:blank) { - html > body:empty { + html > body:empty:not(.vimvixen-console) { background-color: var(--in-content-page-background)!important; margin: 0!important }