Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Remove border between tabbar and urlbar

  • 3 Antworten
  • 0 haben dieses Problem
  • 28 Aufrufe
  • Letzte Antwort von 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.

Alle Antworten (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...

Geändert am von disqus4190

more options

The second line makes a consequential change to the margin.