Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Remove border between tabbar and urlbar

  • 3 përgjigje
  • 0 e kanë hasur këtë problem
  • 195 parje
  • Përgjigjja më e re nga Terry
  • Arkivuar

Firefox 115.3.0 esr has a border between the tabbar and the urlbar, how to I remove it? I have tried border: none !important; in several locations in userChrome.css that I used for FF 102 esr and the border was removed.

Firefox 115.3.0 esr has a border between the tabbar and the urlbar, how to I remove it? I have tried border: none !important; in several locations in userChrome.css that I used for FF 102 esr and the border was removed.

Krejt Përgjigjet (3)

The following code removed a border which I had.

#nav-bar{
  box-shadow: none !important;
  margin: -3px !important;
   }

Wow Terry, that was fast and worked even after I remove the "margin: -3px !important;" - thank you very much and have a blessed day...

Ndryshuar nga disqus4190

The second line makes a consequential change to the margin.