flash caused by vim vixen fix #224
This commit is contained in:
parent
657bb069e0
commit
932d7e9462
|
@ -974,7 +974,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:blank) {
|
||||
html > body:empty {
|
||||
html > body:empty:not(.vimvixen-console) {
|
||||
background-color: var(--in-content-page-background)!important;
|
||||
margin: 0!important
|
||||
}
|
||||
|
|
|
@ -428,7 +428,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:blank) {
|
||||
html > body:empty {
|
||||
html > body:empty:not(.vimvixen-console) {
|
||||
background-color: var(--in-content-page-background)!important;
|
||||
margin: 0!important
|
||||
}
|
||||
|
|
|
@ -974,7 +974,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
}
|
||||
}
|
||||
@-moz-document url-prefix(about:blank) {
|
||||
html > body:empty {
|
||||
html > body:empty:not(.vimvixen-console) {
|
||||
background-color: var(--in-content-page-background)!important;
|
||||
margin: 0!important
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue