Removing “Open new tab button” in firefox 3.5 • mozillaZine Forums
Is there to remove the new open new tab button that is to the right of tabs?I put this in my userChrome.css file:
Code: Select all
/* Tab bar: hide new tab button */
tabbrowser .tabs-newtab-button { display: none !important }Cah wrote:I’d also like to remove the tab list thing on the right side but I can’t figure out how to do it.
I didn’t have that one displayed when Firefox 3.5 first started up, so I assume it was hidden by this userChrome.css code:
Code: Select all
/* Tab bar: hide all tabs drop-down list */
.tabbrowser-strip *[class^="tabs-alltabs"] { display: none !important }
