xz / new.css

A classless CSS framework to write modern websites using only HTML.
https://newcss.net
MIT License
3.95k stars 128 forks source link

Default form styles in mobile browsers #26

Open halfmage opened 4 years ago

halfmage commented 4 years ago

I wanted to make an open discussion about if default browser styles should be integrated/used to reduce the amount of CSS or giving more focus on setting the styles for each browser the same.

  1. Adding appearance: none to all form elements and updates the styles for each property e.g. border, box-shadow, outline, etc. Therefore the elements could be customized even more.
  2. Just adding missing properties to override browser defaults

Screenshot from iPhone in Safari IMG_1364

halfmage commented 4 years ago

fixed in #25

Kedarnath-Rothe commented 11 months ago

Please assign this issue to me