FireFox 3.5 – Close Tab Button
If you are a loyal FireFox user then, this may be of interest to you! If you have noticed, in the recent release of FireFox i.e. version 3.5, there’s no close button on the first/last tab. It may happen that you don’t care about such ‘small’ things. But for me it was quite annoying. How can the FireFox team make such a major change? Anyway, if you are one of those who ‘don’t care’ then the post doesn’t have much in store for you, rather nothing in store for you. But if you are like me and are already annoyed with the change then read on… today is your day! At the end of the post your problem will vanish in thin air!
Download the following add-on and restart your FireFox.. that’s it.. its done.
Furthermore, if you are a hardcore programmer and don’t want to use an add-on then just add the following code to your UserChrome.css file..
.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;
}
If you still haven’t downloaded FireFox, download it N-O-W!!
Sources: Mozilla Links and dslreports