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.
38 lines
671 B
38 lines
671 B
/*
|
|
YUI 3.17.2 (build 9c3c78e)
|
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
|
Licensed under the BSD License.
|
|
http://yuilibrary.com/license/
|
|
*/
|
|
|
|
.yui3-calendar {
|
|
}
|
|
|
|
.yui3-calendar-content {
|
|
}
|
|
|
|
.yui3-calendar-column-hidden, .yui3-calendar-hidden {
|
|
display:none;
|
|
}
|
|
|
|
.yui3-calendar-day {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.yui3-calendar-selection-disabled {
|
|
cursor: default;
|
|
}
|
|
|
|
.yui3-calendar-prevmonth-day {
|
|
cursor: default;
|
|
}
|
|
|
|
.yui3-calendar-nextmonth-day {
|
|
cursor: default;
|
|
}
|
|
|
|
.yui3-calendar-content:hover .yui3-calendar-day,
|
|
.yui3-calendar-content:hover .yui3-calendar-prevmonth-day,
|
|
.yui3-calendar-content:hover .yui3-calendar-nextmonth-day {
|
|
-moz-user-select: none;
|
|
}
|