aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-25 13:08:05 +0000
committerMario <mario@mariovavti.com>2023-01-25 13:08:05 +0000
commit08e925758e920b898ac2d08710eab2f9638fe276 (patch)
treefed0f7b2ee8251c6534d446b3166096889c9aeb3 /view/css
parent213c8a6eeccc16c34d3a34229a810bd213837c56 (diff)
downloadvolse-hubzilla-08e925758e920b898ac2d08710eab2f9638fe276.tar.gz
volse-hubzilla-08e925758e920b898ac2d08710eab2f9638fe276.tar.bz2
volse-hubzilla-08e925758e920b898ac2d08710eab2f9638fe276.zip
update fullcalendar library
Diffstat (limited to 'view/css')
-rw-r--r--view/css/cdav_calendar.css40
1 files changed, 19 insertions, 21 deletions
diff --git a/view/css/cdav_calendar.css b/view/css/cdav_calendar.css
index a732452f0..46a32bef7 100644
--- a/view/css/cdav_calendar.css
+++ b/view/css/cdav_calendar.css
@@ -1,33 +1,32 @@
/* fix borders */
-.fc th:first-child,
-.fc td:first-child {
- border-left-width: 0px;
+:root {
+ --fc-border-color: var(--bs-border-color) !important;
+ --fc-page-bg-color: var(--bs-tertiary-bg) !important;
+ --fc-list-event-hover-bg-color: var(--bs-tertiary-bg) !important;
+ --fc-daygrid-event-dot-width: 1rem !important;
+ --fc-list-event-dot-width: 1rem !important;
}
-.fc th:last-child,
-.fc td:last-child {
- border-right-width: 0px;
- border-bottom-width: 0px;
+.fc .fc-cell-shaded, .fc .fc-day-disabled {
+ background: var(--bs-tertiary-bg) !important;
}
-main.fullscreen .fc th:last-child,
-main.fullscreen .fc td:last-child {
- border-bottom-width: 1px;
+.fc-theme-standard td:last-child,
+.fc-theme-standard th:last-child {
+ border-right: 0px !important;
}
-.fc-unthemed th,
-.fc-unthemed td,
-.fc-unthemed thead,
-.fc-unthemed tbody,
-.fc-unthemed .fc-divider,
-.fc-unthemed .fc-row,
-.fc-unthemed .fc-popover {
- border-color: #ccc !important;
+.fc-theme-standard td:last-child {
+ border-bottom: 0px !important;
}
-.fc-list-view {
- border-width: 0px;
+.fc-theme-standard .fc-scrollgrid {
+ border: 0px !important;
+}
+
+.fc-theme-standard .fc-list {
+ border: 0px !important;
}
.bootstrap-tagsinput {
@@ -35,4 +34,3 @@ main.fullscreen .fc td:last-child {
padding: 6px 12px;
margin-bottom: 0px !important;
}
-