(css) Don't force the bg color of input fields

pull/201/head
Francis Lachapelle 2016-03-03 13:48:38 -05:00
parent d4745ef598
commit 599264b3d9
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@
'<style type="text/css">',
/* Background color */
' .bg-folder{{ cssCtrl.ngModel.id }},',
' .bg-folder{{ cssCtrl.ngModel.id }} label,',
' .bg-folder{{ cssCtrl.ngModel.id }} .md-input {',
' .bg-folder{{ cssCtrl.ngModel.id }} label {',
' background-color: {{ cssCtrl.ngModel.color }} !important;',
' color: {{ cssCtrl.contrast(cssCtrl.ngModel.color) }} !important;',
' }',