Either edit your userChrome.css, or create a new file with these lines:
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
/* set default namespace to XUL */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Italicize title of tabs that haven't been selected. */
#content tab:not([selected]) {
font-style: italic !important;
}
Last updated on 2006-02-19 14:00:00 -0800, by Shalom Craimer
Back to Tech Journal