Stan wrote the following on 03-20-2011 11:34 AM:

I like the version where there is an X in each tab. Makes the most sense
and ease of use for me.

If there is only one tab open, the tab isn't supposed to be closed. This is the default behavior with the close button in Firefox and Thunderbird. That the close button was visible on a single open tab in prior versions was an oversight.

If you want to see the close button under all conditions, add this to userChrome.css:

/* display the close button on a single tab */
.tabbrowser-tab:only-child .seatabx-tab-close-button {
  display: -moz-box !important;
}

--
Regards,
CatThief

To reply privately, please PM me at MozillaZine
http://forums.mozillazine.org/ucp.php?i=pm&mode=compose&u=25774
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to