Remove Border From Select Dropdown

2.3k Views Asked by At

Is there any idea, how to remove orange border from select option list, please see the attached screen shotenter image description here

Thanks in advance

1

There are 1 best solutions below

0
On

Give the following css class to your dropdown:

.ddlBooks
{
     border:none !important;
}