_normalize.scss 234 字节
Newer Older
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
button,
button[type="button"],
button[type="reset"],
button[type="submit"] {
  -webkit-appearance: button;
}

input,
input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}