The default input type is \'text\'. I have always assumed then that CSS declarations targeting input[type=\'text\'] would affect those inputs even if the type was n
input[type=\'text\']
try this
input[type='text'] { background:red !important; }