diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-20 15:43:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 15:43:10 -0500 |
commit | f5ae0f1f3d9a83aa85322a2008e21da5b882e01c (patch) | |
tree | 939cd57fffa280623ec78bd7ef4bd261d881ee63 /ext/bg/search.html | |
parent | 4f6309842f0926edb90907a3502c36ead465fc42 (diff) |
Settings v2 icon improvements (#1147)
* Update navigation icons
* Improve outline layout, fixing badge indicators
* Change attribute value
* Update icon buttons
* Update settings page
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 34d36478..bcc02578 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -46,7 +46,7 @@ </div> <div class="search-textbox-container"> <textarea id="search-textbox" placeholder="Input a term, expression, sentence, or block of text" autocomplete="false" autofocus></textarea> - <button id="search-button"><span class="icon-button-icon" data-icon="magnifying-glass"></span></button> + <button id="search-button"><span class="icon" data-icon="magnifying-glass"></span></button> </div> </div> |