搜索 | 用户支持

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

详细了解

Background colors on Firefox browser

  • 3 个回答
  • 1 人有此问题
  • 13 次查看
  • 最后回复者为 Aashish Kumar

more options

How do I change Firefox Homepage background color? I need it to be other than white. I need the dropdown menus to be other than white also.

I have tried Firefox Color, Dark Themes, Options, etc.

I don't understand how to use Stylus or something like that.

The white hurts my eyes so severely that I refrain from using them.

I am using Windows 10 on a laptop.

How do I change Firefox Homepage background color? I need it to be other than white. I need the dropdown menus to be other than white also. I have tried Firefox Color, Dark Themes, Options, etc. I don't understand how to use Stylus or something like that. The white hurts my eyes so severely that I refrain from using them. I am using Windows 10 on a laptop.
已附加屏幕截图

所有回复 (3)

more options

Hi , there is a setting to make drop-down menus "stick open" until you press Esc if that would help: (1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk. (2) In the search box above the list, type or paste pop and pause while the list is filtered (3) Double-click the ui.popup.disable_autohide preference to switch the value from true to false What userChrome.css rules did you try? Perhaps try something along these lines (example screenshot attached):

  1. PlacesToolbarItems menupopup > hbox {
 color: blue !important;
 background: rgba(221, 238, 255, 0.3) none !important;

} That might not work in future versions due to changes in how bookmarks lists are displayed, but let's cross that bridge when we come to it. See also: https://www.userchrome.org/how-create-userchrome-css.html

more options

' Hi , there is a setting to make drop-down menus "stick open" until you press Esc if that would help:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste pop and pause while the list is filtered

(3) Double-click the ui.popup.disable_autohide preference to switch the value from true to false

What userChrome.css rules did you try? Perhaps try something along these lines (example screenshot attached):

  1. PlacesToolbarItems menupopup > hbox {
 color: blue !important;
 background: rgba(221, 238, 255, 0.3) none !important;

} That might not work in future versions due to changes in how bookmarks lists are displayed, but let's cross that bridge when we come to it. See also: https://www.userchrome.org/how-create-userchrome-css.html </blockquote>

more options

Hii

If you want to change the default page background color,

   Click the ≡ Menu Button and choose Options.
   Click the Content icon.
   Click the Colors button.
   Next to Background, click the swatch and pick a color.