bishawjit-das
1/11/2015 - 7:12 AM

#css: Reset input fields

#css: Reset input fields

input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: none;
}