1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- /* This is for Gecko-based browsers */
- /*
- .DynarchCalendar {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .DynarchCalendar-title, .DynarchCalendar-title div {
- -moz-border-radius: 0 0 4px 4px;
- -webkit-border-radius: 0 0 4px 4px;
- border-radius: 0 0 4px 4px;
- }
- .DynarchCalendar-topBar {
- -moz-border-radius: 4px 4px 0 0;
- -webkit-border-radius: 4px;
- border-radius: 4px 4px 0 0;
- }
- .DynarchCalendar-bottomBar {
- -moz-border-radius: 0 0 4px 4px;
- -webkit-border-radius: 0 0 4px 4px;
- border-radius: 0 0 4px 4px;
- }
- .DynarchCalendar-bottomBar-today {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .DynarchCalendar-navBtn, .DynarchCalendar-navBtn div {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .DynarchCalendar-menu {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .DynarchCalendar-menu table td div {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .DynarchCalendar-weekNumber {
- -moz-border-radius: 4px 0 0 4px;
- -webkit-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
- }
- .DynarchCalendar-day {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .DynarchCalendar-day-disabled {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- }
- .DynarchCalendar-tooltipCont {
- -moz-border-radius: 0 0 5px 5px;
- -webkit-border-radius: 5px;
- }
- .DynarchCalendar-time-hour, .DynarchCalendar-time-minute {
- -moz-border-radius: 3px 0 0 3px;
- -webkit-border-radius: 3px;
- }
- .DynarchCalendar-time-am {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- }
- */
|