Removing the "List all tabs" button

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
Paradox52525
Posts: 1219
Joined: April 23rd, 2003, 9:13 am
Location: Middle of nowhere
Contact:

Removing the "List all tabs" button

Post by Paradox52525 »

If you have your tabs set to shrink rather than overflow offscreen there's no real point to having this button, so since I haven't seen it posted yet, here's how to get rid of it (this goes in userChrome.css):

/* Disable "List all Tabs" Button */
.tabs-alltabs-button {
display: none !important;
}

/* Disable Container box for "List all Tabs" Button */
.tabs-alltabs-box {
display: none !important;
}
Post Reply