mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
fix scheduler name border color issues
This commit is contained in:
@@ -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);
|
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 */
|
/* For some reason TB 3 RC1 does not provide an input-mini */
|
||||||
|
|
||||||
.input-mini {
|
.input-mini {
|
||||||
@@ -2018,3 +2026,11 @@ button.dropdown-toggle,
|
|||||||
.list-actions button, .list-actions .checkbox-inline {
|
.list-actions button, .list-actions .checkbox-inline {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-container--disabled,.select2-container--disabled .select2-selection--single{
|
||||||
|
cursor: not-allowed !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select2-container--disabled {
|
||||||
|
opacity: .35;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user