You are here

select2widget.css in Select2 Field Widget 7.2

.select2-results .select2-result:nth-child(odd){
    background-color: #f3f4ee;
}

.select2-results .select2-result.select2-highlighted{
    background-color: #848C99;
}

File

css/select2widget.css
View source
  1. .select2-results .select2-result:nth-child(odd){
  2. background-color: #f3f4ee;
  3. }
  4. .select2-results .select2-result.select2-highlighted{
  5. background-color: #848C99;
  6. }