angular-ui / ui-select

AngularJS-native version of Select2 and Selectize
MIT License
3.26k stars 1.81k forks source link

Style for invalid input overrides Bootstrap style #602

Open AntiFreez opened 9 years ago

AntiFreez commented 9 years ago
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
   border-color: #D44950;
}

overrides

.has-error .form-control {
   border-color: #a94442;
}
AntiFreez commented 9 years ago

a94442 is actual style for Bootstrap v3.3.2