Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Remove border between tabbar and urlbar

  • 3 trả lời
  • 0 gặp vấn đề này
  • 28 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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...

Được chỉnh sửa bởi disqus4190 vào

more options

The second line makes a consequential change to the margin.