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.
 
 
 
 
 
 

16 lines
264 B

.daterow {
padding: 1px 5px;
border: 1px outset #ddd;
background-color: #ddd;
margin-right: 10px;
}
.daterow:hover {
background-color: #fff;
cursor: pointer;
}
.daterow:active {
border: 1px inset #ddd;
}
.calendar {
z-index: 300;
}