UNPKG

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.

110 lines (109 loc) 2.58 kB
/* if you link this style sheet, dijit/themes/dijit.css must be imported. */ /* dijit.Calendar */ .dijitCalendar { padding: 0; width: 320px; border-radius: 0; text-align: center; border: 1px solid #c0c0c0; } .dijitCalendar thead { border-color: inherit; vertical-align: middle; } .dijitCalendarMonthLabel { padding: 0 4px; font-family: Helvetica; text-shadow: rgba(247, 247, 247, 0.6) 0 1px 0px; color: #ffffff; font-size: 16px; } .dijitCalendarMonthMenu .dijitCalendarMonthLabel { background-color: #f2f2f2; color: black; } .dijitCalendar .dijitDropDownButton .dijitButtonNode { padding: 0 3px 0 2px; border: none; background-color: transparent; background-image: none; -webkit-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; } .dijitArrowButtonInner { display: none; } .dijitCalendarMonthContainer th { border-right: 1px solid transparent; } .dijitCalendarIncrementControl { width: 0; height: 0; border: 6px solid transparent !important; } .dijitCalendarDecrease { border-left-width: 0 !important; border-right: 6px solid #9b9b9b !important; } .dijitCalendarIncrease { border-right-width: 0 !important; border-left: 6px solid #9b9b9b !important; } .dijitA11ySideArrow { display: none; } .dijitCalendarDayLabelTemplate { border-right: 1px solid transparent; text-align: center; text-shadow: rgba(247, 247, 247, 0.6) 0px 1px 0px; background-color: #f6f6f6; font-size: 12px; color: #000000 !important; } .dijitCalendarDateTemplate { border-bottom: 1px solid lightGrey; font-family: Helvetica; font-size: 22px; font-weight: normal; text-align: center; border: none; background-color: white; color: black; } .dijitCalendarDateTemplate:last-child { border-right: none; } .dijitCalendarDateTemplate .dijitCalendarDateLabel { padding: 3px 5px 3px 4px; display: block; text-decoration: none; border: none; } .dijitCalendarPreviousMonth .dijitCalendarDateLabel, .dijitCalendarNextMonth .dijitCalendarDateLabel { color: lightGrey; } .dijitCalendarHoveredDate .dijitCalendarDateLabel { color: grey; } .dijitCalendarSelectedDate .dijitCalendarDateLabel { color: black; background-color: Highlight; } .dijitCalendarYearLabel { margin: 0; padding: 0; } .dijitCalendarSelectedYear { font-family: Helvetica; text-shadow: rgba(247, 247, 247, 0.6) 0px 1px 0px; color: #ffffff; font-size: 16px; } .dijitCalendarNextYear, .dijitCalendarPreviousYear { text-shadow: rgba(247, 247, 247, 0.6) 0px 1px 0px; padding: 1px 6px 3px 6px; color: #ffffff; font-size: 12px; }