White font in Firefox.

Hi I noticed this a while ago but just lived with it. Now I am tired of it. There is a white font in the bookmarks (see pic) and I can't change it to black. I searched about this here but couldn't really find anything helpful. Thanks.

http://www.aqua-soft.org/board/%5BURL=http...MG%5D%5B/URL%5Dwhite8my.th.jpg

#378711

seeing that you are using wb, try restarting your computer, works for me

#378714

It's in the skin. I figured two ways to do it... edit the skin in SkinStudio to change the "windows clasic colors"

Or manually change the windows Classic Colors in Display Properties. Under Advanced Settigns (the place where you change icon size, there is a setting that allows you to change the colors of the "Classic" look that applies underneath WindowBlinds...

Unless somebody has something easier, that is all I have to offer.

#378715

You could edit your userchrome file.

menupopup, popup {

color: #000 !important;

}

#378742

No dice. I tried all the suggestions but nothing worked, here is my userchrome file:

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



}



tab {

font-family: lucida grande, MingLiu !important;

font-size: 11px !important;

}



.bookmark-item > .toolbarbutton-text {

font-size: 11px !important;

color: #000 !important;

}



menupopup, popup {

color: #000 !important;

}

#378823

I've had the same problem with some themes. Here's my code in userchrome:

menupopup, popup {

background-color: #444444 !important;

background-image: url(menu-officexp.png) !important;

background-repeat: repeat-y !important;

}

Doesn't really change the font color, it changes the bg color.

Works for me just fine :)

#378829

Thanks, the last comment worked. Thanks again.

zero

#380042

added that to my userchrome,,worked great. thanks strija!!!

#380056

no problem :)

#380081