styled selectbox

This commit is contained in:
Danny Coates 2019-02-13 11:14:53 -08:00
parent e9ee7d022c
commit 1c61915b53
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 38 additions and 10 deletions

View file

@ -46,7 +46,7 @@ function password(state) {
id="password-input"
class="${state.archive.password
? ''
: 'invisible'} border rounded-sm focus:border-blue-dark leading-normal my-1 py-1 px-2 h-8"
: 'invisible'} border rounded focus:border-blue-dark leading-normal my-1 py-1 px-2 h-8"
autocomplete="off"
maxlength="${MAX_LENGTH}"
type="password"