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

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".

Tìm hiểu thêm

Firefox URL Bar Border Radius - too rounded now

  • 1 trả lời
  • 0 gặp vấn đề này
  • 150 lượt xem
  • Trả lời mới nhất được viết bởi Agent virtuel

Hi all,

I just updated from v143.0.3 to v145.0 and once again some small breakages in my userChrome.css have occurred.

Things have become too rounded, including tabs, the URL bar, and the chevron button.

I've solved the tabs radius issue with the .tab-background {} selector.

However, my URL bar now has rounded corners. I would like it to be square.

Please see the attached images for before & after views of my URL bar.

I have this code in place...

#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar
{ border: 1px solid #a1a6b5 !important; outline: none !important;   border-radius: 0px !important; }

I've also tried this as a standalone...

#urlbar-background {
  border-radius: 0px !important;
}

But the above has no effect, although it did previously.

Is there a new way to control the radius of the URL bar?

Also, my chevron button became too rounded. Is there a new way to control that as well?

Thanks.

Hi all, I just updated from v143.0.3 to v145.0 and once again some small breakages in my userChrome.css have occurred. Things have become too rounded, including tabs, the URL bar, and the chevron button. I've solved the tabs radius issue with the .tab-background {} selector. However, my URL bar now has rounded corners. I would like it to be square. Please see the attached images for before & after views of my URL bar. I have this code in place... #urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; } I've also tried this as a standalone... #urlbar-background { border-radius: 0px !important; } But the above has no effect, although it did previously. Is there a new way to control the radius of the URL bar? Also, my chevron button became too rounded. Is there a new way to control that as well? Thanks.
Đính kèm ảnh chụp màn hình

Tất cả các câu trả lời (1)

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.