Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Weekends Darker Gray Background on Month View #985

Closed
nickian opened this issue Dec 4, 2018 · 2 comments · Fixed by #926
Closed

Disable Weekends Darker Gray Background on Month View #985

nickian opened this issue Dec 4, 2018 · 2 comments · Fixed by #926
Labels
3. to review Waiting for reviews
Milestone

Comments

@nickian
Copy link

nickian commented Dec 4, 2018

I'm not sure if this happened on a recent update, but I noticed weekends have a gray background and weekdays are white when viewing a month. Can an option/toggle be added in the settings for this? I definitely prefer the days to all look the same.

The gray being used seems much too dark to me. I could tolerate a lighter gray, like #f7f7f7.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@georgehrke georgehrke added this to the 2.0.0 beta1 milestone Dec 4, 2018
@georgehrke georgehrke added the 1. to develop Accepted and waiting to be taken care of label Dec 4, 2018
@My-Random-Thoughts
Copy link

I agree it's too dark. If you install the "Custom CSS" app you can set it to whatever colour you like. I set this:

#fullcalendar td.fc-day.fc-sat, #fullcalendar td.fc-day.fc-sun {
    background-color: #edf0f5;
}

@nickian
Copy link
Author

nickian commented Jun 2, 2019

Thanks for the suggestion! That works for now. I went ahead and just made it white again, haha.

@georgehrke georgehrke added 3. to review Waiting for reviews and removed 1. to develop Accepted and waiting to be taken care of labels Oct 16, 2019
@georgehrke georgehrke mentioned this issue Oct 16, 2019
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants