Inital change of form CSS

adding forms.less, as well as changing background colors, input widths, borders, and first run at button style change
This commit is contained in:
Jared Tabor
2016-01-11 11:49:38 -08:00
parent fcaf86c1da
commit dbb420ad69
27 changed files with 374 additions and 446 deletions

View File

@@ -3,7 +3,7 @@
*
* All Rights Reserved
*************************************************/
/**
* @ngdoc function
* @name forms.function:Credentials
@@ -357,9 +357,8 @@ export default
ngClick: 'formSave()', //$scope.function to call on click, optional
ngDisabled: true //Disable when $pristine or $invalid, optional
},
reset: {
ngClick: 'formReset()',
ngDisabled: true //Disabled when $pristine
cancel: {
ngClick: 'formCancel()',
}
},