I am trying to use the datetimepicker. Please see attached. It has this blue border and background that I need to remove so it looks like other bootstrap components I am using. I have tried everything css wise I can think of but have not been able to override the color. How can I do this? Thanks. Code looks like this:
<div class="col-lg-4 col-md-5 col-sm-5">
<div class="input-group">
<input id="actionDate" class="form-control input-sm"
kendo-date-time-picker
ng-model="vm.currentTreatmentAction.ActionDate" />
</div>
</div>