summaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/thirdparty/angular-material/modules/js/menuBar/menuBar-default-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/common/thirdparty/angular-material/modules/js/menuBar/menuBar-default-theme.css')
-rw-r--r--vnfmarket/common/thirdparty/angular-material/modules/js/menuBar/menuBar-default-theme.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/vnfmarket/common/thirdparty/angular-material/modules/js/menuBar/menuBar-default-theme.css b/vnfmarket/common/thirdparty/angular-material/modules/js/menuBar/menuBar-default-theme.css
deleted file mode 100644
index 4522df3b..00000000
--- a/vnfmarket/common/thirdparty/angular-material/modules/js/menuBar/menuBar-default-theme.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v1.1.3
- */
-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}}'; }