Disable transparent styling for past calendar events

  • Nextcloud Server version (e.g., 30.x.x): 30.0.4
  • Operating system and version: - Debian 12
  • Web server and version (e.g, Apache 2.4.25): Apache 2.4.x

Summary of the issue you are facing:

Past events are styled greyish or transparent. This needlessly makes them less readable. Is there any option to disable this feature?

Steps to replicate it (hint: details matter!):

  1. Create a calendar event.
  2. Let time pass
  3. Try to read it.

I have figured out that using the “Custom CSS” app lets me fix it.

For my users I set the opacity to 1 using the following CSS

.fc-event.fc-event-past { opacity: 1 !important; }

Excuse me.
Can you explain more how you did it.
Witch programs, configuration files etc …
Thanks a lot.
Best regards
Pierre

In “Apps” under the “Customization” category install the “Custom CSS” app.
After that go to “Administration Settings” and “Theming”.
In the Custom CSS section add the CSS and save.
Then when you go to the calendar past events have been customized.

Opacity can be anything from 0 to 1 or as a percentage (0% - 100%).

Thanks a lot.
I’ll try it as soon as possible.
Great.
Best regards

Great works fine.
Thank you for your tips and appologise my poor english.
Have a nice day.
Best regards.
Peter.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.