Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Search box distributed over whole screen

  • 3 תגובות
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת 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?

פתרון נבחר

  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.

Read this answer in context 👍 2

כל התגובות (3)

more options

פתרון נבחר

  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:

השתנתה ב־ על־ידי cor-el