summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/select/select-default-theme.css
blob: fc7126226d42f2bce2892a36af5abfd9363cfc11 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*!
 * 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-select.md-THEME_NAME-theme.ng-invalid.ng-dirty .md-select-label {
  color: '{{warn-500}}' !important;
  border-bottom-color: '{{warn-500}}' !important; }
md-select.md-THEME_NAME-theme:not([disabled]):focus .md-select-label {
  border-bottom-color: '{{primary-color}}';
  color: '{{ foreground-1 }}'; }
  md-select.md-THEME_NAME-theme:not([disabled]):focus .md-select-label.md-placeholder {
    color: '{{ foreground-1 }}'; }
md-select.md-THEME_NAME-theme:not([disabled]):focus.md-accent .md-select-label {
  border-bottom-color: '{{accent-color}}'; }
md-select.md-THEME_NAME-theme:not([disabled]):focus.md-warn .md-select-label {
  border-bottom-color: '{{warn-color}}'; }
md-select.md-THEME_NAME-theme[disabled] .md-select-label {
  color: '{{foreground-3}}'; }
  md-select.md-THEME_NAME-theme[disabled] .md-select-label.md-placeholder {
    color: '{{foreground-3}}'; }
md-select.md-THEME_NAME-theme .md-select-label {
  border-bottom-color: '{{foreground-4}}'; }
  md-select.md-THEME_NAME-theme .md-select-label.md-placeholder {
    color: '{{foreground-2}}'; }

md-select-menu.md-THEME_NAME-theme md-optgroup {
  color: '{{foreground-2}}'; }
  md-select-menu.md-THEME_NAME-theme md-optgroup md-option {
    color: '{{foreground-1}}'; }
md-select-menu.md-THEME_NAME-theme md-option[selected] {
  color: '{{primary-500}}'; }
  md-select-menu.md-THEME_NAME-theme md-option[selected]:focus {
    color: '{{primary-600}}'; }
  md-select-menu.md-THEME_NAME-theme md-option[selected].md-accent {
    color: '{{accent-500}}'; }
    md-select-menu.md-THEME_NAME-theme md-option[selected].md-accent:focus {
      color: '{{accent-600}}'; }
md-select-menu.md-THEME_NAME-theme md-option:focus:not([selected]) {
  background: '{{background-200}}'; }