How to Style the Application Title Bar Area?

User Help for Mozilla Thunderbird
Post Reply
ThunderStruck
Posts: 24
Joined: April 1st, 2019, 10:52 pm

How to Style the Application Title Bar Area?

Post by ThunderStruck »

For Thunderbird 60+, the very top of the application has a Title Bar. For example, if you're viewing the Inbox under Unified Folders, it reads "Inbox - Unified Folders". This is the area above the tabs area. How do I target and change the background color for this area? That area also has a bottom border applied as well. What syntax do I place in "userChrome.css" to remove that?
morat
Posts: 6405
Joined: February 3rd, 2009, 6:29 pm

Re: How to Style the Application Title Bar Area?

Post by morat »

As a test, try this:

Code: Select all

* { color: red !important; background-color: pink !important; }
I think it isn't possible to style the application title bar area.
User avatar
WaltS48
Posts: 5141
Joined: May 7th, 2010, 9:38 am
Location: Pennsylvania, USA

Re: How to Style the Application Title Bar Area?

Post by WaltS48 »

Aren't all applications title bars styled by the operating systems settings?
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630
Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
ThunderStruck
Posts: 24
Joined: April 1st, 2019, 10:52 pm

Re: How to Style the Application Title Bar Area?

Post by ThunderStruck »

That confirms it, then. The title bar area of the app can't be restyled.
morat wrote:I think it isn't possible to style the application title bar area.
WaltS48 wrote:Aren't all applications title bars styled by the operating systems settings?
Post Reply