I am currently using a bootstrap datetimepicker and I would like to eliminate the border around the days and months in the cell.
This is my attempt so far:
.bootstrap-datetimepicker-widget td {
border: 0px !important;
}
I have also included an image that highlights the borders I am looking to remove.
Any assistance on this matter would be greatly appreciated.