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

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Natao arisiva ity resaka mitohy ity. Mametraha fanontaniana azafady raha mila fanampiana.

Remove border between tabbar and urlbar

  • 3 valiny
  • 0 manana an'ity olana ity
  • 186 views
  • Valiny farany nomen'i Terry
  • Natao arisiva

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.

All Replies (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...

Novain'i disqus4190 t@

The second line makes a consequential change to the margin.