list-default-theme.css 1.4 KB

1234567891011121314151617181920212223242526
  1. /*!
  2. * Angular Material Design
  3. * https://github.com/angular/material
  4. * @license MIT
  5. * v0.11.4
  6. */
  7. md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h3, md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h4, md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h3, md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h4 {
  8. color: '{{foreground-1}}'; }
  9. md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text p, md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text p {
  10. color: '{{foreground-2}}'; }
  11. md-list.md-THEME_NAME-theme .md-proxy-focus.md-focused div.md-no-style {
  12. background-color: '{{background-100}}'; }
  13. md-list.md-THEME_NAME-theme md-list-item > .md-avatar-icon {
  14. background-color: '{{foreground-3}}';
  15. color: '{{background-color}}'; }
  16. md-list.md-THEME_NAME-theme md-list-item > md-icon {
  17. color: '{{foreground-2}}'; }
  18. md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight {
  19. color: '{{primary-color}}'; }
  20. md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight.md-accent {
  21. color: '{{accent-color}}'; }
  22. md-list.md-THEME_NAME-theme md-list-item button {
  23. background-color: '{{background-color}}'; }
  24. md-list.md-THEME_NAME-theme md-list-item button.md-button:not([disabled]):hover {
  25. background-color: '{{background-color}}'; }