Blame Identity/Webenv/Themes/Default/Puntal/themes/punbb/date-picker.css

f2e824
.date-picker {
f2e824
	border-collapse: collapse;
f2e824
	background: #fff;
f2e824
	color: #fff;
f2e824
	border: 1px solid #666;
f2e824
	border-width: 1px 2px 2px 1px;
f2e824
}
f2e824
.date-picker th {
f2e824
	border: none;
f2e824
	color: #000;
f2e824
	text-align: center;
f2e824
}
f2e824
.date-picker td {
f2e824
	border: 1px solid #666;
f2e824
	text-align: center;
f2e824
	padding: 4px 6px;
f2e824
}
f2e824
th.date-picker-month {
f2e824
	text-align: left;
f2e824
}
f2e824
th.date-picker-year {
f2e824
	text-align: right;
f2e824
}
f2e824
.date-picker-control, th.date-picker-control {
f2e824
	color: #060;
f2e824
	cursor: pointer;
f2e824
}
f2e824
.date-picker-day, .date-picker-today {
f2e824
	color: #000;
f2e824
	background: #eee;
f2e824
	cursor: pointer;
f2e824
}
f2e824
.date-picker-today {
f2e824
	background: #ccc;
f2e824
}