aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/select/select-default-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/select/select-default-theme.css')
-rw-r--r--vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/select/select-default-theme.css121
1 files changed, 121 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/select/select-default-theme.css b/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/select/select-default-theme.css
new file mode 100644
index 00000000..780ef770
--- /dev/null
+++ b/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/select/select-default-theme.css
@@ -0,0 +1,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}}'; }