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
31 lines
753 B
/* dijit.Calendar */ |
|
.dijitCalendar thead { |
|
background-repeat: repeat-x; |
|
background-color: #333333; |
|
} |
|
.dijitCalendarSelectedDate .dijitCalendarDateLabel { |
|
background-repeat: repeat-x; |
|
color: #33b5e5; |
|
} |
|
.dijitCalendarActiveDate .dijitCalendarDateLabel { |
|
background-repeat: repeat-x; |
|
} |
|
.dijitCalendarYearLabel { |
|
background-repeat: repeat-x; |
|
background-color: #333333; |
|
} |
|
.dj_gecko .dijitCalendar .dijitDropDownButton .dijitButtonNode { |
|
-moz-box-shadow: 0 0 0 transparent; |
|
} |
|
.dj_gecko .dijitCalendar thead { |
|
background-color: #333333; |
|
} |
|
.dj_gecko .dijitCalendarSelectedDate .dijitCalendarDateLabel { |
|
color: #33b5e5; |
|
} |
|
.dj_gecko .dijitCalendarYearLabel { |
|
background-color: #333333; |
|
} |
|
.dj_ff3 .dijitCalendar { |
|
-moz-border-radius: 0; |
|
}
|
|
|