There's no browser specific CSS for the search panel at all.
Just a few simple border-radius declarations which have now been removed.
Unfortunately I don't have any Mac or mobile devices so testing is not an option.
I actually have no idea how the site looks (or renders) on anything other than a PC.
BTW, not sure if you're aware, but you can screenshot using an iPad/iPhone - by pressing the Home button and Power buttons at the same time briefly.I'm on my iPad. The main search input field in the right of the main nav bar.
Sites like that aren't always terribly accurate so can't be trusted.This tool might help. http://browsershots.org/
Let me know if it's still showing the radius.I'm on my iPad. The main search input field in the right of the main nav bar.
* {
border-radius: 0 0 0 0 !important;
}
.textCtrl {
background-color: #FFFFFF;
border-bottom-color: #E9E9E9;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #C0C0C0;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #E9E9E9;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #C0C0C0;
border-top-style: solid;
border-top-width: 1px;
color: #000000;
font-family: Arial, sans-serif;
font-size: 13px;
margin-bottom: 2px;
outline-color: initial;
outline-style: initial;
outline-width: 0;
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
}
=> => =>
.textCtrl {
background: #FFFFFF;
border: #E9E9E9 solid 1px;
border-left-color: #C0C0C0;
color: #000000;
font-family: Arial, sans-serif;
font-size: 13px;
margin-bottom: 2px;
outline: initial initial 0;
padding: 3px;
}
input {
-webkit-appearance: none;
}
* {
border-radius: 0 0 0 0 !important;
}