Don’t use bold text on the active tab
Posted by admin on 16 Apr 2007 5:10 am. Filed under Tips & Tricks.
- If you don’t want the title of the active tab to be bold, add the following code to your userChrome.css file:
/* Make the active tab not bold */ tab[selected=”true”] { font-weight: normal !important; }