Missing styles in some input fields
-
In GeneratePress
main.min.cssstylesheet you style many input fields, but not all that are available right now:input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select { color: var(--contrast); background-color: var(--base-2); border-color: var(--base); } input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea { border: 1px solid currentcolor; border-radius: 0; padding: 10px 15px; max-width: 100%; }What about the
date,day,week,month,time,datetime,datetime-local,colorandrangefields?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Missing styles in some input fields’ is closed to new replies.
