Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Customising UI in 4beta2: hide new tab button

  • 1 Antwort
  • 16 haben dieses Problem
  • 4 Aufrufe
  • Letzte Antwort von cor-el

more options

Issue

I have another kind of problem with Firefox

Description

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

.tabs-newtab-button { display: none } but during overflow the new tab button again shows up. This may not be the right place for such questions, still i needed a solution

Firefox version

4.0b1

Operating system

Windows 7

User Agent

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

Plugins installed

  • -Shockwave Flash 10.1 r53
  • 4.0.50524.0
  • Adobe PDF Plug-In For Firefox and Netscape "9.3.3"
== Issue == I have another kind of problem with Firefox == Description == I want to know how to hide the new tab button especially when (to be specific) tabs[[overflow="true"] I have tried to modify this code: <code>.tabs-newtab-button { display: none }</code> but during overflow the new tab button again shows up. This may not be the right place for such questions, still i needed a solution == Firefox version == 4.0b1 == Operating system == Windows 7 == User Agent == Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:2.0b1) Gecko/20100630 Firefox/4.0b1 == Plugins installed == *-Shockwave Flash 10.1 r53 *4.0.50524.0 *Adobe PDF Plug-In For Firefox and Netscape "9.3.3"

Ausgewählte Lösung

Try: #new-tab-button, .tabs-newtab-button { display: none; } You can also drag the new tab button back in the Customize window (View > Toolbars > Customize)

Diese Antwort im Kontext lesen 👍 2

Alle Antworten (1)

more options

Ausgewählte Lösung

Try: #new-tab-button, .tabs-newtab-button { display: none; } You can also drag the new tab button back in the Customize window (View > Toolbars > Customize)