Sélecteur CSS sans attribut

input:not([type]) {
   /* style here */
}
DeuxAlpha