From ebcb993707a29ca9d60d72f4300aabf2d0db2250 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Thu, 4 Jan 2018 19:58:35 -0700 Subject: [PATCH] Add fix for Smart HTTPS #6 --- .../webextension-tweaks/smart_https.css | 18 ++++++++++++++++++ userContent.css | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 userContent-files/webextension-tweaks/smart_https.css diff --git a/userContent-files/webextension-tweaks/smart_https.css b/userContent-files/webextension-tweaks/smart_https.css new file mode 100644 index 0000000..9137ee2 --- /dev/null +++ b/userContent-files/webextension-tweaks/smart_https.css @@ -0,0 +1,18 @@ +/*! Alters the webextension Smart HTTPS + IMPORTANT: change the Internal UUID */ + +@-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") { + + .information input[type="number"], + input[type="text"] { + -moz-appearance: none !important; + background: var(--grey-60) !important; + color: var(--primary-light-color) !important; + border: 1px solid var(--grey-50) !important; + } + + .information p { + color: var(--primary-light-color) !important; + } + +} diff --git a/userContent.css b/userContent.css index b5cb36b..70b1db8 100644 --- a/userContent.css +++ b/userContent.css @@ -1222,6 +1222,22 @@ html body div#container-panel.panel.container-panel, color: var(--primary-accent-color) !important; } } +/*! Alters the webextension Smart HTTPS + IMPORTANT: change the Internal UUID */ + +@-moz-document url-prefix("moz-extension://3f7c8927-a1d4-6349-ab7f-91a7f031a571/") { + .information input[type="number"], + input[type="text"] { + -moz-appearance: none !important; + background: var(--grey-60) !important; + color: var(--primary-light-color) !important; + border: 1px solid var(--grey-50) !important; + } + + .information p { + color: var(--primary-light-color) !important; + } +} /*! Alters the webextension Stylus IMPORTANT: change the Internal UUID */