vendor/assets/stylesheets/torino.css in torino-0.1.7 vs vendor/assets/stylesheets/torino.css in torino-0.1.8

- old
+ new

@@ -135,9 +135,21 @@ /* * Inputs * ------------------------------------------ */ +textarea, +input, +input[type=text], +input[type=button], +input[type=submit] { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-border-radius: 0; + border-radius: 0; +} + input, select { margin: 0 10px 14px 0; }