From c2fd559469faeb3f128fbdd6c29abc89b3d08ae3 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sat, 17 Feb 2018 14:44:02 -0700 Subject: [PATCH] style Neat URL fix #68 --- .../webextension-tweaks/neat_url.css | 34 +++++++++++++++++++ userContent.css | 33 ++++++++++++++++++ userContent_imports.css | 1 + 3 files changed, 68 insertions(+) create mode 100644 userContent-files/webextension-tweaks/neat_url.css diff --git a/userContent-files/webextension-tweaks/neat_url.css b/userContent-files/webextension-tweaks/neat_url.css new file mode 100644 index 0000000..993336c --- /dev/null +++ b/userContent-files/webextension-tweaks/neat_url.css @@ -0,0 +1,34 @@ +/*! Alters the webextension Neat URL + IMPORTANT: change the Internal UUID */ + +@-moz-document url-prefix("moz-extension://2b51bd1f-a120-ea4b-9c78-2b21416143d8/") { + label, + h2, + body { + color: var(--primary-light-color) !important; + } + + textarea, + input { + -moz-appearance: none !important; + background: var(--mid-way-color) !important; + color: var(--primary-light-color) !important; + border: 1px solid var(--light-accent-color) !important; + padding: 5px 5px 5px 5px !important; + } + + a:link { + color: var(--primary-accent-color) !important; + } + + button { + background-color: var(--dark-accent) !important; + color: var(--primary-light-color) !important; + border-color: var(--light-accent-color) !important; + } + + button:hover { + background-color: var(--primary-dark-color) !important; + } + +} diff --git a/userContent.css b/userContent.css index f917563..a2972a1 100644 --- a/userContent.css +++ b/userContent.css @@ -1359,6 +1359,39 @@ color: var(--primary-light-color) !important; } } +/*! Alters the webextension Neat URL + IMPORTANT: change the Internal UUID */ + +@-moz-document url-prefix("moz-extension://2b51bd1f-a120-ea4b-9c78-2b21416143d8/") { + label, + h2, + body { + color: var(--primary-light-color) !important; + } + + textarea, + input { + -moz-appearance: none !important; + background: var(--mid-way-color) !important; + color: var(--primary-light-color) !important; + border: 1px solid var(--light-accent-color) !important; + padding: 5px 5px 5px 5px !important; + } + + a:link { + color: var(--primary-accent-color) !important; + } + + button { + background-color: var(--dark-accent) !important; + color: var(--primary-light-color) !important; + border-color: var(--light-accent-color) !important; + } + + button:hover { + background-color: var(--primary-dark-color) !important; + } +} /*! Alters the webextension NoScript IMPORTANT: change the Internal UUID */ diff --git a/userContent_imports.css b/userContent_imports.css index 6cf2388..a79ddd6 100644 --- a/userContent_imports.css +++ b/userContent_imports.css @@ -46,6 +46,7 @@ @import "userContent-files/webextension-tweaks/uMatrix.css"; @import "userContent-files/webextension-tweaks/brief.css"; @import "userContent-files/webextension-tweaks/vim_vixen.css"; +@import "userContent-files/webextension-tweaks/neat_url.css"; /* Import relevent website dark themes */