summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/autocomplete/autocomplete-default-theme.css
blob: d5374598e18f1e1ab44225a4b43a1e9265917092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v0.9.8
 */
/* mixin definition ; sets LTR and RTL within the same style call */
md-autocomplete.md-THEME_NAME-theme {
  background: '{{background-50}}'; }
  md-autocomplete.md-THEME_NAME-theme[disabled] {
    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.md-THEME_NAME-theme {
  background: '{{background-50}}'; }
  .md-autocomplete-suggestions.md-THEME_NAME-theme li {
    color: '{{background-900}}'; }
    .md-autocomplete-suggestions.md-THEME_NAME-theme li .highlight {
      color: '{{background-600}}'; }
    .md-autocomplete-suggestions.md-THEME_NAME-theme li:hover, .md-autocomplete-suggestions.md-THEME_NAME-theme li.selected {
      background: '{{background-200}}'; }