Safari is fading the colors inside that are not @Html.ComboboxFor, how do I not to remain in the textbox?
I'm using CSS and JQuery, follow the photo
Select does not exist in Safari:
@Html.DropDownListFor(m => m.CEP.IdCidade, (SelectList)ViewBag.Cidades, "Selecione", new { @class = "form-control", @id = "IdCidade", @style = "line-height: 2" })
Text is in Safari:
@Html.TextBoxFor(m => m.Bairro.DescBairro, new { @class = "form-control tam-50", @id = "DescBairro" })