From 0cb69130154b6577c446542a6d6a8542b6444776 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Fri, 16 Mar 2018 17:09:23 -0600 Subject: [PATCH] proxy settings --- alternative_user_files/userContent_no_addons.css | 1 + css/userContent-files/about_pages.css | 1 + gulpfile.js | 2 +- userContent.css | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/alternative_user_files/userContent_no_addons.css b/alternative_user_files/userContent_no_addons.css index 95b407c..dd02869 100644 --- a/alternative_user_files/userContent_no_addons.css +++ b/alternative_user_files/userContent_no_addons.css @@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(chrome://) { + #ConnectionsDialogPane, #FontsDialogPane, #LanguagesDialogPane, .windowDialog, diff --git a/css/userContent-files/about_pages.css b/css/userContent-files/about_pages.css index 9b0bdb0..8247a05 100644 --- a/css/userContent-files/about_pages.css +++ b/css/userContent-files/about_pages.css @@ -403,6 +403,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(chrome://) { + #ConnectionsDialogPane, #FontsDialogPane, #LanguagesDialogPane, .windowDialog, diff --git a/gulpfile.js b/gulpfile.js index bad4250..3b8f02c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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() { diff --git a/userContent.css b/userContent.css index 509b598..05885e7 100644 --- a/userContent.css +++ b/userContent.css @@ -603,6 +603,7 @@ url-prefix(https://discovery.addons.mozilla.org) { } } @-moz-document url-prefix(chrome://) { + #ConnectionsDialogPane, #FontsDialogPane, #LanguagesDialogPane, .windowDialog,