summaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-29 12:33:16 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-09-29 12:33:16 -0400
commite18b8438ae369e84367fbb635a2e11506519a88a (patch)
treef768e2efa33a8aaef828a2c4646be843522f70db /ext/bg/settings.html
parent888075d21ab099a2dcbe69df756682fabdea47e1 (diff)
Updated button styles
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index adac43b1..0bc5e14c 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -368,7 +368,8 @@
<a href="https://foosoft.net/projects/yomichan" target="_blank" rel="noopener">download free dictionaries</a>
for use with this extension and to learn about importing proprietary EPWING dictionaries.
</p>
- <input type="file" id="dict-file">
+ <button class="btn btn-primary" id="dict-file-button">Import Dictionary</button>
+ <div hidden><input type="file" id="dict-file"></div>
</div>
</div>
@@ -402,7 +403,7 @@
</div></div>
<div>
- <input type="button" value="Refresh" id="storage-refresh" />
+ <button class="btn btn-default" id="storage-refresh">Refresh</button>
</div>
</div>