ubo logger #236
This commit is contained in:
parent
20a09c5b48
commit
5e6e96a51e
|
@ -14,6 +14,7 @@
|
||||||
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
|
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
|
||||||
url-prefix(chrome://),
|
url-prefix(chrome://),
|
||||||
url-prefix(about:),
|
url-prefix(about:),
|
||||||
|
url-prefix(file:),
|
||||||
url(https://www.mozilla.org/credits/),
|
url(https://www.mozilla.org/credits/),
|
||||||
url-prefix(https://addons.mozilla.org),
|
url-prefix(https://addons.mozilla.org),
|
||||||
url-prefix(http://addons.mozilla.org),
|
url-prefix(http://addons.mozilla.org),
|
||||||
|
|
|
@ -154,4 +154,4 @@ regexp(".*\\.(p|P)(d|D)(f|F).*") {
|
||||||
--end-indicator-for-updater-scripts: black;
|
--end-indicator-for-updater-scripts: black;
|
||||||
--dummy-variable-for-updater-scripys: black
|
--dummy-variable-for-updater-scripys: black
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -324,6 +324,22 @@
|
||||||
color: var(--in-content-page-color)!important
|
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") {
|
@-moz-document url-prefix("about:blank") {
|
||||||
aside {
|
aside {
|
||||||
background-color: var(--in-content-page-background)!important;
|
background-color: var(--in-content-page-background)!important;
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
|
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
|
||||||
url-prefix(chrome://),
|
url-prefix(chrome://),
|
||||||
url-prefix(about:),
|
url-prefix(about:),
|
||||||
|
url-prefix(file:),
|
||||||
url(https://www.mozilla.org/credits/),
|
url(https://www.mozilla.org/credits/),
|
||||||
url-prefix(https://addons.mozilla.org),
|
url-prefix(https://addons.mozilla.org),
|
||||||
url-prefix(http://addons.mozilla.org),
|
url-prefix(http://addons.mozilla.org),
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
|
@-moz-document url-prefix(https://discovery.addons.mozilla.org),
|
||||||
url-prefix(chrome://),
|
url-prefix(chrome://),
|
||||||
url-prefix(about:),
|
url-prefix(about:),
|
||||||
|
url-prefix(file:),
|
||||||
url(https://www.mozilla.org/credits/),
|
url(https://www.mozilla.org/credits/),
|
||||||
url-prefix(https://addons.mozilla.org),
|
url-prefix(https://addons.mozilla.org),
|
||||||
url-prefix(http://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
|
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") {
|
@-moz-document url-prefix("about:blank") {
|
||||||
aside {
|
aside {
|
||||||
background-color: var(--in-content-page-background)!important;
|
background-color: var(--in-content-page-background)!important;
|
||||||
|
|
Loading…
Reference in New Issue