How Do I Move My Tabs Back to Where I Had Them?
Hello. In Firefox version 28 and before, I had my tabs set up to look like this: http://oi47.tinypic.com/2q0sxf5.jpg
However, now that it's Firefox 29, my tabs now look like this: http://i.imgur.com/xAy22iT.png
How do I get my tabs back to looking like they did in the first picture? Would the Classic Theme Restorer talked about here: https://support.mozilla.org/en-US/kb/how-to-make-new-firefox-look-like-old-firefox be able to do that, or would I have to do it some other way? Or...is it even able to be done now?
All Replies (3)
You can use either of the following add-ons.
- https://addons.mozilla.org/firefox/addon/tabs-on-bottom/
- https://addons.mozilla.org/firefox/addon/classicthemerestorer/
If you don't want to install an add-on, put the following style in the userChrome.css file and restart Firefox. You can use the Stylish add-on instead, if you have it installed.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* The above line should appear only once in the file */ #TabsToolbar { -moz-box-ordinal-group: 99 !important }
@Moses: How would I go about doing it using/putting it in the stylish add-on? I already have Stylish downloaded for a previous style.
Does this one have a page on Userstyles?
You can go to the Stylish add-on settings, and click "Write New Style" then paste it in.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* The above line should appear only once in the file */ #TabsToolbar { -moz-box-ordinal-group: 99 !important }