﻿.calendar-button {
    cursor: pointer;
    border: 1px solid red;
}

.calendar-button:hover {
    background: red;
}