搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Hidden Menu Item when Mouse Hovers on it.

  • 13 回覆
  • 2 有這個問題
  • 29 次檢視
  • 最近回覆由 overzeeggg

more options

The Menu Item when Mouse Hovers on it goes dark blue making the name unreadable.

The Menu Item when Mouse Hovers on it goes dark blue making the name unreadable.
附加的畫面擷圖

被選擇的解決方法

The issue was fixed with yesterday's update, yaaaay!

從原來的回覆中察看解決方案 👍 0

所有回覆 (13)

more options
more options

hello cor-el, I have tried over 20 different themes, closing FF then reopening it everytime. The situation is unchanged.

more options

Start Firefox in Troubleshoot Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration or userChrome.css is causing the problem.

  • switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Themes
  • do NOT click the "Refresh Firefox" button on the Troubleshoot Mode start window
more options

Hi cor-el, I'm afraid your suggestions do not give clear enough instructions.

more options

I ended up making a userChrome.css change to make the menu background back to a more light-grey. I use https://github.com/aris-t2/customcssforfx for my changes but the bit that affects the menu color is:

  /* Reset menu background to grey instead of dark blue */
  #main-menubar > menu[_moz-menuactive="true"] {
    background-color: rgba(207,207,216,.66) !important;
    color: currentColor !important;
  } /**/

But yeah, I get that dark blue menu color even with a clean profile.

more options

Very clever MarkRH, If it doesn't solve yours, it wont solve mine.

more options

I have the same issue, need a solution to this as it's driving me crazy lol Any chance some settings in about:config could be tweaked to get the color back to light gray as it used to be? As someone posted above, the issue persists with all themes, even a default FF one

more options

There seems to be an easy solution, wait for the next update and use another browser in the meantime. If that fails, wait for the next update.

more options

So there have been two updates since then, and none of them fixed the issue. I'm seriously considering ditching FF for Chrome now, it's an eyesore

more options

I'm not on Windows, so can't check what hover colors are used. You would have to check this with the Browser Toolbox.

Maybe check some CSS rules for _moz-menuactive in the source code:


I see that in some cases (panels) CSS variables are used by themes:

So you can possibly set these variables to another color.

root {
--panel-item-hover-bgcolor:  #rrggbb !important;
--panel-item-active-bgcolor: #rrggbb !important;

}

more options

If Mozilla are unable to cure the problem, there are other browsers.

more options

George Brown, I don't think they are unable, more like they don't care

more options

選擇的解決方法

The issue was fixed with yesterday's update, yaaaay!