backend/projects/ui/assets/scss/partials/_forms.scss

16 lines
282 B
SCSS
Raw Permalink Normal View History

2019-11-07 12:15:26 +00:00
button,
input[type='email'],
input[type='tel'],
input[type='text'],
input[type='password'],
input[type='image'],
input[type='submit'],
input[type='button'],
input[type='search'],
textarea {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: none;
}