initial commit
This commit is contained in:
commit
def38e5438
2 changed files with 34 additions and 0 deletions
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# User Style Customizations for Thunderbird Supernova
|
||||||
|
|
||||||
|
|
||||||
|
Tweak the header pane subject and sender font to be a little smaller.
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
To enable:
|
||||||
|
|
||||||
|
**Settings > General** > scroll to bottom & select **Config Editor**
|
||||||
|
|
||||||
|
Search for `legacy`
|
||||||
|
|
||||||
|
Change `toolkit.legacyUserProfileCustomizations.stylesheets` to 'true'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
To find your profile folder launch the Thunderbird binary with the -P switch or look for it in the Thunderbird configuration folder.
|
||||||
|
|
||||||
|
On Linux it is under $HOME/.thunderbird/
|
||||||
|
|
||||||
|
Create 'chrome' directory in the profile folder and place `userChrome.css` in there.
|
11
userChrome.css
Normal file
11
userChrome.css
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
/* header pane subject style */
|
||||||
|
#expandedsubjectBox {
|
||||||
|
font-weight: 600 !important;
|
||||||
|
font-size: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* header pane sender address style */
|
||||||
|
.recipient-multi-line-address {
|
||||||
|
font-weight: 500 !important;
|
||||||
|
font-size: 14px !important;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue