Odi's astoundingly incomplete notes
New entries | CodeGrey background in Firefox 46, Thunderbird 52
Firefox 46 and Thunderbird 52 have enabled GTK3 support on Linux. This affects the default background color of web pages that don't specify it. To resolve it, put a custom CSS into your profile folder.
~.mozilla/firefox/*.default/chrome/userContent.css:
~.thunderbird/*.default/chrome/userContent.css:
~.mozilla/firefox/*.default/chrome/userContent.css:
~.thunderbird/*.default/chrome/userContent.css:
body { background-color: white; }GTK3 also affects scrollbar behaviour and the size of form elements.
Thanks mate ! That is a nice tweak !
Add comment