The following content provides the exact CSS structure that can be used to modify the control’s appearance based on the user preference.
Use the following CSS to customize the appearance of wrapper element.
/* To specify height and font size */
.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
font-size: 20px;
height: 40px;
}
Use the following CSS to customize the DateTimePicker icons element
/* To specify background color and font size */
.e-datetime-wrapper .e-input-group-icon.e-date-icon, .e-datetime-wrapper .e-input-group-icon.e-time-icon {
font-size: 16px;
background-color: blanchedalmond;
}
Use the following CSS to customize the time picker popup in the DateTimePicker
/* To specify height */
.e-datetimepicker.e-popup {
height: 100px;
}
Please check the below section, to customize the style and appearance of the Calendar component in the DateTimePicker