In addition to what was mentioned
input[type=text] { //css rules }
No, I donβt think so, unless you manually mark them with one class and select them with a class.
Or you can try jQuery, something like:
val text-inputs = $('input[type="text"]');
must complete the task;)
source share