Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Right Click Drop Down Menu Displaying Icons on one PC

  • 6 respostas
  • 0 têm este problema
  • 1 visualização
  • Última resposta por Terry

more options

Since the latest download one of my 3 win10 PC's is displaying icons on top of the text. Firefox is up to date at Ver 118.0.1 (64-bit) I expect its a setting but I cannot find it. Screenshot attached. TIA KR's Andy B

Since the latest download one of my 3 win10 PC's is displaying icons on top of the text. Firefox is up to date at Ver 118.0.1 (64-bit) I expect its a setting but I cannot find it. Screenshot attached. TIA KR's Andy B
Capturas de ecrã anexadas

Solução escolhida

Do you have a userChrome.css file with some code relating to menus / context menus? It may need to be altered.

Ler esta resposta no contexto 👍 1

Todas as respostas (6)

more options

Solução escolhida

Do you have a userChrome.css file with some code relating to menus / context menus? It may need to be altered.

more options

Does it still happen in Troubleshoot Mode?

more options

Looks like you have code in userChrome.css to hide/collapse the icons and move the text to the left, but hiding the icons isn't working anymore so they appear on top of the text.

more options

Thank you everyone you saved me a lot of time. Terry and Cor-el were spot on. I had a css file to disable the proton UI which had been overwritten with another. I reset the the css file and the problem was solved. KR's Andy B

Modificado por Andy B a

more options

First, thanks for the help! Recapping -> version 118.15.1 ->dealing with icons suddenly appearing.

Second, I tried adding the proton.ui add-on and it made no difference. So I'm still getting icons besides the menus of the menu Bar (File, Edit, View, etc.). Moreover, clicking on one of these, e.g. File displays the usual drop-down selections like Undo, Redo, Cut, etc. and they're displaying an icon overlapping the text. Anyway, I'd love to suss out how to delete icons altogether.

Third, below is the contents of chrome.css file and because I don't see anything with regard to icons, your further help would be very nice to receive.

***********************************************************************************************
/** Import Lepton stylesheet (Chrome) *****************************************/
@import url("css/leptonChrome.css");


/** Add your custom styles below **********************************************/

/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
/*
 * #editBMPanel_locationRow {
 *   visibility: visible !important;
 * }
*/

/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
/*
 * #context-sendimage,
 * #context-sendvideo,
 * #context-sendaudio,
 * #context-setDesktopBackground {
 *   display: none !important;
 * }
*/

Modificado por cor-el a

more options

The problem may be in the imported stylesheet.