mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
44 lines
991 B
CSS
44 lines
991 B
CSS
/* fix borders */
|
|
|
|
: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 .fc-cell-shaded, .fc .fc-day-disabled {
|
|
background: var(--bs-tertiary-bg) !important;
|
|
}
|
|
|
|
.fc-theme-standard td:last-child,
|
|
.fc-theme-standard th:last-child {
|
|
border-right: 0px !important;
|
|
}
|
|
|
|
.fc-theme-standard td:last-child {
|
|
border-bottom: 0px !important;
|
|
}
|
|
|
|
.fc-theme-standard .fc-scrollgrid {
|
|
border: 0px !important;
|
|
}
|
|
|
|
.fc-theme-standard .fc-list {
|
|
border: 0px !important;
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
.bootstrap-tagsinput input {
|
|
min-width: 30% !important;
|
|
}
|