MAC popup fix #155

This commit is contained in:
overdodactyl 2018-05-17 09:49:24 -06:00
parent 54f331e516
commit 2a22e66333
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,8 @@
@-moz-document url-prefix("moz-extension://@testpilot-containers/") {
#current-tab,
.column-panel-content,
.container-panel-row,
.userContext-wrapper,
html body div#container-panel.panel.container-panel {
background: var(--in-content-box-background)!important;
color: var(--in-content-page-color)!important

View File

@ -1756,6 +1756,8 @@ url-prefix("moz-extension://{e4a8a97b-f2ed-450b-b12d-ee082ba24781}/src/content/e
@-moz-document url-prefix("moz-extension://@testpilot-containers/") {
#current-tab,
.column-panel-content,
.container-panel-row,
.userContext-wrapper,
html body div#container-panel.panel.container-panel {
background: var(--in-content-box-background)!important;
color: var(--in-content-page-color)!important
@ -2180,6 +2182,10 @@ url-prefix("moz-extension://{e4a8a97b-f2ed-450b-b12d-ee082ba24781}/src/content/e
background: var(--warning-background-color)!important;
color: var(--warning-color)!important
}
.spoiler {
background-color: var(--in-content-box-background)!important;
border-color: var(--in-content-box-border-color)!important
}
}
/*! Alters the webextension uBlock Origin
IMPORTANT: change the Internal UUID */