I tried doing this:
.calendarInactive {
width: 17px;
height: 15px;
border: 1px solid #de9e16;
}
.calendarActive {
width: 17px;
height: 15px;
border: 1px solid #de9e16;
}
But it did nothing. The boarder shows, but the rest doesn't. It just won't be resized for some reason.
Thanks for any help. :D