summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/angular-material/modules/js/input/input-default-theme.css
blob: 41b41c89021d8d51467499639c5ce6bf3556a95b (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
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.3
 */
md-input-container.md-THEME_NAME-theme .md-input {
  color: '{{foreground-1}}';
  border-color: '{{foreground-4}}'; }
  md-input-container.md-THEME_NAME-theme .md-input::-webkit-input-placeholder {
    color: '{{foreground-3}}'; }
  md-input-container.md-THEME_NAME-theme .md-input:-moz-placeholder {
    color: '{{foreground-3}}'; }
  md-input-container.md-THEME_NAME-theme .md-input::-moz-placeholder {
    color: '{{foreground-3}}'; }
  md-input-container.md-THEME_NAME-theme .md-input:-ms-input-placeholder {
    color: '{{foreground-3}}'; }
  md-input-container.md-THEME_NAME-theme .md-input::-webkit-input-placeholder {
    color: '{{foreground-3}}'; }

md-input-container.md-THEME_NAME-theme > md-icon {
  color: '{{foreground-1}}'; }

md-input-container.md-THEME_NAME-theme label,
md-input-container.md-THEME_NAME-theme .md-placeholder {
  color: '{{foreground-3}}'; }

md-input-container.md-THEME_NAME-theme label.md-required:after {
  color: '{{warn-A700}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
  color: '{{foreground-2}}'; }

md-input-container.md-THEME_NAME-theme .md-input-messages-animation, md-input-container.md-THEME_NAME-theme .md-input-message-animation {
  color: '{{warn-A700}}'; }
  md-input-container.md-THEME_NAME-theme .md-input-messages-animation .md-char-counter, md-input-container.md-THEME_NAME-theme .md-input-message-animation .md-char-counter {
    color: '{{foreground-1}}'; }

md-input-container.md-THEME_NAME-theme.md-input-focused .md-input::-webkit-input-placeholder {
  color: '{{foreground-2}}'; }

md-input-container.md-THEME_NAME-theme.md-input-focused .md-input:-moz-placeholder {
  color: '{{foreground-2}}'; }

md-input-container.md-THEME_NAME-theme.md-input-focused .md-input::-moz-placeholder {
  color: '{{foreground-2}}'; }

md-input-container.md-THEME_NAME-theme.md-input-focused .md-input:-ms-input-placeholder {
  color: '{{foreground-2}}'; }

md-input-container.md-THEME_NAME-theme.md-input-focused .md-input::-webkit-input-placeholder {
  color: '{{foreground-2}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-has-value label {
  color: '{{foreground-2}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-resized .md-input {
  border-color: '{{primary-color}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused label,
md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused md-icon {
  color: '{{primary-color}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: '{{accent-color}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent label,
md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-accent md-icon {
  color: '{{accent-color}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: '{{warn-A700}}'; }

md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn label,
md-input-container.md-THEME_NAME-theme:not(.md-input-invalid).md-input-focused.md-warn md-icon {
  color: '{{warn-A700}}'; }

md-input-container.md-THEME_NAME-theme.md-input-invalid .md-input {
  border-color: '{{warn-A700}}'; }

md-input-container.md-THEME_NAME-theme.md-input-invalid label,
md-input-container.md-THEME_NAME-theme.md-input-invalid .md-input-message-animation,
md-input-container.md-THEME_NAME-theme.md-input-invalid .md-char-counter {
  color: '{{warn-A700}}'; }

md-input-container.md-THEME_NAME-theme .md-input[disabled],
[disabled] md-input-container.md-THEME_NAME-theme .md-input {
  border-bottom-color: transparent;
  color: '{{foreground-3}}';
  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%); }