diff options
| author | rr- | 2016-08-20 22:47:26 +0200 |
|---|---|---|
| committer | rr- | 2016-08-20 22:47:45 +0200 |
| commit | dbd36256ce12224818fe2885914b147d3e28d1bc (patch) | |
| tree | 2aedd65af94b3b1f33fe28fa5fd84ca6a7a4f6ea /client/html/file_dropper.tpl | |
| parent | 03b5e933bf006dbaa8a9b877f9ad582146834dfb (diff) | |
client/file-dropper: support Vimperator focus
Diffstat (limited to 'client/html/file_dropper.tpl')
| -rw-r--r-- | client/html/file_dropper.tpl | 2 |
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 { %> |