• Resolved mimmo99

    (@mimmo99)


    Hi, I can’t stylize the email and password fields via css.
    I tried both by modifying different classes and by modifying the “type” style, but only the “type text” and “textarea” fields are considered by the css.

    input[type="text"],  textarea, input[type="email"], input[type="password"]{
    	background:#eeeeee!important;
    	border-color: #aaaaaa!important;
    	padding:10px 10px!important;
    	color:#555555!important;
    	font-size: 16px!important;
    }

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css considers only type text and not type email and password’ is closed to new replies.