about:config browser.tabs.closeWindowWithLastTab auf "false" stellen.
In die userChrome.css folgendes schreiben (bzw :userChrome.css vorerst anlegen in ...Data\profile\chrome) :
/* Add tab-close-button to last tab*/
.tabbrowser-tabs[closebuttons="alltabs"] >
.tabbrowser-tab > .tab-close-button {
display: -moz-box !important;
}
Gruß
Tom