mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 20:37:39 -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:
@@ -90,6 +90,9 @@ table.ui-datepicker-calendar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-widget-content {
|
.ui-widget-content {
|
||||||
|
background-image: none;
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
a,
|
a,
|
||||||
a:visited,
|
a:visited,
|
||||||
a:active {
|
a:active {
|
||||||
@@ -121,6 +124,17 @@ table.ui-datepicker-calendar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-state-active,
|
||||||
|
.ui-state-default {
|
||||||
|
background-image: none;
|
||||||
|
background-color: transparent;
|
||||||
|
border: 1px solid @well-border;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-widget-content {
|
||||||
|
border: 1px solid @well-border;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-spinner a.ui-spinner-button {
|
.ui-spinner a.ui-spinner-button {
|
||||||
border-left: 1px solid #A6C9E2;
|
border-left: 1px solid #A6C9E2;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1132,7 +1132,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator
|
|||||||
// Start the well
|
// Start the well
|
||||||
if (!this.modal && this.form.well) {
|
if (!this.modal && this.form.well) {
|
||||||
if ( !(this.form.collapse && this.form.collapseMode === options.mode)) {
|
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