I am trying to get the dropdown with select tag highlighted upon page load. I have multiple classes in select tag I tried applying focus to all of them but it did not work. Can anyone please have a look at it?
div.cs-select select:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
<div id="originalAmount_@differAmountId" class="divoriginalAmount">
<select class="cs-select cs-skin-border billAccountAmount " data-label="@StringResource.Lbl_Pay " id="@Html.IdFor(m => Model.AmountOptionList)">