Where is my first post?

User Help for Mozilla Thunderbird
Post Reply
Dello
Posts: 10
Joined: June 2nd, 2018, 12:08 am

Where is my first post?

Post by Dello »

Hi
I'm a new user of this forum. I posted my first topic a few days ago but it has not been approved.
I don't know where to contact the moderator.
Can someone help?
User avatar
trolly
Moderator
Posts: 39851
Joined: August 22nd, 2005, 7:25 am

Re: Where is my first post?

Post by trolly »

You used an old dead thread. So no one saw your post.
Think for yourself. Otherwise you have to believe what other people tell you.
A society based on individualism is an oxymoron. || Freedom is at first the freedom to starve.
Constitution says: One man, one vote. Supreme court says: One dollar, one vote.
Dello
Posts: 10
Joined: June 2nd, 2018, 12:08 am

Re: Where is my first post?

Post by Dello »

Thanks. Can you please provide the link for the area where I'm supposed to post?
User avatar
DanRaisch
Moderator
Posts: 127166
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Where is my first post?

Post by DanRaisch »

What is it that you want to post about? Are you having issues using Thunderbird? If so you can post in this thread and provide details of your installation and the problem you are having.
User avatar
trolly
Moderator
Posts: 39851
Joined: August 22nd, 2005, 7:25 am

Re: Where is my first post?

Post by trolly »

It was a thread about changing the color of the folder name using userChrome.css in TB. Last post 2003 if I remember right.
Think for yourself. Otherwise you have to believe what other people tell you.
A society based on individualism is an oxymoron. || Freedom is at first the freedom to starve.
Constitution says: One man, one vote. Supreme court says: One dollar, one vote.
Dello
Posts: 10
Joined: June 2nd, 2018, 12:08 am

Re: Where is my first post?

Post by Dello »

OK. I have managed to get to this point.
I have multiple accounts and I want to change the colour of two things when new mail arrives. (1) The account (2) The Inbox.
I have managed to get the account to change colour but can't do the same for the Inbox.
One reason may be that I have a pre-installed theme (TT DeepDark). I don't know.

***********************************************************************************

/* Change the color of account with new mail*/
#folderTree > treechildren::-moz-tree-cell-text(isServer-true, biffState-NewMail)
{color: #7FFFD4 !important; font-weight: bold !important; text-decoration: underline;}

/* Change the color of folder with new mail*/
treechildren::-moz-tree-cell-text(hasNewMessages-true)
{color: #7FFFD4 !important;}
User avatar
DanRaisch
Moderator
Posts: 127166
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Where is my first post?

Post by DanRaisch »

Moving (back) to Thunderbird Support.
Dello
Posts: 10
Joined: June 2nd, 2018, 12:08 am

Re: Where is my first post?

Post by Dello »

This seems to work if anyone's interested, through trial and error, may not be programmatically correct.

/* Change the color of account with new mail*/
#folderTree > treechildren::-moz-tree-cell-text(isServer-true, biffState-NewMail)
{color: #7FFFD4 !important; font-weight: bold !important; text-decoration: underline;}

/* Change the color of folder with new mail*/
treechildren::-moz-tree-cell-text(specialFolder-Inbox, newMessages-true)
{color: #7FFFD4 !important;}
Post Reply