/home/root/.mozilla/firefox/xxxxxxxx.default/chrome/userChrome.css
/* * Edit this file and copy it as userChrome.css into your * profile-directory/chrome/ */ /* * This file can be used to customize the look of Mozilla's user interface * You should consider using !important on rules which you want to * override default settings. */ /* * 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 */ /* Change menu padding */ menu{ padding-right:1px !important; padding-left:1px !important; padding-top:1px !important; padding-buttom:1px !important; margin:0 !important; } /* Change appearance of tabs */ tab{ -moz-appearance: none !important; padding-top:1px !important; padding-bottom:1px !important; margin:0 !important; } /* Change appearance of active tab */ tab[selected="true"] { background-color: #B0B0BE !important; color: blue !important; font-weight:bold !important; } /* Change appearance of inactive tabs */ tab:not([selected="true"]) { color: black !important; }