Compare commits
9 Commits
4fd363aa43
...
880c320771
Author | SHA1 | Date | |
---|---|---|---|
880c320771 | |||
eed4b2a754 | |||
8dcd89e342 | |||
54a38cf12f | |||
28edb6027c | |||
1a2d20645f | |||
652f78944a | |||
94e59b83bf | |||
ed1392ead4 |
@ -1,28 +0,0 @@
|
|||||||
.fc .fc-toolbar.fc-header-toolbar {
|
|
||||||
/* Save some vertical space */
|
|
||||||
margin-bottom: 0;
|
|
||||||
/* iOS 8 Safari doesn't support flexbox */
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Fix rendering of now indicators on iOS 8 Safari */
|
|
||||||
.fc .fc-timegrid-now-indicator-container {
|
|
||||||
overflow: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc .fc-timegrid-now-indicator-line {
|
|
||||||
border-color: rgba(255, 0, 0, 0.4);
|
|
||||||
border-top-width: 1px;
|
|
||||||
border-top-color: red;
|
|
||||||
border-bottom-width: 9px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
|
|
||||||
border-width: 10px 0 10px 11px;
|
|
||||||
margin-top: -10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fc .fc-timegrid-slots {
|
|
||||||
/* Fix timegrid lines rendering over events on iOS 5.1.1 */
|
|
||||||
z-index: 0 !important;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user