搜索 | 用户支持

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

Learn More

MenuBar Popup - Change Background for Mouse Hover Items

  • 1 个回答
  • 1 人有此问题
  • 25 次查看
  • 最后回复者为 Tarun Boyella

more options

Hi All -

I customized Menubar popup background using below code in userchrome.css file.

#menubar-items menu menupopup * {
  background-color: #f5f5dc !important;
  color: #000000 !important;
}

But the problem I have is the mouse hover background color for the menubar popup items is broken. Refer to attached to screenshot. As you can see mouse over for WINDOWS 10 background .. I expect blue color to be shown, But as you can see its kind of overwritten by above custom code color.

What code should I put in userchrome.css to change the background code, bold the text and change font color for mouse hover item in menubar popup items?

Hi All - I customized Menubar popup background using below code in userchrome.css file. <pre><nowiki>#menubar-items menu menupopup * { background-color: #f5f5dc !important; color: #000000 !important; }</nowiki></pre> But the problem I have is the mouse hover background color for the menubar popup items is broken. Refer to attached to screenshot. As you can see mouse over for WINDOWS 10 background .. I expect blue color to be shown, But as you can see its kind of overwritten by above custom code color. What code should I put in userchrome.css to change the background code, bold the text and change font color for mouse hover item in menubar popup items?
已附加屏幕截图

由cor-el于修改

所有回复 (1)

more options

Anyone has any pointers on this?