From 19ea15f1d6f8390c816c4ce9371a88781e775b8a Mon Sep 17 00:00:00 2001 From: Alexander Adam Date: Thu, 8 Aug 2019 10:39:17 +0200 Subject: [PATCH] add default styling for number inputs --- app/assets/stylesheets/alchemy/form_fields.scss | 1 + app/assets/stylesheets/alchemy/forms.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/app/assets/stylesheets/alchemy/form_fields.scss b/app/assets/stylesheets/alchemy/form_fields.scss index d96d373602..becce5b4cf 100644 --- a/app/assets/stylesheets/alchemy/form_fields.scss +++ b/app/assets/stylesheets/alchemy/form_fields.scss @@ -1,5 +1,6 @@ textarea, input[type="url"], +input[type="number"], input[type="text"], input[type="email"], input[type="password"], diff --git a/app/assets/stylesheets/alchemy/forms.scss b/app/assets/stylesheets/alchemy/forms.scss index d7f353a80a..9970a0ab44 100644 --- a/app/assets/stylesheets/alchemy/forms.scss +++ b/app/assets/stylesheets/alchemy/forms.scss @@ -25,6 +25,7 @@ form { @include clearfix; > input[type="url"], + > input[type="number"], > input[type="text"], > input[type="email"], > input[type="password"],