Difference between revisions of "Mozilla CSS Modifications"
From Indie IT Wiki
m (→userChrome.css) |
m (→Overview) |
||
Line 2: | Line 2: | ||
* https://www.userchrome.org/adding-style-recipes-userchrome-css.html | * https://www.userchrome.org/adding-style-recipes-userchrome-css.html | ||
+ | |||
+ | == Activate CSS Usage In Thunderbird == | ||
+ | |||
+ | Settings/Options/Preferences > Advanced > General > Config Editor > locate the following key: | ||
+ | |||
+ | toolkit.legacyUserProfileCustomizations.stylesheets | ||
+ | |||
+ | Set the above to true by double-clicking on the key. | ||
== userChrome.css == | == userChrome.css == |
Revision as of 14:57, 20 February 2023
Overview
Activate CSS Usage In Thunderbird
Settings/Options/Preferences > Advanced > General > Config Editor > locate the following key:
toolkit.legacyUserProfileCustomizations.stylesheets
Set the above to true by double-clicking on the key.
userChrome.css
Should contain the line:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);