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.
36 lines (35 loc) • 1.29 kB
CSS
/* dijit.Calendar */
.dijitCalendar thead {
background-repeat: repeat-x;
background-image: url(compat/calendar-month-bg.png);
}
.dijitCalendarSelectedDate .dijitCalendarDateLabel {
background-repeat: repeat-x;
background-image: url(compat/calendar-datelabel-sel-bg.png);
}
.dijitCalendarActiveDate .dijitCalendarDateLabel {
background-repeat: repeat-x;
background-image: url(compat/calendar-datelabel-act-bg.png);
}
.dijitCalendarYearLabel {
background-repeat: repeat-x;
background-image: url(compat/calendar-year-bg.png);
}
.dj_gecko .dijitCalendar .dijitDropDownButton .dijitButtonNode {
-moz-box-shadow: 0 0 0 transparent;
}
.dj_gecko .dijitCalendar thead {
background-image: -moz-linear-gradient(top, #84868c 0%, #52555a 50%, #292929 50%, #000000 100%);
}
.dj_gecko .dijitCalendarSelectedDate .dijitCalendarDateLabel {
background-image: -moz-linear-gradient(top, #00a200 0%, #00ba00 20%, #00ba00 20%, #00d300 100%);
}
.dj_gecko .dijitCalendarActiveDate .dijitCalendarDateLabel {
background-image: -moz-linear-gradient(top, #306ea1 0%, #4090d3 6%, #306ea1 50%, #266093 100%);
}
.dj_gecko .dijitCalendarYearLabel {
background-image: -moz-linear-gradient(top, #84868c 0%, #52555a 50%, #292929 50%, #000000 100%);
}
.dj_ff3 .dijitCalendar {
-moz-border-radius: 0;
}