Bug 1691257 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The tabs with information on troubleshooting, add-on manager, Account manager etc. is also affected.

These both prefs have to be __removed__ out of prefs.js, to get the content tabs with default backgrounds and button colors again:

user_pref("browser.display.background_color", "#000000");
user_pref("browser.display.document_color_use", 2);
The tabs with information on troubleshooting, add-on manager, Account manager etc. is also affected.

These both prefs have to be __removed__ out of prefs.js, to get the content tabs with default backgrounds and button colors again:

user_pref("browser.display.background_color", "#000000");
user_pref("browser.display.document_color_use", 2);
user_pref("browser.display.foreground_color", "#000000");
The tabs with information on troubleshooting, add-on manager, Account manager etc. is also affected.

These prefs have to be __removed__ out of prefs.js, to get the content tabs with default backgrounds and button colors again:

user_pref("browser.display.background_color", "#000000");
user_pref("browser.display.document_color_use", 2);
user_pref("browser.display.foreground_color", "#000000");

Back to Bug 1691257 Comment 1