aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-02-14 07:33:05 +0000
committerMario <mario@mariovavti.com>2023-02-14 07:33:05 +0000
commitde3e83f0a24f7523639c0866535d8aae8a63efb7 (patch)
treefb26d33f69a3b0d7cb48c817e33441ea74061591 /view/css
parent6c78f7b76936513a408d036c98c12f8e88b448fc (diff)
downloadvolse-hubzilla-de3e83f0a24f7523639c0866535d8aae8a63efb7.tar.gz
volse-hubzilla-de3e83f0a24f7523639c0866535d8aae8a63efb7.tar.bz2
volse-hubzilla-de3e83f0a24f7523639c0866535d8aae8a63efb7.zip
fix mod cal after fullcalendar update
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_cal.css58
1 files changed, 25 insertions, 33 deletions
diff --git a/view/css/mod_cal.css b/view/css/mod_cal.css
index f0b5c0166..702b18bff 100644
--- a/view/css/mod_cal.css
+++ b/view/css/mod_cal.css
@@ -1,51 +1,43 @@
/* 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: 1em !important;
+ --fc-list-event-dot-width: 1em !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;
}
-.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,
+.fc-theme-standard th:last-child {
+ border-right: 0px !important;
}
-#events-spinner .spinner {
- margin-top: 9px;
- margin-bottom: -9px;
+.fc-theme-standard td:last-child {
+ border-bottom: 0px !important;
}
-.bootstrap-tagsinput {
- width: 100%;
- padding: 6px 12px;
+.fc-theme-standard .fc-scrollgrid {
+ border: 0px !important;
}
-.event-wrapper,
-.vevent {
- max-width: 700px;
+.fc-theme-standard .fc-list {
+ border: 0px !important;
}
-.event-owner {
- padding: 10px;
-}
+.bootstrap-tagsinput {
+ border: 1px solid var(--bs-border-color) !important;
+ margin-bottom: 0px !important;
+ border-radius: var(--bs-border-radius) !important;
+ background-color: var(--bs-body-bg) !important;
+ padding: 0 .75rem !important;
-.event-owner img {
- margin-right: 5px;
}
-.vevent,
-.event-buttons {
- padding: 10px;
+.bootstrap-tagsinput input {
+ min-width: 30% !important;
}
-