Unlike Firefox, you can still close it by right clicking, which is pretty much the same idea as their right clicking and 'Unpin Tab' setting. I have close buttons on my tabs, like the rest of the known world since 2004, so this gets rid of that on the 'pinned' tab. As usual, this goes in userChrome.css below the namespace line -
Code: Select all
/*Franks Fake Pinned Tab for SeaMonkey...*/
tab[first-tab="true"] .tab-close-button, tab[first-tab="true"] .tab-text{
display:none !important;
}
tab[first-tab="true"]{
min-width: 0px !important;
max-width: 10px !important;}
