changing focused button text color

User Help for Mozilla Thunderbird
Post Reply
reg41post
Posts: 31
Joined: September 23rd, 2008, 5:41 pm

changing focused button text color

Post by reg41post »

this is for linux, gtk2, thunderbird 45.8.0.

I've searched and have tried a million little snippets in userChrome.css but can't figure out how to change just the text color once the button graphic appears.

as you can see, when I hover over one its appearance changes but it retains the menu text color which for a dark theme makes it kind of unreadable:

can someone tell me how to change only its text color to black or a darker color without affecting anything else?

Edited by moderator (tanstaafl) to remove the links to the images since they were apparently automatically replaced by ads for that site.
reg41post
Posts: 31
Joined: September 23rd, 2008, 5:41 pm

Re: changing focused button text color

Post by reg41post »

replacement screenshots, I guess the other host was only for a day or something :)

Image

Image
User avatar
tanstaafl
Moderator
Posts: 49647
Joined: July 30th, 2003, 5:06 pm

Re: changing focused button text color

Post by tanstaafl »

I suspect you need to figure out the window name using the DomInspector add-on.

https://addons.mozilla.org/en-US/thunde ... src=search
morat
Posts: 6432
Joined: February 3rd, 2009, 6:29 pm

Re: changing focused button text color

Post by morat »

Try this:

Code: Select all

#qfb-show-filter-bar[checked="true"]
{ color: red !important; }
Thunderbird 45
http://dxr.mozilla.org/comm-esr45/searc ... ar+ext:css
Post Reply