搜尋 Mozilla 技術支援網站

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

Learn More

Suddenly i have thick yellow dotted lines in the menus of firefox when the respective window is active

  • 4 回覆
  • 1 有這個問題
  • 3 次檢視
  • 最近回覆由 cor-el

more options

Out of the blue while sorting my bookmarks, wierd thick yellow dotted lines appeared and surround now every active button i click on in my browser. I tried using a User Chrome.css which did exactly nothing. (Yes it is activated in the config and yes the chrome folders is spelled small and yes it also has the correct css ending). I have no clue why this suddenly appeared and also stayed that way after restarting. Is there any way to fix this ? I use windows10 64 bit and the latest firefox version

Out of the blue while sorting my bookmarks, wierd thick yellow dotted lines appeared and surround now every active button i click on in my browser. I tried using a User Chrome.css which did exactly nothing. (Yes it is activated in the config and yes the chrome folders is spelled small and yes it also has the correct css ending). I have no clue why this suddenly appeared and also stayed that way after restarting. Is there any way to fix this ? I use windows10 64 bit and the latest firefox version
附加的畫面擷圖

所有回覆 (4)

more options

That is the consequence of this bug report.

  • 1749712 - Make dotted focus rings 2px wide by default

See this thread about code for userChrome.css.


*|*:root {
 --default-focusring-width: 1px !important;
}

more options

okay i got the code to work, yet the dotted line is still yellow, is that normal ?

more options

You could try this.

#urlbar-background {
  border: none !important; outline: none !important; }
more options