搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Hidden Menu Item when Mouse Hovers on it.

  • 13 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 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!