Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 4 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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