owenversteeg / min

the world's smallest (995 bytes) CSS framework
http://mincss.com
1.2k stars 107 forks source link

Styling of submit buttons #75

Open GBirch opened 4 years ago

GBirch commented 4 years ago

The button styles do not apply to form buttons on IOS/Safari. The stylesheet would seem to need a reset for this so that button styles behave predictably. Something like this, perhaps?

.btn {
  -webkit-appearance: none;
}
owenversteeg commented 3 years ago

That's a good point, thanks! I'll add that to a list for a new release I'm planning to put out soon.