How to delete the new tab buttin in Firefox 70 (css or otherwise)?
Firefox 70 added a new tab button to my installation. I had been using CSS that got rid of it nicely up to this point. But now it is showing up and I cannot figure out how to make it go away. This is what I had and which worked:
#TabsToolbar .tabs-newtab-button { display: none ! important }
Any ideas?
Isisombululo esikhethiwe
The following code should work:
#tabs-newtab-button { display:none !important; }
Hope this helps.
Funda le mpendulo ngokuhambisana nalesi sihloko 1Eminye Imininingwane Yohlelo
Fakela amapulagi
- Shockwave Flash 32.0 r0
Isisebenziso
- I-ejenti Engumsebenzisi: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Eminye Imininingwane
Isisombululo Esikhethiwe
The following code should work:
#tabs-newtab-button { display:none !important; }
Hope this helps.
Impendulo Ewusizo
Did you try to remove this button in customize mode (i.e. drag it off the Tab bar to the palette) ?
Umnikazi wombuzo
cor-el said
Did you try to remove this button in customize mode (i.e. drag it off the Tab bar to the palette) ?
When I go into customize mode the new tab button is not shown -- there is no way to drag it off.
Umnikazi wombuzo
Wesley Branton said
The following code should work:#tabs-newtab-button { display:none !important; }Hope this helps.
This works -- thanks very much.
If you open customize then the New Tab button should appear at the far right of the Tab bar. When you close customize mode then the plus button moves to the position right after the last tab.
Umnikazi wombuzo
You are right -- I can faintly make it out now that you point it out. The new tab button in customize mode is a dark featureless grey, and my titlebar is a deep blue, so it certainly is not easily visible.
Anyway the problem is solved.