Upon loading the page, I am attempting to have the dropdown with the select tag highlighted. Despite trying to apply focus to all of the multiple classes within the select tag, it has not been successful. Can someone take a look at this for me?
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)">