Mozilla 도움말 검색

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

Learn More

The tab bar fades when the window is not focused, and other unwelcome changes with a new update.

  • 1 답장
  • 0 이 문제를 만남
  • 37 보기
  • 최종 답변자: zeroknight

more options

I have some new issues after a recent update.

The tab bar fades when the window isn't focused. I certainly didn't have it set to do that before, and I have had no luck finding the setting for it. Tell me what the setting is?

Another I'd like to know the setting for, is the behavior of the address bar. It used to always be white, and now it's gray unless I'd entering something in it. I'd like to switch the setting back to the other way.

I've tried hunting for the settings for these things, but it has not been intuitive for me, and I guess I keep overlooking the pertinent settings somehow. Please tell me what parts of the settings page, or what about:config entries, will get things put back as I had them?

I have some new issues after a recent update. The tab bar fades when the window isn't focused. I certainly didn't have it set to do that before, and I have had no luck finding the setting for it. Tell me what the setting is? Another I'd like to know the setting for, is the behavior of the address bar. It used to always be white, and now it's gray unless I'd entering something in it. I'd like to switch the setting back to the other way. I've tried hunting for the settings for these things, but it has not been intuitive for me, and I guess I keep overlooking the pertinent settings somehow. Please tell me what parts of the settings page, or what about:config entries, will get things put back as I had them?

모든 댓글 (1)

more options

You can stop the titlebar from fading for inactive windows with the following userChrome.css:

#main-window {
  --inactive-titlebar-opacity: 1.0 !important;
}


Paste it into a text file and save it to <profile>/chrome/userChrome.css. Change toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config then restart the browser.

도움이 되셨습니까?

질문하기

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