Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla 도움말 검색

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

자세히 살펴보기

CSS for changing the color of the star in a highlighted row

  • 2 답장
  • 0 이 문제를 만남
  • 40 보기
  • 최종 답변자: Rick

more options

I would like to change the fill color and the outline color of stars in the message list when messages are starred and highlighted. (I have code already for stars when messages are starred and not highlighted.)

Does anyone know the right CSS code?

Many thanks for any help.

I would like to change the fill color and the outline color of stars in the message list when messages are starred and highlighted. (I have code already for stars when messages are starred and not highlighted.) Does anyone know the right CSS code? Many thanks for any help.

선택된 해결법

Based on this topic:

https://support.mozilla.org/gl/questions/1500833

the star colour for selected messages can be set with this css:

*|*:root .selected{
  --thread-pane-flag-fill: cyan !important;
  --thread-pane-flag-stroke: red !important;
}
문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (2)

more options

선택된 해결법

Based on this topic:

https://support.mozilla.org/gl/questions/1500833

the star colour for selected messages can be set with this css:

*|*:root .selected{
  --thread-pane-flag-fill: cyan !important;
  --thread-pane-flag-stroke: red !important;
}
more options

Thanks, sfhowes! I did not know how to refer to “selected”.

질문하기

글에 답글을 달기 위해서는 계정으로 로그인해야만 합니다. 계정이 아직 없다면 새로운 질문을 올려주세요.