/* Add tab-close-button to last tab*/
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab >
.tab-close-button { 
	display: -moz-box !important;
	}
.tabbrowser-tabs:not ([closebuttons="noclose"]):not ([closebuttons="closeatend"]) >
.tabbrowser-tab[selected="true"] > .tab-close-button { display: -moz-box !important; } 