browser(firefox): do not use system colors for controls (#1838)
This commit is contained in:
parent
51b8685a8c
commit
846af74b05
|
|
@ -1 +1 @@
|
|||
1083
|
||||
1084
|
||||
|
|
|
|||
|
|
@ -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", "");
|
||||
|
|
|
|||
Loading…
Reference in a new issue