Home › Forums › CSS › [Solved] Input buttons incorrectly taking on CSS where none defined › Reply To: [Solved] Input buttons incorrectly taking on CSS where none defined
January 10, 2014 at 2:19 pm
#160096
Participant
Or apply the styles to not all inputs, but only input[type="text"]
and input[type="email"]
. A bit like this: http://codepen.io/senff/pen/lxdLf