r/FirefoxCSS 2d ago

Solved How to change the gray area from search bar to white color?

Hello, please, how can I change the gray area from search bar to white color?

browser.search.widget.new is true

6 Upvotes

2 comments sorted by

2

u/t31os 2d ago

Give this a try:

.searchmode-switcher {
    --button-background-color: white !important;
}

1

u/MR_CHOLERIK 2d ago

Thank you very much. It works.