about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-04-13 13:13:17 +0200
committerEugen <eugen@zeonfederated.com>2017-04-13 13:13:17 +0200
commit4f781b17cc0644a1e464dc8fd968d393ccb9b605 (patch)
treecf0bb1bccc133a0e96a48269bf176420f181b171 /app/assets
parent137100dcf38c0da0fe7044a4c92aa06eae02c420 (diff)
Use input type `number` for Two-factor code (#1683)
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/forms.scss2
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;