This commit is contained in:
overdodactyl 2019-02-10 09:53:10 -05:00
parent 20a09c5b48
commit 5e6e96a51e
5 changed files with 36 additions and 1 deletions

View File

@ -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),

View File

@ -154,4 +154,4 @@ regexp(".*\\.(p|P)(d|D)(f|F).*") {
--end-indicator-for-updater-scripts: black;
--dummy-variable-for-updater-scripys: black
}
}
}

View File

@ -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;

View File

@ -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),

View File

@ -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;