How to fix the search bar bug on iPad
There is a skin bug of the search bar on iPad - it is shifted. does someone know how to fix the css ?
There is a skin bug of the search bar on iPad - it is shifted. does someone know how to fix the css ?
This is a well-known problem with iOS devices: they tend to override the defaults for all sorts of form elements, including buttons, checkboxes, radio buttons, etc. To fix this particular problem, try adding this custom CSS:
input[type="text"] {
-webkit-appearance: none;
}
That's worked for me. I'm putting together a highly hacked theme for Askbot for my site and this problem was vexing me.
Sure, but please be gentle. I am still working on it heavily. http://ask.cvxr.com
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-08-13 16:32:59 -0500
Seen: 180 times
Last updated: Aug 13 '12