streams/view/css/cdav_calendar.css

38 lines
567 B
CSS
Raw Normal View History

2017-06-23 03:16:54 +00:00
/* fix borders */
.fc th:first-child,
.fc td:first-child {
2019-05-13 23:59:50 +00:00
border-left-width: 0px;
2017-06-23 03:16:54 +00:00
}
.fc th:last-child,
.fc td:last-child {
2019-05-13 23:59:50 +00:00
border-right-width: 0px;
border-bottom-width: 0px;
}
main.fullscreen .fc th:last-child,
main.fullscreen .fc td:last-child {
border-bottom-width: 1px;
2017-06-23 03:16:54 +00:00
}
.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;
}
2019-05-13 23:59:50 +00:00
.fc-list-view {
border-width: 0px;
}
.bootstrap-tagsinput {
width: 100%;
padding: 6px 12px;
}