From 22046646e99cf8516f4568a428603b9cfbc4f9d6 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sun, 25 Feb 2018 19:27:37 -0700 Subject: [PATCH] update userContent.css --- userContent.css | 68 ++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/userContent.css b/userContent.css index 796161a..ec67d8b 100644 --- a/userContent.css +++ b/userContent.css @@ -891,28 +891,6 @@ url-prefix(https://discovery.addons.mozilla.org) { color: #de7474!important } } -@-moz-document regexp("^(file:///).*[^(.html)]$") { - :root { - background-color: var(--mid-way-color)!important - } - body { - border: 1px solid!important; - background-color: var(--primary-dark-color)!important; - color: var(--primary-light-color)!important - } - h1 { - border-bottom: 1px solid!important - } - body > table > tbody > tr:hover { - outline: solid 1px!important - } - .dir, - .file, - .symlink, - .up { - color: var(--primary-accent-color)!important - } -} /*! Alters the webextension Brief IMPORTANT: change the Internal UUID */ @-moz-document url-prefix("moz-extension://brief_UUID/") { @@ -1340,23 +1318,23 @@ url-prefix(https://discovery.addons.mozilla.org) { color: var(--tone-4)!important } } -/*! Alters the webextension Smart HTTPS +/*! Alters the webextension Skip Redirect IMPORTANT: change the Internal UUID */ -@-moz-document url-prefix("moz-extension://smart_https_UUID/") { +@-moz-document url-prefix("moz-extension://skip_redirect_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 } + input[type=number], + input[type=text], + textarea { + -moz-appearance: none!important; + background: var(--tone-5)!important; + color: var(--grey-30)!important + } + label a { + color: var(--accent-1)!important + } } /*! Alters the webextension Tab Suspender (memory saver) IMPORTANT: change the Internal UUID */ @@ -1996,4 +1974,26 @@ url-prefix(https://discovery.addons.mozilla.org) { color: var(--grey-30); background: var(--accent-2) } +} +@-moz-document regexp("^(file:///).*[^(.html)]$") { + :root { + background-color: var(--mid-way-color)!important + } + body { + border: 1px solid!important; + background-color: var(--primary-dark-color)!important; + color: var(--primary-light-color)!important + } + h1 { + border-bottom: 1px solid!important + } + body > table > tbody > tr:hover { + outline: solid 1px!important + } + .dir, + .file, + .symlink, + .up { + color: var(--primary-accent-color)!important + } } \ No newline at end of file