Closed ingo916 closed 4 years ago
Is it possible to change the background color of just to top cell for Saturdayand Sunday?
You can use this CSS selector for it;
.CALEXT .weekHeader .day_6
day_1 is Monday, day_7 is Sunday.
day_1
day_7
So, you can use like this;
.CALEXT .weekHeader .day_6 { background-color: yellow; color: black; }
Is it possible to change the background color of just to top cell for Saturdayand Sunday?