initial fixes to new uBO logger - more to come #236
This commit is contained in:
parent
693dcfb7a9
commit
5e1f3f5090
|
@ -297,6 +297,35 @@
|
||||||
li.listEntry span.obsolete {
|
li.listEntry span.obsolete {
|
||||||
color: var(--warning-color)!important
|
color: var(--warning-color)!important
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
fill: var(--in-content-page-color)!important
|
||||||
|
}
|
||||||
|
input[type=text] {
|
||||||
|
background: var(--tone-6)!important;
|
||||||
|
color: var(--in-content-page-color)!important;
|
||||||
|
border: none!important
|
||||||
|
}
|
||||||
|
#modalOverlay > div > div:nth-of-type(1),
|
||||||
|
#modalOverlay > div > div:nth-of-type(2) {
|
||||||
|
background-color: var(--tone-9)!important
|
||||||
|
}
|
||||||
|
#modalOverlay > div > div:nth-of-type(2) svg {
|
||||||
|
stroke: var(--tone-4)!important
|
||||||
|
}
|
||||||
|
#modalOverlay > div > div:nth-of-type(2):hover svg {
|
||||||
|
stroke: var(--tone-1)!important
|
||||||
|
}
|
||||||
|
#netInspector #filterExprPicker {
|
||||||
|
background-color: var(--in-content-box-background)!important;
|
||||||
|
color: var(--tone-4)!important;
|
||||||
|
border-color: var(--in-content-box-border-color)!important
|
||||||
|
}
|
||||||
|
#domInspector ul {
|
||||||
|
background-color: var(--in-content-page-background)!important
|
||||||
|
}
|
||||||
|
#domInspector li > span:first-child {
|
||||||
|
color: var(--in-content-page-color)!important
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@-moz-document url-prefix("about:blank") {
|
@-moz-document url-prefix("about:blank") {
|
||||||
aside {
|
aside {
|
||||||
|
|
|
@ -2730,6 +2730,35 @@ toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*=disabl
|
||||||
li.listEntry span.obsolete {
|
li.listEntry span.obsolete {
|
||||||
color: var(--warning-color)!important
|
color: var(--warning-color)!important
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
fill: var(--in-content-page-color)!important
|
||||||
|
}
|
||||||
|
input[type=text] {
|
||||||
|
background: var(--tone-6)!important;
|
||||||
|
color: var(--in-content-page-color)!important;
|
||||||
|
border: none!important
|
||||||
|
}
|
||||||
|
#modalOverlay > div > div:nth-of-type(1),
|
||||||
|
#modalOverlay > div > div:nth-of-type(2) {
|
||||||
|
background-color: var(--tone-9)!important
|
||||||
|
}
|
||||||
|
#modalOverlay > div > div:nth-of-type(2) svg {
|
||||||
|
stroke: var(--tone-4)!important
|
||||||
|
}
|
||||||
|
#modalOverlay > div > div:nth-of-type(2):hover svg {
|
||||||
|
stroke: var(--tone-1)!important
|
||||||
|
}
|
||||||
|
#netInspector #filterExprPicker {
|
||||||
|
background-color: var(--in-content-box-background)!important;
|
||||||
|
color: var(--tone-4)!important;
|
||||||
|
border-color: var(--in-content-box-border-color)!important
|
||||||
|
}
|
||||||
|
#domInspector ul {
|
||||||
|
background-color: var(--in-content-page-background)!important
|
||||||
|
}
|
||||||
|
#domInspector li > span:first-child {
|
||||||
|
color: var(--in-content-page-color)!important
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@-moz-document url-prefix("about:blank") {
|
@-moz-document url-prefix("about:blank") {
|
||||||
aside {
|
aside {
|
||||||
|
|
Loading…
Reference in New Issue