mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
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:
@@ -134,9 +134,9 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
||||
case 'scm_update':
|
||||
icon = 'fa-cloud-download';
|
||||
break;
|
||||
case 'cancel':
|
||||
icon = 'fa-minus-circle';
|
||||
break;
|
||||
// case 'cancel':
|
||||
// icon = 'fa-minus-circle';
|
||||
// break;
|
||||
case 'run':
|
||||
case 'rerun':
|
||||
case 'submit':
|
||||
@@ -157,7 +157,6 @@ angular.module('GeneratorHelpers', [systemStatus.name])
|
||||
case 'close':
|
||||
icon = 'fa-arrow-left';
|
||||
break;
|
||||
case 'save':
|
||||
case 'form_submit':
|
||||
icon = 'fa-check-square-o';
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user