Fix free/busy blocking event background and border

The blocking event (the slot for the selected time frame of the event)
is supposed to show with red border and no background. For some reason
this styling broke (possibly through a fullcalendar upgrade) and
therefore needed some stricter styling rules that turn off FC's default
background and reset the opacity to make the border stand out.

This brings the design back to the original design as done by Georg.
Ref https://github.com/nextcloud/calendar/pull/1731

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-02-26 09:19:36 +01:00
parent 17f3107e3f
commit 8415df4451
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
border-style: solid;
border-left-width: 1px;
border-right-width: 1px;
background-color: transparent;
background-color: transparent !important;
opacity: 1.0 !important;
z-index: 2;
}