I have tried changing border color and background in css of the combobox but it's not working:
I have this HTML code:
<select class = "form-control" style = "border:2px solid white;background:skyblue">
<option value = "newest"> Newest </option>
<option value = "oldest"> Oldest </option>
</select>
I just simply want to:
- Remove combobox border
- Remove the arrow of the combobox
- Set the background of combobox to skyblue.
I'm sorry if I could not attach any picture for SO requires me to have atleast 10 repu for me to post picture. Please help me with this one. Thanks
UPDATE:
I also tried the btn-info
in bootstrap but still doesn't work..