sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
753 B

/* dijit.Calendar */
.dijitCalendar thead {
background-repeat: repeat-x;
background-color: #007aff;
}
.dijitCalendarSelectedDate .dijitCalendarDateLabel {
background-repeat: repeat-x;
color: #a7a7aa;
}
.dijitCalendarActiveDate .dijitCalendarDateLabel {
background-repeat: repeat-x;
}
.dijitCalendarYearLabel {
background-repeat: repeat-x;
background-color: #007aff;
}
.dj_gecko .dijitCalendar .dijitDropDownButton .dijitButtonNode {
-moz-box-shadow: 0 0 0 transparent;
}
.dj_gecko .dijitCalendar thead {
background-color: #007aff;
}
.dj_gecko .dijitCalendarSelectedDate .dijitCalendarDateLabel {
color: #a7a7aa;
}
.dj_gecko .dijitCalendarYearLabel {
background-color: #007aff;
}
.dj_ff3 .dijitCalendar {
-moz-border-radius: 0;
}