Closed psullivan6 closed 11 years ago
Search input on iOS gets overridden with default iOS styles: inner-shadow, full rounded corners.
Make sure to use the -webkit prefixes to override this behavior.
-webkit
Done via recent commit: https://github.com/registerguard/raptor/blob/master/build/src/less/form.less#L46-L47
Search input on iOS gets overridden with default iOS styles: inner-shadow, full rounded corners.
Make sure to use the
-webkit
prefixes to override this behavior.