@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*on 120dpi TMP corrupts tab look with hover. Set to close button on all tabs (default) and use this script.
-Len*/

#content tab:not(:hover) .tab-close-button
{
	display: none !important;
}
