You are here

bynder_select2.css in Bynder 8

.bynder-select2-results__option[aria-selected=true] {
    display: none;
}

.bynder-select2-container--default
.bynder-select2-selection--multiple
.bynder-select2-selection__choice.status-unpublished {
    background-color: #e62600;
}

.bynder-select2-container--default
.bynder-select2-selection--multiple
.bynder-select2-selection__choice.status-published {
    background-color: #77b259;
}

.bynder-select2-container--default
.bynder-select2-selection--multiple
.bynder-select2-selection__choice.status-published
.bynder-select2-selection__choice__remove {
    color: #6b6b6b;
}

.bynder-select2-container--default
.bynder-select2-selection--multiple
.bynder-select2-selection__choice.status-unpublished
.bynder-select2-selection__choice__remove {
    color: #b5b3b3;
}

File

modules/bynder_select2/css/bynder_select2.css
View source
  1. .bynder-select2-results__option[aria-selected=true] {
  2. display: none;
  3. }
  4. .bynder-select2-container--default
  5. .bynder-select2-selection--multiple
  6. .bynder-select2-selection__choice.status-unpublished {
  7. background-color: #e62600;
  8. }
  9. .bynder-select2-container--default
  10. .bynder-select2-selection--multiple
  11. .bynder-select2-selection__choice.status-published {
  12. background-color: #77b259;
  13. }
  14. .bynder-select2-container--default
  15. .bynder-select2-selection--multiple
  16. .bynder-select2-selection__choice.status-published
  17. .bynder-select2-selection__choice__remove {
  18. color: #6b6b6b;
  19. }
  20. .bynder-select2-container--default
  21. .bynder-select2-selection--multiple
  22. .bynder-select2-selection__choice.status-unpublished
  23. .bynder-select2-selection__choice__remove {
  24. color: #b5b3b3;
  25. }