proxy settings

This commit is contained in:
overdodactyl 2018-03-16 17:09:23 -06:00
parent 48b261091e
commit 0cb6913015
4 changed files with 4 additions and 1 deletions

View File

@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
}
@-moz-document url-prefix(chrome://) {
#ConnectionsDialogPane,
#FontsDialogPane,
#LanguagesDialogPane,
.windowDialog,

View File

@ -403,6 +403,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
}
@-moz-document url-prefix(chrome://) {
#ConnectionsDialogPane,
#FontsDialogPane,
#LanguagesDialogPane,
.windowDialog,

View File

@ -47,7 +47,7 @@ gulp.task('userChrome', function() {
return gulp.src(['css/common-files/*.css', 'css/userChrome-files/*.css'])
.pipe(concatCss('userChrome.css'))
.pipe(gulp.dest('.'));
}));
});
/* Minify final user files */
gulp.task('minify_final', function() {

View File

@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
}
}
@-moz-document url-prefix(chrome://) {
#ConnectionsDialogPane,
#FontsDialogPane,
#LanguagesDialogPane,
.windowDialog,