Closed boris-df closed 5 months ago
This is related to the minimal theme. I've fixed it by removing the border radius from the last two table cells.
/* Remove the border radius from the second-to-last and last cells in the calendar. */
#calendar-container tr td:nth-last-child(2),
#calendar-container tr td:last-child {
border-radius: 0;
}
Note that you may need to adjust the selectors if your week does not start on Monday.
That's fantastic!! Thank you very much :)
I'm aware that i can color the background of the weekend days in two ways: a) with
or b) with
This works, but there are rounded corners around each day.
Is there a way to make the weekend look like a solid "rectange"? For example, remove the corner-radius from the weekend-days (if they doesn't have any margins it should look as solid area then)?
(i'm using the "Minimal"-Theme if this makes a difference)
Oh, and for the screenshot if someone asks how i made the "Today" having a background-Color: I changed that like this (because with the default settings and the "Minimal"-Theme i could hardly see the "Today"