summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/select/select-default-theme.css
blob: cda9b5d9df57d19cd5585547ca24d0b3780ab0b6 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/**
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.3
 */
md-input-container md-select.md-THEME_NAME-theme .md-select-value span:first-child:after {
  color: '{{warn-A700}}'; }

md-input-container:not(.md-input-focused):not(.md-input-invalid) md-select.md-THEME_NAME-theme .md-select-value span:first-child:after {
  color: '{{foreground-3}}'; }

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-THEME_NAME-theme .md-select-value {
  color: '{{primary-color}}'; }
  md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-THEME_NAME-theme .md-select-value.md-select-placeholder {
    color: '{{primary-color}}'; }

md-input-container.md-input-invalid md-select.md-THEME_NAME-theme .md-select-value {
  color: '{{warn-A700}}' !important;
  border-bottom-color: '{{warn-A700}}' !important; }

md-input-container.md-input-invalid md-select.md-THEME_NAME-theme.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-select.md-THEME_NAME-theme[disabled] .md-select-value {
  border-bottom-color: transparent;
  background-image: -webkit-linear-gradient(left, "{{foreground-3}}" 0%, "{{foreground-3}}" 33%, transparent 0%);
  background-image: linear-gradient(to right, "{{foreground-3}}" 0%, "{{foreground-3}}" 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, "{{foreground-3}}" 100%); }

md-select.md-THEME_NAME-theme .md-select-value {
  border-bottom-color: '{{foreground-4}}'; }
  md-select.md-THEME_NAME-theme .md-select-value.md-select-placeholder {
    color: '{{foreground-3}}'; }
  md-select.md-THEME_NAME-theme .md-select-value span:first-child:after {
    color: '{{warn-A700}}'; }

md-select.md-THEME_NAME-theme.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-select.md-THEME_NAME-theme.ng-invalid.ng-touched .md-select-value {
  color: '{{warn-A700}}' !important;
  border-bottom-color: '{{warn-A700}}' !important; }

md-select.md-THEME_NAME-theme.ng-invalid.ng-touched.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-select.md-THEME_NAME-theme:not([disabled]):focus .md-select-value {
  border-bottom-color: '{{primary-color}}';
  color: '{{ foreground-1 }}'; }
  md-select.md-THEME_NAME-theme:not([disabled]):focus .md-select-value.md-select-placeholder {
    color: '{{ foreground-1 }}'; }

md-select.md-THEME_NAME-theme:not([disabled]):focus.md-no-underline .md-select-value {
  border-bottom-color: transparent !important; }

md-select.md-THEME_NAME-theme:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: '{{accent-color}}'; }

md-select.md-THEME_NAME-theme:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: '{{warn-color}}'; }

md-select.md-THEME_NAME-theme[disabled] .md-select-value {
  color: '{{foreground-3}}'; }
  md-select.md-THEME_NAME-theme[disabled] .md-select-value.md-select-placeholder {
    color: '{{foreground-3}}'; }

md-select.md-THEME_NAME-theme[disabled] .md-select-icon {
  color: '{{foreground-3}}'; }

md-select.md-THEME_NAME-theme .md-select-icon {
  color: '{{foreground-2}}'; }

md-select-menu.md-THEME_NAME-theme md-content {
  background: '{{background-A100}}'; }
  md-select-menu.md-THEME_NAME-theme md-content md-optgroup {
    color: '{{background-600-0.87}}'; }
  md-select-menu.md-THEME_NAME-theme md-content md-option {
    color: '{{background-900-0.87}}'; }
    md-select-menu.md-THEME_NAME-theme md-content md-option[disabled] .md-text {
      color: '{{background-400-0.87}}'; }
    md-select-menu.md-THEME_NAME-theme md-content md-option:not([disabled]):focus, md-select-menu.md-THEME_NAME-theme md-content md-option:not([disabled]):hover {
      background: '{{background-200}}'; }
    md-select-menu.md-THEME_NAME-theme md-content md-option[selected] {
      color: '{{primary-500}}'; }
      md-select-menu.md-THEME_NAME-theme md-content md-option[selected]:focus {
        color: '{{primary-600}}'; }
      md-select-menu.md-THEME_NAME-theme md-content md-option[selected].md-accent {
        color: '{{accent-color}}'; }
        md-select-menu.md-THEME_NAME-theme md-content md-option[selected].md-accent:focus {
          color: '{{accent-A700}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme .md-ripple {
  color: '{{primary-600}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-ripple {
  color: '{{background-600}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme .md-ink-ripple {
  color: '{{foreground-2}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-ink-ripple {
  color: '{{primary-color-0.87}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme:not(.md-checked) .md-icon {
  border-color: '{{foreground-2}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-icon {
  background-color: '{{primary-color-0.87}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme[selected].md-focused .md-container:before {
  background-color: '{{primary-color-0.26}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme[selected] .md-icon:after {
  border-color: '{{primary-contrast-0.87}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme .md-indeterminate[disabled] .md-container {
  color: '{{foreground-3}}'; }

.md-checkbox-enabled.md-THEME_NAME-theme md-option .md-text {
  color: '{{background-900-0.87}}'; }