diff options
author | Daijiro Wachi <daijiro.wachi@gmail.com> | 2017-04-13 13:13:17 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-13 13:13:17 +0200 |
commit | 4f781b17cc0644a1e464dc8fd968d393ccb9b605 (patch) | |
tree | cf0bb1bccc133a0e96a48269bf176420f181b171 /app/assets/stylesheets | |
parent | 137100dcf38c0da0fe7044a4c92aa06eae02c420 (diff) |
Use input type `number` for Two-factor code (#1683)
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/forms.scss b/app/assets/stylesheets/forms.scss index 2e3a4f147..e5e8697a0 100644 --- a/app/assets/stylesheets/forms.scss +++ b/app/assets/stylesheets/forms.scss @@ -88,7 +88,7 @@ code { } } - input[type=text], input[type=email], input[type=password], textarea { + input[type=text], input[type=number], input[type=email], input[type=password], textarea { background: transparent; box-sizing: border-box; border: 0; |