43 lines
1.9 KiB
CSS
43 lines
1.9 KiB
CSS
/*!
|
|
* Angular Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v0.10.0
|
|
*/
|
|
/* 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}}'; }
|