You are here

select_with_style.css in Select with Style 7

.option-parent {
  /*background-color: lightgrey;*/
}

.option-child {
  color: grey;
}

File

select_with_style/select_with_style.css
View source
  1. .option-parent {
  2. /*background-color: lightgrey;*/
  3. }
  4. .option-child {
  5. color: grey;
  6. }