text in tabs?

Discussion of general topics about Mozilla Firefox
Post Reply
lnguyen
Posts: 18
Joined: November 15th, 2002, 1:46 pm

text in tabs?

Post by lnguyen »

can the text be editted (color mainly)? I'm using the e-platino style for xp, and the black on dark tabs just isn't working.

Linh
User avatar
tpr
Posts: 15
Joined: November 5th, 2002, 1:29 pm
Location: Rovaniemi, Finland
Contact:

Re: text in tabs?

Post by tpr »

lnguyen wrote:can the text be editted (color mainly)? I'm using the e-platino style for xp, and the black on dark tabs just isn't working.

Hmm, you can edit your theme's files. There is somewhere a setting for that. Maybe user.css or something.
User avatar
laszlo
Posts: 5225
Joined: November 4th, 2002, 6:13 pm
Location: .de
Contact:

Post by laszlo »

Copy "userChrome-example.css" in your profile/chrome dir to "userChrome.css" and add the following:

Code: Select all

tab {
  color: #fff !important;
}

Instead of pure white you could also use one of these values (which your theme should've done already if it's configured to change the background color with the system, btw.).
Post Reply