From 5e6e96a51e65d0080cc2482e2eed3223b22fdb47 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sun, 10 Feb 2019 09:53:10 -0500 Subject: [PATCH] ubo logger #236 --- .../userContent_no_addons.css | 1 + css/common-files/color_variables.css | 2 +- .../webextension-tweaks/ublock_origin.css | 16 ++++++++++++++++ userChrome.css | 1 + userContent.css | 17 +++++++++++++++++ 5 files changed, 36 insertions(+), 1 deletion(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index dae94b3..a43eaa5 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -14,6 +14,7 @@ @-moz-document url-prefix(https://discovery.addons.mozilla.org), url-prefix(chrome://), url-prefix(about:), +url-prefix(file:), url(https://www.mozilla.org/credits/), url-prefix(https://addons.mozilla.org), url-prefix(http://addons.mozilla.org), diff --git a/css/common-files/color_variables.css b/css/common-files/color_variables.css index d53e871..c58c7f2 100644 --- a/css/common-files/color_variables.css +++ b/css/common-files/color_variables.css @@ -154,4 +154,4 @@ regexp(".*\\.(p|P)(d|D)(f|F).*") { --end-indicator-for-updater-scripts: black; --dummy-variable-for-updater-scripys: black } -} +} \ No newline at end of file diff --git a/css/userContent-files/webextension-tweaks/ublock_origin.css b/css/userContent-files/webextension-tweaks/ublock_origin.css index 0620d63..71ab912 100644 --- a/css/userContent-files/webextension-tweaks/ublock_origin.css +++ b/css/userContent-files/webextension-tweaks/ublock_origin.css @@ -324,6 +324,22 @@ color: var(--in-content-page-color)!important } } +@-moz-document url-prefix("moz-extension://uBlock0@raymondhill.net/logger-ui") { + .fa-icon>svg, + .ubo-icon>svg { + fill: var(--in-content-page-color)!important + } + .permatoolbar .button.active { + fill: var(--in-content-link-color)!important + } + #netInspector #filterInput > input { + background: var(--in-content-box-background)!important; + -moz-appearance: none + } + #netInspector #filterInput { + border-color: var(--in-content-box-border-color)!important + } +} @-moz-document url-prefix("about:blank") { aside { background-color: var(--in-content-page-background)!important; diff --git a/userChrome.css b/userChrome.css index ef4c232..faef102 100644 --- a/userChrome.css +++ b/userChrome.css @@ -14,6 +14,7 @@ @-moz-document url-prefix(https://discovery.addons.mozilla.org), url-prefix(chrome://), url-prefix(about:), +url-prefix(file:), url(https://www.mozilla.org/credits/), url-prefix(https://addons.mozilla.org), url-prefix(http://addons.mozilla.org), diff --git a/userContent.css b/userContent.css index 9d753e2..d1a3f17 100644 --- a/userContent.css +++ b/userContent.css @@ -14,6 +14,7 @@ @-moz-document url-prefix(https://discovery.addons.mozilla.org), url-prefix(chrome://), url-prefix(about:), +url-prefix(file:), url(https://www.mozilla.org/credits/), url-prefix(https://addons.mozilla.org), url-prefix(http://addons.mozilla.org), @@ -2757,6 +2758,22 @@ toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*=disabl color: var(--in-content-page-color)!important } } +@-moz-document url-prefix("moz-extension://uBlock0@raymondhill.net/logger-ui") { + .fa-icon > svg, + .ubo-icon > svg { + fill: var(--in-content-page-color)!important + } + .permatoolbar .button.active { + fill: var(--in-content-link-color)!important + } + #netInspector #filterInput > input { + background: var(--in-content-box-background)!important; + -moz-appearance: none + } + #netInspector #filterInput { + border-color: var(--in-content-box-border-color)!important + } +} @-moz-document url-prefix("about:blank") { aside { background-color: var(--in-content-page-background)!important;