
How do you move the Tabs bar back underneath the address bar (wihtout addon)?
So how have the developers fixed this glaring problem yet without requiring someone to use an add-on?
So how have the developers fixed this glaring problem yet without requiring someone to use an add-on?
所有回覆 (1)
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 }