tweaks.ffextensionguru.com |
| HOME | ALL TWEAKS |
DISPLAY TWEAKS | GENERAL TWEAKS |
TAB TWEAKS | TWEAKS HOME | CONTACT US |
|
Moving 'List All Tabs' Button Remove or move the location of the List All Tabs Button
With Firefox 2 came the options of changing where your close tab buttons were displayed along with tab-overflow and the List All Tabs buttons. By default the List All Tabs Button is on the right side of the tab bar. You can either move it to the left side of your tab bar or remove the button altogether. To move the List All Tabs Button to the left side, simply add these lines to your userChrome.css file located in your profile folder: .tabs-alltabs-stack {-moz-box-ordinal-group: 1
!important}
*Below Tweak does not
work with Firefox 3* .tabs-alltabs-stack { display: none !important;}
When you are done editing your userChrome.css file, close and restart Firefox and the changes should take effect right away. Source |