Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Search box distributed over whole screen

  • 3 antwoorden
  • 1 heeft dit probleem
  • 2 weergaven
  • Laatste antwoord van cor-el

more options

Since a few version, Firefox distributes the search box (crtl-f) over the whole screen.

The text fox is on the far left while the 'match case' and 'highlight all' settings are on the far right. To me, this seems very inconvenient and I wonder what the thought behind this is?

Is there a way to move the part of the text-search interface back together?

Since a few version, Firefox distributes the search box (crtl-f) over the whole screen. The text fox is on the far left while the 'match case' and 'highlight all' settings are on the far right. To me, this seems very inconvenient and I wonder what the thought behind this is? Is there a way to move the part of the text-search interface back together?

Gekozen oplossing

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

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

.findbar-closebutton {
  -moz-box-ordinal-group: 0 !important;
}

.findbar-container > spacer {
  display: none !important;
}

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

Dit antwoord in context lezen 👍 2

Alle antwoorden (3)

more options

Gekozen oplossing

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

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

.findbar-closebutton {
  -moz-box-ordinal-group: 0 !important;
}

.findbar-container > spacer {
  display: none !important;
}

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

more options

Thanks, that works. Can 'stylish'also be used to restore the proper 'reload'-page button?

more options

See also [/questions/976166] change find bar back


You need the Classic Theme Restorer extension if you want to customize the Reload/Stop button and possibly move it to another position.

You can look at the Classic Theme Restorer extension to restore some functionality that was lost with the arrival of the Australis style in Firefox 29.

  • You can check out the settings of the CTR extension via its Options/Preferences button on the "Firefox/Tools > Add-ons > Extensions" page.
  • You can find extra toolbar buttons and more toolbar settings in Customize (3-bar Firefox menu button > Customize)

See also:

Bewerkt door cor-el op