We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

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

자세히 살펴보기

Bookmarked Sites "Star" and Downloads Color Change V90.0

  • 6 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: Homer712

more options

Update installed taking Firefox to V90.0, and the colors of the bookmarked sites changed from blue to red, as well the downloads changed from blue to red. Not a big deal but I find the red a bit too bright. How do I change these back to blue? Thank you.

Update installed taking Firefox to V90.0, and the colors of the bookmarked sites changed from blue to red, as well the downloads changed from blue to red. Not a big deal but I find the red a bit too bright. How do I change these back to blue? Thank you.

선택된 해결법

Are you possibly using a red accent color in Windows as Firefox may take some colors from Windows ?

#star-button[starred] {
	fill-opacity: 1;
	fill: var(--toolbarbutton-icon-fill-attention);
}

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (6)

more options

This is unexpected. Everything is blue/white for me.

more options

Thought I'd add a graphic to show the "red" bookmark star. When downloading, the animation of the download is also "red." Again, not an issue, just curious.

글쓴이 Homer712 수정일시

more options

Possibly a result of this change?

https://bugzilla.mozilla.org/show_bug.cgi?id=1710082

https://phabricator.services.mozilla.com/D114602

"Make --toolbarbutton-icon-fill-attention the native accent color in High Contrast mode on Windows."

Mine is still blue, but I don't use High Contrast mode, so I guess that's expected.

more options

Also, if you want to change the icon colour back, you can do so with the Firefox Color extension. The relevant option is "Icons Attention" under "Advanced Colors".

more options

선택된 해결법

Are you possibly using a red accent color in Windows as Firefox may take some colors from Windows ?

#star-button[starred] {
	fill-opacity: 1;
	fill: var(--toolbarbutton-icon-fill-attention);
}

more options

I didn't have "High Contrast" set, but I did have the "Accent" color set to red. Setting it back to the Windows default made the bookmarked sites "star" and the downloads animation both go back to the blue they were prior to the V90.0 update. Strange it never happened with any other Firefox update, but at least I now know how to change it back if I want to. Thanks to everyone. Marking as solved.