mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
fix scheduler name border color issues
This commit is contained in:
parent
1bcc3b9269
commit
2c432ee974
@ -630,6 +630,14 @@ dd {
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 88, 80, 0.6);
|
||||
}
|
||||
|
||||
.form-control.ng-dirty.ng-pristine {
|
||||
border-color: #e1e1e1;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.form-control.ng-dirty.ng-pristine:focus {
|
||||
border-color: #1678c4;
|
||||
}
|
||||
/* For some reason TB 3 RC1 does not provide an input-mini */
|
||||
|
||||
.input-mini {
|
||||
@ -2018,3 +2026,11 @@ button.dropdown-toggle,
|
||||
.list-actions button, .list-actions .checkbox-inline {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.select2-container--disabled,.select2-container--disabled .select2-selection--single{
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
|
||||
.select2-container--disabled {
|
||||
opacity: .35;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user