I have Multiple-DropDown and it has no CSS. I want to apply CSS on it without bootstrap.
I want to apply Custom CSS on it.
I want right-check in DropDown menu like Bootstrap but Without Bootstrap.
Like this type of Dropdown (Screenshot)
HTML CODE
<select id="Job_Type" name="type" multiple>
<option>All Job Types</option>
<option value="Permanent">Permanent</option>
<option value="Contract">Contract</option>
<option value="Part-Time">Part-Time</option>
</select>
Thank You.