You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
989 B

7 years ago
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v1.1.3
  6. */
  7. md-autocomplete.md-THEME_NAME-theme {
  8. background: '{{background-A100}}'; }
  9. md-autocomplete.md-THEME_NAME-theme[disabled]:not([md-floating-label]) {
  10. background: '{{background-100}}'; }
  11. md-autocomplete.md-THEME_NAME-theme button md-icon path {
  12. fill: '{{background-600}}'; }
  13. md-autocomplete.md-THEME_NAME-theme button:after {
  14. background: '{{background-600-0.3}}'; }
  15. .md-autocomplete-suggestions-container.md-THEME_NAME-theme {
  16. background: '{{background-A100}}'; }
  17. .md-autocomplete-suggestions-container.md-THEME_NAME-theme li {
  18. color: '{{background-900}}'; }
  19. .md-autocomplete-suggestions-container.md-THEME_NAME-theme li .highlight {
  20. color: '{{background-600}}'; }
  21. .md-autocomplete-suggestions-container.md-THEME_NAME-theme li:hover, .md-autocomplete-suggestions-container.md-THEME_NAME-theme li.selected {
  22. background: '{{background-200}}'; }