diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 4cf18a09c..9d6052c45 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -228,6 +228,7 @@ input[type=file] { width: 100%; } +input[type=tel], input[type=number], input[type=text], input[type=password], @@ -403,6 +404,7 @@ select.form-control { .form-txt-submit-box { @include clearfix(); input[type=password], + input[type=tel], input[type=number], input[type=text], input[type=email] { |