diff options
Diffstat (limited to 'ext/search.html')
-rw-r--r-- | ext/search.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/search.html b/ext/search.html index 03ee781f..e435e657 100644 --- a/ext/search.html +++ b/ext/search.html @@ -50,6 +50,7 @@ </div> <div class="search-textbox-container"> <textarea id="search-textbox" class="scrollbar" placeholder="Input a term, expression, sentence, or block of text" autocomplete="off" lang="ja" autofocus></textarea> + <button id="search-back-button" class="search-button" hidden><span class="icon" data-icon="left-chevron"></span></button> <button id="search-button" class="search-button"><span class="icon" data-icon="magnifying-glass"></span></button> </div> </div> |