You are here

select2.css in Open Social 8.2

.select2-container--social .select2-selection {
  color: #555555;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 5px;
}

.select2-container--social .select2-selection.form-control {
  border-radius: 5px;
}

.select2-container--social .select2-results__option--highlighted[aria-selected] {
  background-color: #29abe2;
  color: #fff;
}

.select2-container--social .select2-results__option[aria-selected=true] {
  background-color: #1d789e;
  color: #fff;
}

.select2-container--social.select2-container--focus .select2-selection, .select2-container--social.select2-container--open .select2-selection {
  border-color: #29abe2;
}

.select2-container--social .select2-dropdown {
  border-color: #29abe2;
}

File

themes/socialblue/assets/css/select2.css
View source
  1. .select2-container--social .select2-selection {
  2. color: #555555;
  3. background-color: #fff;
  4. border: 1px solid #adadad;
  5. border-radius: 5px;
  6. }
  7. .select2-container--social .select2-selection.form-control {
  8. border-radius: 5px;
  9. }
  10. .select2-container--social .select2-results__option--highlighted[aria-selected] {
  11. background-color: #29abe2;
  12. color: #fff;
  13. }
  14. .select2-container--social .select2-results__option[aria-selected=true] {
  15. background-color: #1d789e;
  16. color: #fff;
  17. }
  18. .select2-container--social.select2-container--focus .select2-selection, .select2-container--social.select2-container--open .select2-selection {
  19. border-color: #29abe2;
  20. }
  21. .select2-container--social .select2-dropdown {
  22. border-color: #29abe2;
  23. }