browser.tabs.closeWindowWithLastTab to true.Then, add the following to
userChrome.css (via comment on Veera Sundar's blog):
.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;
}

0 comments:
Post a Comment