aboutsummaryrefslogtreecommitdiff
path: root/client/html/file_dropper.tpl
diff options
context:
space:
mode:
authorrr-2016-08-20 22:47:26 +0200
committerrr-2016-08-20 22:47:45 +0200
commitdbd36256ce12224818fe2885914b147d3e28d1bc (patch)
tree2aedd65af94b3b1f33fe28fa5fd84ca6a7a4f6ea /client/html/file_dropper.tpl
parent03b5e933bf006dbaa8a9b877f9ad582146834dfb (diff)
client/file-dropper: support Vimperator focus
Diffstat (limited to 'client/html/file_dropper.tpl')
-rw-r--r--client/html/file_dropper.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/file_dropper.tpl b/client/html/file_dropper.tpl
index eab17c6..9c66201 100644
--- a/client/html/file_dropper.tpl
+++ b/client/html/file_dropper.tpl
@@ -1,6 +1,6 @@
<div class='file-dropper-holder'>
<input type='file' id='<%- ctx.id %>'/>
- <label class='file-dropper' for='<%- ctx.id %>'>
+ <label class='file-dropper' for='<%- ctx.id %>' role='button'>
<% if (ctx.allowMultiple) { %>
Drop files here!
<% } else { %>

© 2015 - 2026 Jakob L. Kreuze