Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

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

How do I get the old search box back again - follow up question

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 25 wyświetleń
  • Ostatnia odpowiedź od Randy

more options

I'm also noticing this green "+" sign next to the search bar - how do I get rid of that? Thanks.

I'm also noticing this green "+" sign next to the search bar - how do I get rid of that? Thanks.

Wszystkie odpowiedzi (2)

more options

If the website offers a search engine then you will notice a green plus next to the search engine icon and an "Add..." item in the search engine menu that opens if you click this button.

See my post here:


userChrome.css:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.searchbar-search-button {
  list-style-image: url("chrome://browser/skin/search-indicator.png") !important;
}

If you want to revert changes made to the search bar and have the standalone search engine manager window then you can toggle this pref to false with a middle-click on the about:config page.

  • browser.search.showOneOffButtons = false

Close and restart Firefox to make the change effective.

more options

Hello -

Thank you very much for your reply and assistance.

Randy