browser(firefox): do not use system colors for controls (#1838)

This commit is contained in:
Pavel Feldman 2020-04-16 18:13:53 -07:00 committed by GitHub
parent 51b8685a8c
commit 846af74b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
1083
1084

View File

@ -3,6 +3,9 @@
// Use light theme by default.
pref("ui.systemUsesDarkTheme", 0);
// Do not use system colors - they are affected by themes.
pref("ui.use_standins_for_native_colors", true);
pref("dom.push.serverURL", "");
pref("services.settings.server", "");
pref("browser.safebrowsing.provider.mozilla.updateURL", "");