You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
1.3 KiB

/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.1
*/
md-menu-bar.md-THEME_NAME-theme > button.md-button {
color: '{{foreground-2}}';
border-radius: 2px; }
md-menu-bar.md-THEME_NAME-theme md-menu.md-open > button, md-menu-bar.md-THEME_NAME-theme md-menu > button:focus {
outline: none;
background: '{{background-200}}'; }
md-menu-bar.md-THEME_NAME-theme.md-open:not(.md-keyboard-mode) md-menu:hover > button {
background-color: '{{ background-500-0.2}}'; }
md-menu-bar.md-THEME_NAME-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:hover,
md-menu-bar.md-THEME_NAME-theme:not(.md-keyboard-mode):not(.md-open) md-menu button:focus {
background: transparent; }
md-menu-content.md-THEME_NAME-theme .md-menu > .md-button:after {
color: '{{background-A200-0.54}}'; }
md-menu-content.md-THEME_NAME-theme .md-menu.md-open > .md-button {
background-color: '{{ background-500-0.2}}'; }
md-toolbar.md-THEME_NAME-theme.md-menu-toolbar {
background-color: '{{background-A100}}';
color: '{{background-A200}}'; }
md-toolbar.md-THEME_NAME-theme.md-menu-toolbar md-toolbar-filler {
background-color: '{{primary-color}}';
color: '{{background-A100-0.87}}'; }
md-toolbar.md-THEME_NAME-theme.md-menu-toolbar md-toolbar-filler md-icon {
color: '{{background-A100-0.87}}'; }