Need help modding Firefox!


Recommended Posts

Hello!

I want to change the color of the text in the tabs. My text is pink (for some strange reason) while my Firefox-skin is blue. So I can't read the text on the tabs, showing what page I'm in. HOW do I do this?

I've tried adding:

/* Change color of normal tab text */
tab {
 ? color: white !important;
 ? min-width: 150px !important;
 ? width: 150px !important;
 ? max-width: 150px !important;
}

/* Change color of active tab text */
tab[selected="true"] {
 ? color: white !important;
 ? min-width: 150px !important;
 ? width: 150px !important;
 ? max-width: 150px !important;
}

...in my userChrome.css file. This doesn't work!

And then... I would like to change the font in the bookmarks on the bookmark toolbar. A little larger, and a little bolder. And white.

I would also like to have the "X" (close tab) on the left side of the tab (as in Safari). How do I change this?

Then, when I hover the mouse-pointer on the "X", a big box appears upon it. Can I remove this too?

I HAVE searched, but didn't find anything that worked. So pardon me for all these questions...

Hope someone can help m:)#33; :)

Link to comment
Share on other sites

/* Change text color of active tab */

tab[selected=true] {color: gray !important;}

/* Change text color of normal tabs */

tab {color: gray !important;}

tab:hover {color: gray !important;}

/* Tab while loading text color */

tab[busy] {color:gray !important;}

Substitute your color name for "gray", or use Hex name "#******".

Link to comment
Share on other sites

/* Change text color of active tab */

tab[selected=true] {color: gray !important;}

/* Change text color of normal tabs */

tab {color: gray !important;}

tab:hover {color: gray !important;}

/* Tab while loading text color */

tab[busy] {color:gray !important;}

Substitute your color name for "gray", or use Hex name "#******".

585776922[/snapback]

I've already tried that - and it will not work!!! I've tried #FFFFFF and "white", but still the damn text is purple.

Maybe I should mod in the .jar-file (the skin)? Is there a specific file I should look for?

Link to comment
Share on other sites

1. Which theme are you using?

2. Are you sure you are editing userChrome.css in your Application Data\Mozilla directory...not the one in Program Files\Mozilla firefox directory?

Link to comment
Share on other sites

1. Which theme are you using?

2. Are you sure you are editing userChrome.css in your Application Data\Mozilla directory...not the one in Program Files\Mozilla firefox directory?

585782757[/snapback]

1. I'm using this theme: http://www.deviantart.com/view/15583218/ (Yes, I still run 1.0PR, want this theme...)

2. I'm 110% sure I edit the userchrome.css file in my application data directory.

Here's the file: http://upl.silentwhisper.net/uplfolders/up.../userChrome.rar

Please, could you take a look?

Link to comment
Share on other sites

Well I just ran your userChrome.css with no color problems.

Suggest you try running the theme with no userChrome mods.

585783074[/snapback]

I tried now, without userChrome.css. Still purple, so I presume its the theme...

Do you, or anybody else, have an idea of how to change the color inside the theme? There's a lot of files there...

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.