proxy settings
This commit is contained in:
parent
48b261091e
commit
0cb6913015
|
@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
}
|
||||
}
|
||||
@-moz-document url-prefix(chrome://) {
|
||||
#ConnectionsDialogPane,
|
||||
#FontsDialogPane,
|
||||
#LanguagesDialogPane,
|
||||
.windowDialog,
|
||||
|
|
|
@ -403,6 +403,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
}
|
||||
}
|
||||
@-moz-document url-prefix(chrome://) {
|
||||
#ConnectionsDialogPane,
|
||||
#FontsDialogPane,
|
||||
#LanguagesDialogPane,
|
||||
.windowDialog,
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
}
|
||||
}
|
||||
@-moz-document url-prefix(chrome://) {
|
||||
#ConnectionsDialogPane,
|
||||
#FontsDialogPane,
|
||||
#LanguagesDialogPane,
|
||||
.windowDialog,
|
||||
|
|
Loading…
Reference in New Issue