From 8407eec79503e2f9aa008227b56df01f0ed4e9bd Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sat, 6 Jan 2018 16:46:26 -0700 Subject: [PATCH] style Smart HTTPS popup #6 --- userContent-files/webextension-tweaks/smart_https.css | 5 +++++ userContent.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/userContent-files/webextension-tweaks/smart_https.css b/userContent-files/webextension-tweaks/smart_https.css index 9137ee2..387d3a4 100644 --- a/userContent-files/webextension-tweaks/smart_https.css +++ b/userContent-files/webextension-tweaks/smart_https.css @@ -3,6 +3,11 @@ @-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") { + body { + background-color: var(--grey-60) !important; + color: var(--primary-light-color) !important; + } + .information input[type="number"], input[type="text"] { -moz-appearance: none !important; diff --git a/userContent.css b/userContent.css index 9da0496..7b1fc76 100644 --- a/userContent.css +++ b/userContent.css @@ -1291,6 +1291,11 @@ IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") { + body { + background-color: var(--grey-60) !important; + color: var(--primary-light-color) !important; + } + .information input[type="number"], input[type="text"] { -moz-appearance: none !important;