搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Change to userchrome border rendering 113

  • 2 回覆
  • 0 有這個問題
  • 13 次檢視
  • 最近回覆由 cor-el

more options

I just noticed that Windows Firefox version 113 changes how this userchrome border is rendered.

#TabsToolbar-customization-target {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: var(--tabs-border-color);
}

On my accidental airgapped machine running 112 the border is properly rendered as 1px. But on all my machines running 113 it's being rendered as 0.566667 which is rounded down to 0. I also noticed that my separators between the tabs seem to be thinner.

Before I try to counter it by setting my css to use 2px which is interpreted as 1.7 and rounded down to 1, can you please tell me WHAT is going on? Thanks.

P.S. My userchrome.css include much more than this, hence why it looks strange on a default profile, but the effects are still visible.

I just noticed that Windows Firefox version 113 changes how this userchrome border is rendered. <pre><nowiki>#TabsToolbar-customization-target { border-bottom-width: 1px; border-bottom-style: solid; border-color: var(--tabs-border-color); }</nowiki></pre><br> On my accidental airgapped machine running 112 the border is properly rendered as 1px. But on all my machines running 113 it's being rendered as 0.566667 which is rounded down to 0. I also noticed that my separators between the tabs seem to be thinner. Before I try to counter it by setting my css to use 2px which is interpreted as 1.7 and rounded down to 1, can you please tell me WHAT is going on? Thanks. P.S. My userchrome.css include much more than this, hence why it looks strange on a default profile, but the effects are still visible.
附加的畫面擷圖

由 cor-el 於 修改

所有回覆 (2)

more options

Since most replies to posts here are from ordinary users, you are unlikely to get that information. There is precious little information in the release notes linked below or in the so-called "developers' release notes". One thing I did notice is that a bug relating to outlines was allegedly fixed; it may be that in the process other outlines were changed.

https://www.mozilla.org/en-US/firefox/113.0.1/releasenotes/

more options

Note that it is possible that other rules are causing a problem if you have any rules for the Tab bar or the #navigator-toolbox.

Maybe try to add a margin-bottom.

由 cor-el 於 修改