Mozilla サポートの検索

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.

詳しく学ぶ

Turn off FF going dim when FF window is inactive (not in focus)

  • 2 件の返信
  • 0 人がこの問題に困っています
  • 35 回表示
  • 最後の返信者: George L. Yermulnik

more options

How do I turn this odd feature that dims FF bars when window loses focus? As of look of it only tabbar and toolbar are affected. I couldn't find anything relevant under "about:config". Also some tricks with CSS didn't work for me, maybe because I have custom chromeCSS that brings tabbar under bookmarksbar and applies other customization so that FF window looks like old good FF before they started to put everything on a single line in the bar. Thanks in advance.

How do I turn this odd feature that dims FF bars when window loses focus? As of look of it only tabbar and toolbar are affected. I couldn't find anything relevant under "about:config". Also some tricks with CSS didn't work for me, maybe because I have custom chromeCSS that brings tabbar under bookmarksbar and applies other customization so that FF window looks like old good FF before they started to put everything on a single line in the bar. Thanks in advance.

選ばれた解決策

Okay, so I managed to figure this out in my particular use case. This is what stops menu bar and tabs toolbar from fading when FF window loses focus:

  1. toolbar-menubar:-moz-window-inactive, #TabsToolbar:-moz-window-inactive {
       opacity: 1 !important;

}

Some report it worked for them with "*|*:root[tabsintitlebar] #titlebar:-moz-window-inactive" or "root[tabsintitlebar] #titlebar:-moz-window-inactive", though it didn't for me.

この回答をすべて読む 👍 0

すべての返信 (2)

more options

> How do I turn this odd feature

  • How do I turn this odd feature off

役に立ちましたか?

more options

選ばれた解決策

Okay, so I managed to figure this out in my particular use case. This is what stops menu bar and tabs toolbar from fading when FF window loses focus:

  1. toolbar-menubar:-moz-window-inactive, #TabsToolbar:-moz-window-inactive {
       opacity: 1 !important;

}

Some report it worked for them with "*|*:root[tabsintitlebar] #titlebar:-moz-window-inactive" or "root[tabsintitlebar] #titlebar:-moz-window-inactive", though it didn't for me.

役に立ちましたか?

質問する

投稿に返信するには あなたのアカウントにログイン する必要があります。まだアカウントをお持ちでなければ、新しい質問を開始 してください。