fx-compat: Use search-textbox custom element for quick search bar
This commit is contained in:
parent
26c4bea4fd
commit
a54da965a7
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@
|
|||
<toolbarbutton id="zotero-tb-advanced-search" class="zotero-tb-button" tooltiptext="&zotero.toolbar.advancedSearch;" command="cmd_zotero_advancedSearch"/>
|
||||
<spacer flex="1"/>
|
||||
<image id="zotero-tb-search-spinner" class="zotero-spinner-14" style="display: none"/>
|
||||
<textbox id="zotero-tb-search" type="search" timeout="250"
|
||||
<search-textbox id="zotero-tb-search" timeout="250"
|
||||
onkeypress="ZoteroPane_Local.handleSearchKeypress(this, event)"
|
||||
oninput="ZoteroPane_Local.handleSearchInput(this, event)"
|
||||
oncommand="ZoteroPane_Local.search()"/>
|
||||
|
|
Loading…
Reference in a new issue