I have a css style definition like the following:
input[type=email], input[type=tel], input[type=url], input[type=text], input[type=password], input[type=file], textarea { ... }
can that be reduced to something shorter?
Note: I don't want to style to apply to e.g. input[type=checkbox], input[type=radio] or input[type=image].