From 5c5c85992d62ff71666e906fe6643093d87d1a92 Mon Sep 17 00:00:00 2001 From: SW1FT Date: Fri, 16 Mar 2018 23:03:49 +0000 Subject: [PATCH] Darken proxy settings Fixes the white background. --- userContent.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 509b598..23d692d 100644 --- a/userContent.css +++ b/userContent.css @@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(chrome://) { + #ConnectionsDialogPane, #FontsDialogPane, #LanguagesDialogPane, .windowDialog, @@ -2253,4 +2254,4 @@ url-prefix(https://discovery.addons.mozilla.org) { color: var(--grey-30); background: var(--accent-2) } -} \ No newline at end of file +}