Re: Firefox 3.7 Design
Posted: Mon Aug 03, 2009 11:03 am
Even with tabs, to be honest, I think there are now too many ways:
1. File => New Tab
2. Ctrl + t
3. Add a "New Tab" button to your tool bar, and click it
4. Double Click in blank area next to tabs
5. Click "+" sign for new tab
Isn't this a bit redundant? Methods 1, 2, 3, and 4, works in Firefox, Mozilla, Konqueror, 1 and two also work in everything else. Only IE saw the need for a weird new-tab button. It's not totally not useful, but it's rather redundant.
By the way, you can hide it like so:
1. File => New Tab
2. Ctrl + t
3. Add a "New Tab" button to your tool bar, and click it
4. Double Click in blank area next to tabs
5. Click "+" sign for new tab
Isn't this a bit redundant? Methods 1, 2, 3, and 4, works in Firefox, Mozilla, Konqueror, 1 and two also work in everything else. Only IE saw the need for a weird new-tab button. It's not totally not useful, but it's rather redundant.
By the way, you can hide it like so:
Code: Select all
/* Tab bar: hide new tab button */
tabbrowser .tabs-newtab-button { display: none !important }