mirror of
https://github.com/ansible/awx.git
synced 2026-08-06 04:50:04 -02:30
Accordion and form styling
Simplified styling by removing background colors and images. Border colors are now grey rather than blue.
This commit is contained in:
@@ -1132,7 +1132,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator
|
||||
// Start the well
|
||||
if (!this.modal && this.form.well) {
|
||||
if ( !(this.form.collapse && this.form.collapseMode === options.mode)) {
|
||||
html += "<div class=\"well\">\n";
|
||||
html += "<div class=\"aw-form-well\">\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user