Multiple search fields?


Recommended Posts

Add the following code to your userChrome.css file:

#cut-button {
  -moz-binding: url("chrome://browser/content/search.xml#searchbar");
  list-style-image: inherit !important;
  -moz-image-region: auto !important;
}

What the code does is it converts the "cut" toolbar button into a search box. In other words you no longer get to use the "cut" toolbar button in exchange for having an extra search box. Of course the "cut" function still works in the "Edit" menus. Alternatively, if you must use the "cut" toolbar button, you can convert another button such as the "paste" button by replacing the text "cut-button" with "paste-button".

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.