Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 baphendule
  • 0 zinale nkinga
  • 22 views
  • Igcine ukuphendulwa ngu 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?

All Replies (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.

Helpful?

Buza umbuzo

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.