My apologies. I thought you wanted the code I was attempting to add. Here is my Extra.CSS..
/* iOS Fixes */
#QuickSearch .formPopup .textCtrl, .button.primary, .button, .textCtrl
{
-webkit-appearance: none;
}
.navTabs .navTab.PopupClosed .navLink:hover
{
color: #232323 !important;
}...