diff --git a/public/css/module.less b/public/css/module.less index 5e10c242..dad46374 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -205,10 +205,10 @@ form p.description { width: 100%; } -input, select, select option, textarea { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; +input[type=text], input[type=button], select, select option, textarea { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; } form ul.form-errors {