added password to upload form

This commit is contained in:
Danny Coates
2018-10-29 19:06:15 -07:00
parent 0e5202c470
commit 12e6eb1666
7 changed files with 153 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ module.exports = function(selected, options, translate, changed) {
let x = selected;
return html`
<select class="appearance-none cursor-pointer border rounded-sm bg-blue-lightest p-1" onchange=${choose}>
<select class="appearance-none cursor-pointer border rounded-sm bg-blue-lightest hover:border-blue focus:border-blue p-1" onchange=${choose}>
${options.map(
i =>
html`<option value="${i}" ${