OK. I got it fixed.
Note to FF users, here's the fix:
1) Browse to your C:\Documents and Settings\[User]\Application Data\Mozilla\Firefox\Profiles\default\chrome\ Directory
2) Create a file named userChrome.css if it doesn't already exist
3) Add the following line to the file: (note: you don't need the namespace line if it's already there)
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http : // www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
(note: remove the spaces in URL above, I put space so Wincustomize wouldn't parse it)
/* Change color of normal tabs */
tab:not([selected="true"]) {
color: #D7BB81 !important;
}
/* Change status bar text color */
#status-bar {color: #D7BB81; !important; }
Here's the result: