From 13452b7ca8b011cec4bfbb07c7f8e23f17242438 Mon Sep 17 00:00:00 2001 From: SW1FT Date: Fri, 16 Mar 2018 23:17:24 +0000 Subject: [PATCH 1/3] Darken color settings Fixes the white background. --- userContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/userContent.css b/userContent.css index 23d692d..6b99357 100644 --- a/userContent.css +++ b/userContent.css @@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(chrome://) { + #ColorsDialogPane, #ConnectionsDialogPane, #FontsDialogPane, #LanguagesDialogPane, From a97a8618f2009f743609a569f566d609fc045f1b Mon Sep 17 00:00:00 2001 From: SW1FT Date: Fri, 16 Mar 2018 23:24:02 +0000 Subject: [PATCH 2/3] Darken color settings --- css/userContent-files/about_pages.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/userContent-files/about_pages.css b/css/userContent-files/about_pages.css index 8247a05..0d06e7b 100644 --- a/css/userContent-files/about_pages.css +++ b/css/userContent-files/about_pages.css @@ -403,6 +403,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(chrome://) { + #ColorsDialogPane, #ConnectionsDialogPane, #FontsDialogPane, #LanguagesDialogPane, @@ -421,4 +422,4 @@ url-prefix(https://discovery.addons.mozilla.org) { #historyItems { -moz-appearance: none!important } -} \ No newline at end of file +} From 52d0b0d900d03e17a7447c0eb377be9f3597cb19 Mon Sep 17 00:00:00 2001 From: SW1FT Date: Fri, 16 Mar 2018 23:24:22 +0000 Subject: [PATCH 3/3] Darken color settings --- alternative_user_files/userContent_no_addons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index dd02869..c33e331 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(chrome://) { + #ColorsDialogPane, #ConnectionsDialogPane, #FontsDialogPane, #LanguagesDialogPane, @@ -929,4 +930,4 @@ url-prefix(https://discovery.addons.mozilla.org) { .highlight .error > :-moz-any(.start-tag,.end-tag,.comment,.cdata,.doctype,.pi,.entity,.attribute-name,.attribute-value) { color: #de7474!important } -} \ No newline at end of file +}