Toolbar Text Color

Discussion of general topics about Mozilla Firefox
Post Reply
User avatar
Barkley Hound
Posts: 358
Joined: June 1st, 2006, 8:53 am

Toolbar Text Color

Post by Barkley Hound »

I an using a theme called Pastel Gradient because it has a good 3d effect on the active tab. What I don't like is the contrast between the text in the menus and the background. Is there a way to change the text colors?
morat
Posts: 6432
Joined: February 3rd, 2009, 6:29 pm

Re: Toolbar Text Color

Post by morat »

Try this:

Code: Select all

/* Firefox userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#navigator-toolbox {
  color: blue !important;
}
http://kb.mozillazine.org/UserChrome.css
User avatar
Barkley Hound
Posts: 358
Joined: June 1st, 2006, 8:53 am

Re: Toolbar Text Color

Post by Barkley Hound »

Thanks
Post Reply