ttskch / select2-bootstrap4-theme

Select2 v4 theme for Bootstrap4
MIT License
434 stars 207 forks source link

Change default color #17

Closed jerearaujo03 closed 5 years ago

jerearaujo03 commented 5 years ago

How can I change the default selected background color?

Screen Shot 2019-05-15 at 11 46 53 PM
ttskch commented 5 years ago

@jerearaujo03 Sorry for my late response. Following css would help you. Thanks.

<style>
  .select2-results__option--highlighted {
    background-color: #f00 !important;
  }
</style>

image