Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Solved

What is the CSS I need to override the background of the search selection button?

OneMoreName replied
OneMoreName

Firefox updated to 151.0 last yesterday and now the background of the search selection box has changed color to white from its earlier setting. I have tried a bunch of things but cannot find the CSS needed to restore it to what it was (it was overridden with an image). The image below shows the new, white, version, and what I am trying to do is restore it so that it is overridden with the same background image as the rest of the header. What is the rule needed to override the background of this new box (the box with the colorful "G" and downward caret)?

Firefox updated to 151.0 last yesterday and now the background of the search selection box has changed color to white from its earlier setting. I have tried a bunch of things but cannot find the CSS needed to restore it to what it was (it was overridden with an image). The image below shows the new, white, version, and what I am trying to do is restore it so that it is overridden with the same background image as the rest of the header. What is the rule needed to override the background of this new box (the box with the colorful "G" and downward caret)?
Attached screenshots

All Replies (1)

Chosen Solution

Finally found it.

 .searchmode-switcher
   {
     --button-background-color: none !important;
   }
Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.