Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Right-click menu white text and gray background

  • 1 resposta
  • 1 tem este problema
  • 3 visualizações
  • Última resposta de yogyta kalwar

more options

Problem: right-click menu text is white (disabled menu item is gray) and background is light gray

Tried: - I do not have userchrome.css - no changes in preferences > fonts and colors - refresh firefox

- MacOS 10.15.5 with Dark appearance - Firefox Developer Edition 78.0b9

Problem: right-click menu text is white (disabled menu item is gray) and background is light gray Tried: - I do not have userchrome.css - no changes in preferences > fonts and colors - refresh firefox - MacOS 10.15.5 with Dark appearance - Firefox Developer Edition 78.0b9
Capturas de tela anexadas

Todas as respostas (2)

more options

Hi mccfrank, 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

Change Font Color

To change the font color:

   Click the menu button Fx57Menu and select Options.
   In the General panel, go down to Language and Appearance.
   Under Fonts and Colors, click the Colors… button.
   Clicking on any of the colored rectangles will show you the possible colors you can choose from. Select the color you want by clicking one of the colored rectangles.
   Fx38esrColors
   Click OK to close the Colors window.
   Close the about:preferences page. Any changes you've made will automatically be saved. 

Custom Font Color

Some websites have custom font colors, to disable them:

   Click the menu button Fx57Menu and select Options.
   In the General panel, go down to Language and Appearance.
   Under Fonts and Colors, click the Colors… button.
   In the window that opens, set Override the colors specified by the page with my selections above to Always.
   Fx47-pref-overridecolors-always
   Click OK to close the Colors window.
   Close the about:preferences page. Any changes you've made will automatically be saved. 

Other settings for Colors

Text and Background: Here you can change the default text and background color to be used on web pages that haven't specified that information. Click on the color samples to select colors.

   Use system colors: Check this option to use the colors defined in your operating system settings instead of the colors specified above.