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

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji
Solved

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

OneMoreName odpowiedziano
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)?
Załączone zrzuty ekranu

Wszystkie odpowiedzi (1)

Wybrane rozwiązanie

Finally found it.

 .searchmode-switcher
   {
     --button-background-color: none !important;
   }
Zadaj pytanie

Aby odpowiadać na posty, musisz zalogować się na swoje konto. Zadaj pytanie, jeśli nie masz jeszcze konta.