From b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 Mon Sep 17 00:00:00 2001 From: st782s Date: Thu, 4 May 2017 07:48:42 -0400 Subject: [PORTAL-7] Rebase This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: I9a24a338665c7cd058978e8636bc412d9e2fdce8 Signed-off-by: st782s --- .../closure/textField/textField-default-theme.css | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 ecomp-portal-FE/client/bower_components/angular-material/modules/closure/textField/textField-default-theme.css (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/closure/textField/textField-default-theme.css') diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/textField/textField-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/textField/textField-default-theme.css deleted file mode 100644 index fa7efdb4..00000000 --- a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/textField/textField-default-theme.css +++ /dev/null @@ -1,30 +0,0 @@ -/*! - * Angular Material Design - * https://github.com/angular/material - * @license MIT - * v0.9.0-rc1-master-3c0ce9b - */ -/* mixin definition ; sets LTR and RTL within the same style call */ -md-input-group.md-THEME_NAME-theme input, md-input-group.md-THEME_NAME-theme textarea { - text-shadow: '{{foreground-shadow}}'; } - md-input-group.md-THEME_NAME-theme input::-webkit-input-placeholder, md-input-group.md-THEME_NAME-theme input::-moz-placeholder, md-input-group.md-THEME_NAME-theme input:-moz-placeholder, md-input-group.md-THEME_NAME-theme input:-ms-input-placeholder, md-input-group.md-THEME_NAME-theme textarea::-webkit-input-placeholder, md-input-group.md-THEME_NAME-theme textarea::-moz-placeholder, md-input-group.md-THEME_NAME-theme textarea:-moz-placeholder, md-input-group.md-THEME_NAME-theme textarea:-ms-input-placeholder { - color: '{{foreground-3}}'; } -md-input-group.md-THEME_NAME-theme label { - text-shadow: '{{foreground-shadow}}'; - color: '{{foreground-3}}'; } -md-input-group.md-THEME_NAME-theme input, md-input-group.md-THEME_NAME-theme textarea { - color: '{{foreground-1}}'; - border-color: '{{foreground-4}}'; } -md-input-group.md-THEME_NAME-theme.md-input-focused input, md-input-group.md-THEME_NAME-theme.md-input-focused textarea { - border-color: '{{primary-500}}'; } -md-input-group.md-THEME_NAME-theme.md-input-focused label { - color: '{{primary-500}}'; } -md-input-group.md-THEME_NAME-theme.md-input-focused.md-accent input, md-input-group.md-THEME_NAME-theme.md-input-focused.md-accent textarea { - border-color: '{{accent-500}}'; } -md-input-group.md-THEME_NAME-theme.md-input-focused.md-accent label { - color: '{{accent-500}}'; } -md-input-group.md-THEME_NAME-theme.md-input-has-value:not(.md-input-focused) label { - color: '{{foreground-2}}'; } -md-input-group.md-THEME_NAME-theme .md-input[disabled] { - border-bottom-color: '{{foreground-4}}'; - color: '{{foreground-3}}'; } -- cgit 1.2.3-korg