You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
288 B

  1. /*******************************
  2. Overrides
  3. *******************************/
  4. /* Remove iPad input shadows */
  5. input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
  6. -webkit-appearance: none;
  7. -moz-appearance: none; /* mobile firefox too! */
  8. }