Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Remove border between tabbar and urlbar

  • 3 odpowiedzi
  • 0 osób ma ten problem
  • 25 wyświetleń
  • Ostatnia odpowiedź od Terry

more options

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.

Wszystkie odpowiedzi (3)

more options

The following code removed a border which I had.

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

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

Zmodyfikowany przez disqus4190 w dniu

more options

The second line makes a consequential change to the margin.