@import "../default-skin.less";
@import "../../global/mixin.less";

.s_pc {
	.c_calendar {
		.header {
			.prevYear:hover,
			.nextYear:hover,
			.info:hover,
			.prev:hover,
			.next:hover { background:@primary-light-3;}
		}
		.day {
			> ul > li:not(:empty):hover:after { background:@bg-dark-0-7;}
			> ul > li.on:hover:after{ background:@warning;}
			> ul > li.dis:hover:after { background:none;}
		}
		.select {
			ul li:hover:after{ background:@bg-dark-0-7;}
			ul li:hover{color:@fg-light-1;}
			ul li.on:hover:after{ background:@warning;}
			ul li.on:hover{ color:@bg;}
			ul li.dis:hover:after { background:none;}
			.year {
				.next:hover,
				.prev:hover { background:@primary-dark-1;}
			}
		}
		.shortcut {
			li:hover { background:@bg-dark-0-7;}
		}
		.time {
			.option {
				> ul > li:hover:after { background:@bg-dark-0-7; color:@fg-light-1;}
				> ul > li.dis:hover:after { background:none;}
			}
		}
	}



	// 年月
	.c_calendar-ym {
		.header {
			.info:hover { background:none; cursor:default;}
		}
		.number {
			> ul > li:hover:after { background:@bg-dark-0-7;}
			> ul > li.on:hover:after { background:@warning;}
			> ul > li.dis:hover:after { background:none;}
		}
	}
}