• In GeneratePress main.min.css stylesheet 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, color and range fields?

Viewing 3 replies - 1 through 3 (of 3 total)
  • ying

    (@yingscarlett)

    Hi there,

    I don’t recall those input fields in a WP default install.

    Are those fields come with some plugin?

    Let me know if I miss anything 🙂

    • This reply was modified 4 years, 2 months ago by ying.
    Thread Starter leemon

    (@leemon)

    No, no WP default install uses those input fields, but I don’t recall any WP default install using a tel field either and this field type is styled by GP.

    ying

    (@yingscarlett)

    That’s true, but I would say tel is much more common in a contact form than the other input you listed 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing styles in some input fields’ is closed to new replies.