diff --git a/css/userContent-files/webextension-tweaks/dark_mode.css b/css/userContent-files/webextension-tweaks/dark_mode.css index f0f04e0..cc6f458 100644 --- a/css/userContent-files/webextension-tweaks/dark_mode.css +++ b/css/userContent-files/webextension-tweaks/dark_mode.css @@ -2,20 +2,11 @@ IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://dark_mode_UUID/") { .comment { - color: var(--accent-1)!important - } - label { - color: var(--tone-4)!important + color: var(--in-content-link-color)!important } .title { - color: var(--in-content-page-color)!important; background-color: var(--in-content-category-header-background)!important } - textarea { - color: var(--in-content-page-color)!important; - background-color: var(--in-content-box-background)!important; - border: none!important - } .highlight { background-color: var(--in-content-box-border-color)!important } diff --git a/css/userContent-files/webextension-tweaks/decentraleyes.css b/css/userContent-files/webextension-tweaks/decentraleyes.css deleted file mode 100644 index 6dea68f..0000000 --- a/css/userContent-files/webextension-tweaks/decentraleyes.css +++ /dev/null @@ -1,19 +0,0 @@ -/*! Alters the webextension Decentraleyes - IMPORTANT: change the Internal UUID */ -@-moz-document url-prefix("moz-extension://decentraleyes_UUID/") { - body { - background-color: var(--in-content-box-background)!important; - color: var(--tone-4)!important - } - .panel:not(:last-child), - header { - border-color: var(--tone-5)!important - } - .button { - background-color: var(--in-content-box-background)!important; - border-color: var(--tone-5)!important - } - .button:hover { - background-color: var(--in-content-page-background)!important - } -} diff --git a/css/userContent-files/webextension-tweaks/generic_style.css b/css/userContent-files/webextension-tweaks/generic_style.css index 5636831..85c7e87 100644 --- a/css/userContent-files/webextension-tweaks/generic_style.css +++ b/css/userContent-files/webextension-tweaks/generic_style.css @@ -1,7 +1,8 @@ /* Pop Up Background Fixes */ @-moz-document url-prefix("moz-extension://css_exfil_protection_UUID/popup.html"), url-prefix("moz-extension://https_everywhere_UUID/pages/popup"), - url-prefix("moz-extension://skip_redirect_UUID/") { + url-prefix("moz-extension://decentraleyes_UUID/pages/popup"), + url-prefix("moz-extension://smart_https_UUID/data/data/popup.html") { :root { --in-content-page-background: var(--tone-6)!important; --in-content-box-background: rgba(11,11,12,0.2)!important; @@ -34,6 +35,9 @@ url-prefix("moz-extension://css_exfil_protection_UUID/"), url-prefix("moz-extension://https_everywhere_UUID/"), url-prefix("moz-extension://skip_redirect_UUID/"), + url-prefix("moz-extension://dark_mode_UUID/"), + url-prefix("moz-extension://decentraleyes_UUID/"), + url-prefix("moz-extension://smart_https_UUID/"), url-prefix("moz-extension://generic_styling_1_UUID"), url-prefix("moz-extension://generic_styling_2_UUID"), url-prefix("moz-extension://generic_styling_3_UUID"), @@ -88,6 +92,7 @@ padding-left: 3px !important; } textarea { + margin: 2px 0 2px 0 !important; padding: 5px 5px 5px 5px !important; } button, @@ -101,6 +106,7 @@ border-radius: 3px!important } button:hover, + .button:hover, input[type="submit"]:hover { background-color: var(--in-content-box-background-hover)!important } diff --git a/css/userContent-files/webextension-tweaks/smart_https.css b/css/userContent-files/webextension-tweaks/smart_https.css deleted file mode 100644 index c5be994..0000000 --- a/css/userContent-files/webextension-tweaks/smart_https.css +++ /dev/null @@ -1,18 +0,0 @@ -/*! Alters the webextension Smart HTTPS - IMPORTANT: change the Internal UUID */ -@-moz-document url-prefix("moz-extension://smart_https_UUID/") { - body { - background-color: var(--tone-6)!important; - color: var(--tone-4)!important - } - .information input[type=number], - input[type=text] { - -moz-appearance: none!important; - background: var(--tone-6)!important; - color: var(--tone-4)!important; - border-color: var(--tone-5)!important - } - .information p { - color: var(--tone-4)!important - } -} \ No newline at end of file