Can't add edit chrome.css for Thunderbird

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mountainhick

Can't add edit chrome.css for Thunderbird

Post by mountainhick »

i want to mod T-bird to get rid of the tab bar. I am running mint xfce on a wee little netbook, and every extra toolbar takes up much needed space.

I found this: http://forums.mozillazine.org/viewtopic.php?p=7883365

I checked show hidden files but did not find a Chrome.css file, just the thunderbird file under etc folder with a syspref.js file.

I opened gedit and tried to save a new file in this folder as advised by Andy in the above thread

"How 'bout this in userChrome.css?

Code: Select all
.tabmail-tabs {
display: none !important;
}
"


Gedit would not let me save the file in that folder



Thoughts?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mountainhick

Re: Can't add edit chrome.css for Thunderbird

Post by mountainhick »

Anyone?

Is there a way to get permission from Linux Mint for Gedit to add a chrome css file to Thunderbird?
User avatar
martywd
Level 3
Level 3
Posts: 147
Joined: Sun May 08, 2011 10:35 am
Location: TX

Re: Can't add edit chrome.css for Thunderbird

Post by martywd »

mountainhick wrote:...
I found this: http://forums.mozillazine.org/viewtopic.php?p=7883365

I checked show hidden files but did not find a Chrome.css file, just the thunderbird file under etc folder with a syspref.js file.
That URL you included is from 2009. And. In a few quick searches for config info for 'userChrome.css' etc. ... all the results are also circa 2008-2009.

While some users with 'old' Firefox / Thunderbird profiles that have been move from machine to machine over time may still have 'userChrome.css', 'userChrome-example.css', 'userContent-example.css' in their '../cache' directory, I don't think that current Firefox / Thunderbird use the userChrome.css config file(s) any longer?
.
mountainhick

Re: Can't add edit chrome.css for Thunderbird

Post by mountainhick »

Hmm, OK.

That sucks.

Thanks for the reply.
littlewebwagon

Re: Can't add edit chrome.css for Thunderbird

Post by littlewebwagon »

Here is how to add userChrome.css to Thunderbird or Firefox:

http://littlewebwagon.net/mint.html
alamy

Re: Can't add edit chrome.css for Thunderbird

Post by alamy »

In my case http://littlewebwagon.net/mint.html was good, but I had to name the file userContent.css instead of userChrome.css to make it work.
Thanks to the topic in https://getsatisfaction.com/mozilla_mes ... erbird_3_0
fort that.

I use the setting:
body {
-moz-transform: scale(1.2);
-moz-transform-origin:left top;
}

Thanks!
Locked

Return to “Software & Applications”