white about:blank page fix #186

This commit is contained in:
overdodactyl 2018-09-04 07:48:08 -06:00
parent 116ab64f2b
commit 9efb48080f
3 changed files with 15 additions and 0 deletions

View File

@ -918,6 +918,11 @@ 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) {
html {
background: var(--in-content-page-background)!important
}
}
@-moz-document url-prefix(chrome://) {
#ColorsDialogPane,
#ConnectionsDialogPane,

View File

@ -414,6 +414,11 @@ 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) {
html {
background: var(--in-content-page-background)!important
}
}
@-moz-document url-prefix(chrome://) {
#ColorsDialogPane,
#ConnectionsDialogPane,

View File

@ -918,6 +918,11 @@ 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) {
html {
background: var(--in-content-page-background)!important
}
}
@-moz-document url-prefix(chrome://) {
#ColorsDialogPane,
#ConnectionsDialogPane,