Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Тази тема беше затворена и архивирана. Моля, задайте нов въпрос ако имате нужда от помощ.

I prefered the style of Firefox before v57.0 update, is it possible to change it back?

  • 9 отговора
  • 12 имат този проблем
  • 1 изглед
  • Последен отговор от FrankCo

more options

I just updated to v57.0 and honestly I hate the look of the flat tabs. I prefer the rounded tabs. Is there a way to customize the appearance or roll back the version I'm using?

I just updated to v57.0 and honestly I hate the look of the flat tabs. I prefer the rounded tabs. Is there a way to customize the appearance or roll back the version I'm using?

Избрано решение

hi, if you prefer curved tabs you could take a look at this userChrome.css: https://github.com/wilfredwee/photon-australis

Прочетете този отговор в контекста 👍 2

Всички отговори (9)

more options

Избрано решение

hi, if you prefer curved tabs you could take a look at this userChrome.css: https://github.com/wilfredwee/photon-australis

more options
more options

Thank you guys. Out of curiosity since this is done with code are there limits to the customization? Or is it whatever you can imagine like Rainmeter?

more options

This works very nicely.

But my userChrome.css is getting big and ugly. Is it possible to have <include> files in a .css file?

more options

There's no include, but @import url(); should work.

more options

Boy, they don't make it easy do they :)

Anyway, I have tried

  @import url("./curvedtabs.css");

at the end of my userChrome.css file and it does NOT work. The file "curvedtabs.css" is in the same directory as userChrome.css.

Any other suggestions?

more options

Mellobob said

@import url("./curvedtabs.css");

Could you try placing it on the top line (above any namespace(s) you may be using) as:

@import url("curvedtabs.css");
more options

Hey, you win the prize (whatever that might have been!). There was a namespace command in userChrome and moving the tab file to the top works perfectly.

Thanks so much!

more options

Have a look at the below image. If would like Quantum to look like that, see https://github.com/FrankConijn/Firefox-Quantum-Rounded-Tabs.