I have a SFDropdownlist component that I want to apply some css styling to
.e-ddl.e-input-group.e-control-wrapper.e-input-focus::before, .e-ddl.e-input-group.e-control-wrapper.e-input-focus::after {
background: #c000ff;
}
However I also have a Grid component with pagination. The above css affects both the Grid and the dropdownlist.
I would like the css to only affect the dropdown not the grid pagination selector.