fix scheduler name border color issues

This commit is contained in:
John Mitchell 2016-02-12 11:55:26 -05:00
parent 1bcc3b9269
commit 2c432ee974

View File

@ -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;
}