Thunderbird UI Mods...

Instructions on performing a task with current MX Linux versions by giving step-by-step instructions. User-generated and user-reviewed.
Message
Author
User avatar
CharlesV
Administrator
Posts: 8198
Joined: Sun Jul 07, 2019 5:11 pm

Thunderbird UI Mods...

#1 Post by CharlesV »

Thunderbird SuperNova 115 is pretty darn nice, and it incorporates a lot of cool new features including a pretty nice new look!

However, for those of us that prefer things like Window Title Bars, Application Menus at the TOP of the application and a few more eye candy things on applications... these mods put the world right again.

---- Show Window Title Bar
- Edit | Settings | General
- Scroll down to 'Language & Appearance' section & Window Layout
- uncheck the checkbox 'Hide system window titlebar' to make titlebar appear


---- Move Menu Bar above Unified Toolbar
- Edit | Settings | General
- Scroll to bottom and click on 'Config Editor' button
- In search type : legacy
and look for the line: toolkit.legacyUserProfileCustomizations.stylesheets
- Click on the far right arrow type icon to toggle from 'false' to 'TRUE'

- Back in Thunderbird
- Help | Troubleshooting Information
- in 'Application Basics' - Profile Folders - click on 'Open Folder'
A new window opens showing the contents of your profile name folder.
- Exit Thunderbird

-- Create a userChrome.css file
- In the 'profile name ' folder create a new folder named 'chrome'.
( important ! all lower case. )
- Create a text file named: userChrome.css
- Copy the following text and paste it into the file:

Code: Select all

@import url("chrome://messenger/content/unifiedtoolbar/unifiedToolbarWebextensions.css");

/* Position Menu Bar above Unified Toolbar */
#toolbar-menubar {
order: -1 !important;
}

- Save the file as 'userChrome.css'
- Start Thunderbird

Image

Edit: btw .. all this still works for TB 128 !!
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
Eadwine Rose
Administrator
Posts: 15399
Joined: Wed Jul 12, 2006 2:10 am

Re: Thunderbird UI Mods...

#2 Post by Eadwine Rose »

I also have these in the file I have stored, work in 140 (it recently made that version jump in the updates)

Code: Select all


@import url("chrome://messenger/content/unifiedtoolbar/unifiedToolbarWebextensions.css");

/* Thread pane - reduce min-height*/
#threadPane {
  min-height: 150px !important;
}
Change 150 to 130 for my system

Alternating mail thread rows

Code: Select all

/* Thread pane - alternating background colors*/
#threadTree tr:nth-child(odd) {
  background-color: #f8f8f8;
}
Calendar looks adjustments

Code: Select all

/* Calendar - highlight background selected*/
.calendar-month-day-box-current-month[selected="true"] {
  background-color: #ddeefe !important;
}

/* Calendar - highlight background today*/
.calendar-month-day-box-current-month[relation="today"] {
  background-color: #ddeefe !important;
}
MX-23.6_x64 July 31 2023 * 6.1.0-40amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
m_pav
Developer
Posts: 1916
Joined: Sun Aug 06, 2006 3:02 pm

Re: Thunderbird UI Mods...

#3 Post by m_pav »

Stated using TB before it reached version 1, and I'm still using the same datafile (upgraded of course)
If it helps with a more visual representation, here's the same userChrome.css as it appears in FeatherPad
TB_140-usrchrome.png
And below is my TB with blurring for privacy. Note the benefit of having a very old TB database and profile in use, I get to keep the icons and the text in the Menu Bar. I was really quick to get that userChrome.css in after TB nuked it with v115, same day IIRC.

Never once been able to get the icons and text since then for anyone and I've done hunderds. I have heard folk speak of betterbird though.

Image
You do not have the required permissions to view the files attached to this post.
Mike P

Regd Linux User #472293
(Daily) Lenovo T560, i7-6600U, 16GB, 2.0TB SSD, MX_ahs
(ManCave) AMD Ryzen 5 5600G, 32G, 8TB mixed, MX_ahs
(Spare)2017 Macbook Air 7,2, 8GB, 256GB SSD, MX_ahs

Post Reply

Return to “How Tos”