Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override iOS native styling for input submit buttons #33

Open
weavermedia opened this issue Aug 5, 2013 · 0 comments
Open

Override iOS native styling for input submit buttons #33

weavermedia opened this issue Aug 5, 2013 · 0 comments

Comments

@weavermedia
Copy link

I'm using tuktuk with great success in a Rails app.

The one stumbling block so far has been with the iOS native styling of <input> submit buttons.

I found this fix in a zurb/foundation issue and it worked great for me:

input[type=submit].button {
-webkit-appearance: none;
}

For Rails users you can just add this to the end of your application.css file. Other users should just add it as late in the cascade as possible.

Seems this should already be in tuktuk somewhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant