summaryrefslogtreecommitdiff
path: root/src/ui/options.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/options.html')
-rw-r--r--src/ui/options.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/options.html b/src/ui/options.html
index 5053ef7..1ccc62f 100644
--- a/src/ui/options.html
+++ b/src/ui/options.html
@@ -24,8 +24,10 @@
</div>
<div class="buttons">
-<span><input id="file-import" type="file"/></span>
+<div id="import-container">
+ <input id="file-import" type="file" name="file-import" tabindex="-1" accept=".txt,.json"/>
<button id="btn-import" accesskey="__MSG_Import_accesskey__">__MSG_Import__</button>
+</div>
<button id="btn-export" accesskey="__MSG_Export_accesskey__">__MSG_Export__</button>
<button id="btn-reset" accesskey="__MSG_Reset_accesskey__">__MSG_Reset__</button>
</div>