dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
32 lines (31 loc) • 753 B
CSS
/* 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;
}