white about:blank page fix #186
This commit is contained in:
parent
116ab64f2b
commit
9efb48080f
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue