transparency for uBO element picker fix #196

This commit is contained in:
overdodactyl 2018-10-03 10:14:14 -06:00
parent ce45809bad
commit efb92bbfa9
4 changed files with 1023 additions and 1023 deletions

View File

@ -936,7 +936,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
@-moz-document url-prefix(about:blank),
url-prefix(about:memory) {
html {
html:not(#ublock0-epicker) {
background: var(--in-content-page-background)!important
}
}

View File

@ -423,7 +423,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
@-moz-document url-prefix(about:blank),
url-prefix(about:memory) {
html {
html:not(#ublock0-epicker) {
background: var(--in-content-page-background)!important
}
}

2040
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -936,7 +936,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
@-moz-document url-prefix(about:blank),
url-prefix(about:memory) {
html {
html:not(#ublock0-epicker) {
background: var(--in-content-page-background)!important
}
}