aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-05-24 13:37:23 -0400
committerGitHub <noreply@github.com>2020-05-24 13:37:23 -0400
commit4d2e5b93f4634bd5dfe55c305e441f75f0e0690e (patch)
tree0263644cc2120577f2ac92e4280db042ff69daa8 /ext/bg/search.html
parentc61a87b152b91bdebe01eefdbc3fa00670a3071d (diff)
Style adjustments (#537)
* Remove newlines for term-definition-item-template * Update how action button icons are styled * Fix spacing * Group text colors together * Correct image styles * Fix missing </span>
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r--ext/bg/search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html
index f3f156d8..c0721e5c 100644
--- a/ext/bg/search.html
+++ b/ext/bg/search.html
@@ -54,8 +54,8 @@
<hr>
<div id="navigation-header" class="navigation-header" hidden><div class="navigation-header-actions">
- <button class="action-button action-previous"><img src="/mixed/img/source-term.svg" class="icon-image" title="Source term (Alt + B)" alt></button>
- <button class="action-button action-next"><img src="/mixed/img/source-term.svg" class="icon-image" title="Next term (Alt + F)" alt></button>
+ <button class="action-button action-previous" data-icon="source-term" title="Source term (Alt + B)"></button>
+ <button class="action-button action-next" data-icon="source-term" title="Next term (Alt + F)"></button>
</div></div><div class="navigation-header-spacer"></div>
<div id="content"></div>