summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/closure/autocomplete/autocomplete-default-theme.css
blob: a52b62e259f1706916c56455852a2fdce8b59294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.3
 */
md-autocomplete.md-THEME_NAME-theme {
  background: '{{background-A100}}'; }
  md-autocomplete.md-THEME_NAME-theme[disabled]:not([md-floating-label]) {
    background: '{{background-100}}'; }
  md-autocomplete.md-THEME_NAME-theme button md-icon path {
    fill: '{{background-600}}'; }
  md-autocomplete.md-THEME_NAME-theme button:after {
    background: '{{background-600-0.3}}'; }

.md-autocomplete-suggestions-container.md-THEME_NAME-theme {
  background: '{{background-A100}}'; }
  .md-autocomplete-suggestions-container.md-THEME_NAME-theme li {
    color: '{{background-900}}'; }
    .md-autocomplete-suggestions-container.md-THEME_NAME-theme li .highlight {
      color: '{{background-600}}'; }
    .md-autocomplete-suggestions-container.md-THEME_NAME-theme li:hover, .md-autocomplete-suggestions-container.md-THEME_NAME-theme li.selected {
      background: '{{background-200}}'; }