mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-16 21:11:49 -05:00
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:
@@ -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()',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user