mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03: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:
parent
7e77a756d9
commit
08e6751f69
@ -90,6 +90,9 @@ table.ui-datepicker-calendar {
|
||||
}
|
||||
|
||||
.ui-widget-content {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
|
||||
a,
|
||||
a:visited,
|
||||
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 {
|
||||
border-left: 1px solid #A6C9E2;
|
||||
}
|
||||
|
||||
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user