Customization of the user interface in 4beta2: hide the button new tab

Question

I have another type of problem with Firefox

Description

I want to know how to hide the button new tab especially when (be precise)
tabs [[overflow = "true"]
I tried to change this code:

.tabs-newtab-button {
display: none
}

but during overflow the new tab button appears again.
Maybe this isn't the right place for these issues, I still need a solution

Version of Firefox

4.0b1

Operating system

Windows 7

User Agent

Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; B 1 RV:2.0) Gecko/Firefox/4.0b1 20100630

Plugins installed

  • -Shockwave Flash 10.1 r53
  • 4.0.50524.0
  • Adobe PDF plugin for Firefox and Netscape "9.3.3.

Try:
#new-tab-button, .tabs-newtab-button {
display: none;
}

You can also drag the new tab button in the window customize (view > toolbars > customize)

Tags: Firefox

Similar Questions

Maybe you are looking for