Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 524 Bytes

File metadata and controls

30 lines (25 loc) · 524 Bytes
/*
 * Custom Datetime Calendar Header Parts
 * -------------------------------------------
 */
ion-datetime::part(calendar-header) {
  background-color: orange;
}

ion-datetime::part(month-year-button) {
  background-color: lightblue;
}

ion-datetime::part(navigation-button) {
  background-color: firebrick;
}

ion-datetime::part(previous-button) {
  color: white;
}

ion-datetime::part(next-button) {
  color: black;
}

ion-datetime::part(calendar-days-of-week) {
  background-color: #9ad162;
  color: white;
}