본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

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

자세히 살펴보기

How can i change the color of the active tab and bookmark bar

  • 2 답장
  • 3 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

After a recent update from 38ESR to 45ESR, the active tab became extremely difficult to read. The tab became a light gray and I use white text, with a black background. How can I change the color of the tab myself? Is there something in about:config?

I do not want an addon.

After a recent update from 38ESR to 45ESR, the active tab became extremely difficult to read. The tab became a light gray and I use white text, with a black background. How can I change the color of the tab myself? Is there something in about:config? I do not want an addon.
첨부된 스크린샷

모든 댓글 (2)

more options

You can do this manually in userChrome.css. I could not find the right settings myself, the closest thing I got was http://www.bleepingcomputer.com/forums/t/124671/firefox-change-active-tab-color/:

/* Change color of active tab */ tab{ -moz-appearance: none !important; } tab[selected="true"] { background-color: rgb(255,203,0) !important; color: black !important; }

This changes the tab's *background* to yellow, but not the tab body; "black" is for the tab's text. There are newer or at least more recently posted iterations of the syntax, but I just can't find the setting for the tab body in 46.0.1 (I do realise you're on ESR, but I don't have ESR available).

more options

You can look at the CTR extension.

Look at the setting(s) in the CTR Options/Preferences here:

  • CTR Options > Toolbars (3)
  • CTR Options > Tabs (Tab colors & text)