Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

How do I move tab bar to just above window?

  • 2 wotmołwje
  • 20 ma tutón problem
  • 1 napohlad
  • Poslednja wotmołwa wot The_Dyce

more options

My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.

My Firefox has just automatically upgraded and the tab bar is now above the search bar. I want the tab bar just above the window but, despite using about:config and changing tab.bar.on.top. to false and restarting, it stubbornly refuses to move. Please advise. Thank you.

Wubrane rozrisanje

You can use any of the following add-ons.

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 }

Tutu wotmołwu w konteksće čitać 👍 5

Wšě wotmołwy (2)

more options

Wubrane rozrisanje

You can use any of the following add-ons.

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 }

more options

Thank you. I'll have a look at these later when I've time.