about:memory styling

This commit is contained in:
overdodactyl 2018-09-20 13:44:52 -06:00
parent ec58060eaf
commit 0d99944d51
3 changed files with 30 additions and 3 deletions

View File

@ -927,11 +927,20 @@ url-prefix(https://discovery.addons.mozilla.org) {
box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important
}
}
@-moz-document url-prefix(about:blank) {
@-moz-document url-prefix(about:blank),
url-prefix(about:memory) {
html {
background: var(--in-content-page-background)!important
}
}
@-moz-document url-prefix(about:memory) {
.legend,
.opsRowLabel,
.section,
.treeline {
color: var(--in-content-page-color)!important
}
}
@-moz-document url-prefix(chrome://) {
#ColorsDialogPane,
#ConnectionsDialogPane,

View File

@ -414,11 +414,20 @@ url-prefix(https://discovery.addons.mozilla.org) {
box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important
}
}
@-moz-document url-prefix(about:blank) {
@-moz-document url-prefix(about:blank),
url-prefix(about:memory) {
html {
background: var(--in-content-page-background)!important
}
}
@-moz-document url-prefix(about:memory) {
.legend,
.opsRowLabel,
.section,
.treeline {
color: var(--in-content-page-color)!important
}
}
@-moz-document url-prefix(chrome://) {
#ColorsDialogPane,
#ConnectionsDialogPane,

View File

@ -927,11 +927,20 @@ url-prefix(https://discovery.addons.mozilla.org) {
box-shadow: inset 0 -3px 0 0 var(--in-content-primary-button-background-hover)!important
}
}
@-moz-document url-prefix(about:blank) {
@-moz-document url-prefix(about:blank),
url-prefix(about:memory) {
html {
background: var(--in-content-page-background)!important
}
}
@-moz-document url-prefix(about:memory) {
.legend,
.opsRowLabel,
.section,
.treeline {
color: var(--in-content-page-color)!important
}
}
@-moz-document url-prefix(chrome://) {
#ColorsDialogPane,
#ConnectionsDialogPane,