phcthemes_admin_panel_pack 5.0.0 → 5.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/smarty/core.js +28154 -0
- data/app/assets/javascripts/smarty/core.min.js +2 -0
- data/app/assets/javascripts/smarty/core.sow_builder.js +84 -0
- data/app/assets/javascripts/smarty/core.sow_builder.min.js +1 -0
- data/app/assets/javascripts/smarty/phcthemes_admin_panel_pack_smarty.js +3 -0
- data/app/assets/javascripts/smarty/vendor.chartjs.js +20776 -0
- data/app/assets/javascripts/smarty/vendor.chartjs.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.cocoen.js +1 -0
- data/app/assets/javascripts/smarty/vendor.cocoen.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.colorpicker.js +3 -0
- data/app/assets/javascripts/smarty/vendor.colorpicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.datatables.js +42928 -0
- data/app/assets/javascripts/smarty/vendor.datatables.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.datepicker.js +2039 -0
- data/app/assets/javascripts/smarty/vendor.datepicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.daterangepicker.js +1578 -0
- data/app/assets/javascripts/smarty/vendor.daterangepicker.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.easypie.js +364 -0
- data/app/assets/javascripts/smarty/vendor.easypie.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.fancybox.js +5632 -0
- data/app/assets/javascripts/smarty/vendor.fancybox.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.flickity.js +4597 -0
- data/app/assets/javascripts/smarty/vendor.flickity.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.flot.js +11921 -0
- data/app/assets/javascripts/smarty/vendor.flot.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.fullcalendar.js +14597 -0
- data/app/assets/javascripts/smarty/vendor.fullcalendar.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.leaflet.js +6 -0
- data/app/assets/javascripts/smarty/vendor.leaflet.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.markdowneditor.js +7 -0
- data/app/assets/javascripts/smarty/vendor.markdowneditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.mediumeditor.js +7893 -0
- data/app/assets/javascripts/smarty/vendor.mediumeditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.pdfmake.js +79493 -0
- data/app/assets/javascripts/smarty/vendor.pdfmake.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.photoswipe.js +4595 -0
- data/app/assets/javascripts/smarty/vendor.photoswipe.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.prismjs.js +7219 -0
- data/app/assets/javascripts/smarty/vendor.prismjs.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.quilleditor.js +11562 -0
- data/app/assets/javascripts/smarty/vendor.quilleditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.sparkline.js +3068 -0
- data/app/assets/javascripts/smarty/vendor.sparkline.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.summernoteeditor.js +10235 -0
- data/app/assets/javascripts/smarty/vendor.summernoteeditor.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor.swiper.js +9899 -0
- data/app/assets/javascripts/smarty/vendor.swiper.min.js +1 -0
- data/app/assets/javascripts/smarty/vendor_bundle.js +30514 -0
- data/app/assets/javascripts/smarty/vendor_bundle.min.js +2 -0
- data/app/assets/stylesheets/smarty/default/phcthemes_admin_panel_pack_smarty.scss +7 -0
- data/app/assets/stylesheets/smarty/theme/css/core.css +20170 -0
- data/app/assets/stylesheets/smarty/theme/css/core.min.css +2 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.chartjs.css +55 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.chartjs.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.cocoen.css +59 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.cocoen.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.colorpicker.css +1196 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.colorpicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datatables.css +1258 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datatables.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datepicker.css +173 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.datepicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.daterangepicker.css +545 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.daterangepicker.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fancybox.css +927 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fancybox.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flickity.css +263 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flickity.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flot.css +17 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.flot.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fullcalendar.css +1685 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.fullcalendar.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.leaflet.css +653 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.leaflet.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.markdowneditor.css +7 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.markdowneditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.mediumeditor.css +308 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.mediumeditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.photoswipe.css +436 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.photoswipe.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.prismjs.css +364 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.prismjs.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.quilleditor.css +953 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.quilleditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.summernoteeditor.css +710 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.summernoteeditor.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.swiper.css +762 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor.swiper.min.css +1 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor_bundle.css +168 -0
- data/app/assets/stylesheets/smarty/theme/css/vendor_bundle.min.css +2 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.eot +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.svg +250 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.ttf +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.woff +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/flaticon/Flaticon.woff2 +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.eot +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.hash +1 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.ttf +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.woff +0 -0
- data/app/assets/stylesheets/smarty/theme/fonts/summernote.woff2 +0 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/2co.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/amazon.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/amazon_pay_logo.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/american_express.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/apple_pay.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/bitcoin.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/dinners_club.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/discover.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/ebay.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/jcb.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/mastercard.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/paypal.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/paypal_logo.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/shopify.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/skrill.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/switch.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/visa.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/credit_card/western_union.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/flags.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_dark.svg +2 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_light.svg +2 -0
- data/app/assets/stylesheets/smarty/theme/images/logo/logo_sm.svg +1 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/icon_192x192.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/icon_512x512.png +0 -0
- data/app/assets/stylesheets/smarty/theme/images/manifest/manifest.json +20 -0
- data/app/assets/stylesheets/smarty/theme/images/masks/shape-line-lense.svg +1 -0
- data/lib/phcthemes_admin_panel_pack/version.rb +1 -1
- metadata +128 -2
@@ -0,0 +1,1685 @@
|
|
1
|
+
@charset "UTF-8";
|
2
|
+
.fc {
|
3
|
+
direction: ltr;
|
4
|
+
text-align: left;
|
5
|
+
}
|
6
|
+
|
7
|
+
.fc-rtl {
|
8
|
+
text-align: right;
|
9
|
+
}
|
10
|
+
|
11
|
+
body .fc {
|
12
|
+
/* extra precedence to overcome jqui */
|
13
|
+
font-size: 1em;
|
14
|
+
}
|
15
|
+
|
16
|
+
/* Colors
|
17
|
+
--------------------------------------------------------------------------------------------------*/
|
18
|
+
.fc-highlight {
|
19
|
+
/* when user is selecting cells */
|
20
|
+
background: #bce8f1;
|
21
|
+
opacity: 0.3;
|
22
|
+
}
|
23
|
+
|
24
|
+
.fc-bgevent {
|
25
|
+
/* default look for background events */
|
26
|
+
background: #8fdf82;
|
27
|
+
opacity: 0.3;
|
28
|
+
}
|
29
|
+
|
30
|
+
.fc-nonbusiness {
|
31
|
+
/* default look for non-business-hours areas */
|
32
|
+
/* will inherit .fc-bgevent's styles */
|
33
|
+
background: #d7d7d7;
|
34
|
+
}
|
35
|
+
|
36
|
+
/* Popover
|
37
|
+
--------------------------------------------------------------------------------------------------*/
|
38
|
+
.fc-popover {
|
39
|
+
position: absolute;
|
40
|
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
|
41
|
+
}
|
42
|
+
|
43
|
+
.fc-popover .fc-header {
|
44
|
+
/* TODO: be more consistent with fc-head/fc-body */
|
45
|
+
display: flex;
|
46
|
+
flex-direction: row;
|
47
|
+
justify-content: space-between;
|
48
|
+
align-items: center;
|
49
|
+
padding: 2px 4px;
|
50
|
+
}
|
51
|
+
|
52
|
+
.fc-rtl .fc-popover .fc-header {
|
53
|
+
flex-direction: row-reverse;
|
54
|
+
}
|
55
|
+
|
56
|
+
.fc-popover .fc-header .fc-title {
|
57
|
+
margin: 0 2px;
|
58
|
+
}
|
59
|
+
|
60
|
+
.fc-popover .fc-header .fc-close {
|
61
|
+
cursor: pointer;
|
62
|
+
opacity: 0.65;
|
63
|
+
font-size: 1.1em;
|
64
|
+
}
|
65
|
+
|
66
|
+
/* Misc Reusable Components
|
67
|
+
--------------------------------------------------------------------------------------------------*/
|
68
|
+
.fc-divider {
|
69
|
+
border-style: solid;
|
70
|
+
border-width: 1px;
|
71
|
+
}
|
72
|
+
|
73
|
+
hr.fc-divider {
|
74
|
+
height: 0;
|
75
|
+
margin: 0;
|
76
|
+
padding: 0 0 2px;
|
77
|
+
/* height is unreliable across browsers, so use padding */
|
78
|
+
border-width: 1px 0;
|
79
|
+
}
|
80
|
+
|
81
|
+
.fc-bg,
|
82
|
+
.fc-bgevent-skeleton,
|
83
|
+
.fc-highlight-skeleton,
|
84
|
+
.fc-mirror-skeleton {
|
85
|
+
/* these element should always cling to top-left/right corners */
|
86
|
+
position: absolute;
|
87
|
+
top: 0;
|
88
|
+
left: 0;
|
89
|
+
right: 0;
|
90
|
+
}
|
91
|
+
|
92
|
+
.fc-bg {
|
93
|
+
bottom: 0;
|
94
|
+
/* strech bg to bottom edge */
|
95
|
+
}
|
96
|
+
|
97
|
+
.fc-bg table {
|
98
|
+
height: 100%;
|
99
|
+
/* strech bg to bottom edge */
|
100
|
+
}
|
101
|
+
|
102
|
+
/* Tables
|
103
|
+
--------------------------------------------------------------------------------------------------*/
|
104
|
+
.fc table {
|
105
|
+
width: 100%;
|
106
|
+
box-sizing: border-box;
|
107
|
+
/* fix scrollbar issue in firefox */
|
108
|
+
table-layout: fixed;
|
109
|
+
border-collapse: collapse;
|
110
|
+
border-spacing: 0;
|
111
|
+
font-size: 1em;
|
112
|
+
/* normalize cross-browser */
|
113
|
+
}
|
114
|
+
|
115
|
+
.fc th {
|
116
|
+
text-align: center;
|
117
|
+
}
|
118
|
+
|
119
|
+
.fc th,
|
120
|
+
.fc td {
|
121
|
+
border-style: solid;
|
122
|
+
border-width: 1px;
|
123
|
+
padding: 0;
|
124
|
+
vertical-align: top;
|
125
|
+
}
|
126
|
+
|
127
|
+
.fc td.fc-today {
|
128
|
+
border-style: double;
|
129
|
+
/* overcome neighboring borders */
|
130
|
+
}
|
131
|
+
|
132
|
+
/* Internal Nav Links
|
133
|
+
--------------------------------------------------------------------------------------------------*/
|
134
|
+
a[data-goto] {
|
135
|
+
cursor: pointer;
|
136
|
+
}
|
137
|
+
|
138
|
+
a[data-goto]:hover {
|
139
|
+
text-decoration: underline;
|
140
|
+
}
|
141
|
+
|
142
|
+
/* Fake Table Rows
|
143
|
+
--------------------------------------------------------------------------------------------------*/
|
144
|
+
.fc .fc-row {
|
145
|
+
/* extra precedence to overcome themes forcing a 1px border */
|
146
|
+
/* no visible border by default. but make available if need be (scrollbar width compensation) */
|
147
|
+
border-style: solid;
|
148
|
+
border-width: 0;
|
149
|
+
}
|
150
|
+
|
151
|
+
.fc-row table {
|
152
|
+
/* don't put left/right border on anything within a fake row.
|
153
|
+
the outer tbody will worry about this */
|
154
|
+
border-left: 0 hidden transparent;
|
155
|
+
border-right: 0 hidden transparent;
|
156
|
+
/* no bottom borders on rows */
|
157
|
+
border-bottom: 0 hidden transparent;
|
158
|
+
}
|
159
|
+
|
160
|
+
.fc-row:first-child table {
|
161
|
+
border-top: 0 hidden transparent;
|
162
|
+
/* no top border on first row */
|
163
|
+
}
|
164
|
+
|
165
|
+
/* Day Row (used within the header and the DayGrid)
|
166
|
+
--------------------------------------------------------------------------------------------------*/
|
167
|
+
.fc-row {
|
168
|
+
position: relative;
|
169
|
+
}
|
170
|
+
|
171
|
+
.fc-row .fc-bg {
|
172
|
+
z-index: 1;
|
173
|
+
}
|
174
|
+
|
175
|
+
/* highlighting cells & background event skeleton */
|
176
|
+
.fc-row .fc-bgevent-skeleton,
|
177
|
+
.fc-row .fc-highlight-skeleton {
|
178
|
+
bottom: 0;
|
179
|
+
/* stretch skeleton to bottom of row */
|
180
|
+
}
|
181
|
+
|
182
|
+
.fc-row .fc-bgevent-skeleton table,
|
183
|
+
.fc-row .fc-highlight-skeleton table {
|
184
|
+
height: 100%;
|
185
|
+
/* stretch skeleton to bottom of row */
|
186
|
+
}
|
187
|
+
|
188
|
+
.fc-row .fc-highlight-skeleton td,
|
189
|
+
.fc-row .fc-bgevent-skeleton td {
|
190
|
+
border-color: transparent;
|
191
|
+
}
|
192
|
+
|
193
|
+
.fc-row .fc-bgevent-skeleton {
|
194
|
+
z-index: 2;
|
195
|
+
}
|
196
|
+
|
197
|
+
.fc-row .fc-highlight-skeleton {
|
198
|
+
z-index: 3;
|
199
|
+
}
|
200
|
+
|
201
|
+
/*
|
202
|
+
row content (which contains day/week numbers and events) as well as "mirror" (which contains
|
203
|
+
temporary rendered events).
|
204
|
+
*/
|
205
|
+
.fc-row .fc-content-skeleton {
|
206
|
+
position: relative;
|
207
|
+
z-index: 4;
|
208
|
+
padding-bottom: 2px;
|
209
|
+
/* matches the space above the events */
|
210
|
+
}
|
211
|
+
|
212
|
+
.fc-row .fc-mirror-skeleton {
|
213
|
+
z-index: 5;
|
214
|
+
}
|
215
|
+
|
216
|
+
.fc .fc-row .fc-content-skeleton table,
|
217
|
+
.fc .fc-row .fc-content-skeleton td,
|
218
|
+
.fc .fc-row .fc-mirror-skeleton td {
|
219
|
+
/* see-through to the background below */
|
220
|
+
/* extra precedence to prevent theme-provided backgrounds */
|
221
|
+
background: none;
|
222
|
+
/* in case <td>s are globally styled */
|
223
|
+
border-color: transparent;
|
224
|
+
}
|
225
|
+
|
226
|
+
.fc-row .fc-content-skeleton td,
|
227
|
+
.fc-row .fc-mirror-skeleton td {
|
228
|
+
/* don't put a border between events and/or the day number */
|
229
|
+
border-bottom: 0;
|
230
|
+
}
|
231
|
+
|
232
|
+
.fc-row .fc-content-skeleton tbody td,
|
233
|
+
.fc-row .fc-mirror-skeleton tbody td {
|
234
|
+
/* don't put a border between event cells */
|
235
|
+
border-top: 0;
|
236
|
+
}
|
237
|
+
|
238
|
+
/* Scrolling Container
|
239
|
+
--------------------------------------------------------------------------------------------------*/
|
240
|
+
.fc-scroller {
|
241
|
+
-webkit-overflow-scrolling: touch;
|
242
|
+
}
|
243
|
+
|
244
|
+
/* TODO: move to timegrid/daygrid */
|
245
|
+
.fc-scroller > .fc-day-grid,
|
246
|
+
.fc-scroller > .fc-time-grid {
|
247
|
+
position: relative;
|
248
|
+
/* re-scope all positions */
|
249
|
+
width: 100%;
|
250
|
+
/* hack to force re-sizing this inner element when scrollbars appear/disappear */
|
251
|
+
}
|
252
|
+
|
253
|
+
/* Global Event Styles
|
254
|
+
--------------------------------------------------------------------------------------------------*/
|
255
|
+
.fc-event {
|
256
|
+
position: relative;
|
257
|
+
/* for resize handle and other inner positioning */
|
258
|
+
display: block;
|
259
|
+
/* make the <a> tag block */
|
260
|
+
font-size: 0.85em;
|
261
|
+
line-height: 1.4;
|
262
|
+
border-radius: 3px;
|
263
|
+
border: 1px solid #3788d8;
|
264
|
+
}
|
265
|
+
|
266
|
+
.fc-event,
|
267
|
+
.fc-event-dot {
|
268
|
+
background-color: #3788d8;
|
269
|
+
/* default BACKGROUND color */
|
270
|
+
}
|
271
|
+
|
272
|
+
.fc-event,
|
273
|
+
.fc-event:hover {
|
274
|
+
color: #fff;
|
275
|
+
/* default TEXT color */
|
276
|
+
text-decoration: none;
|
277
|
+
/* if <a> has an href */
|
278
|
+
}
|
279
|
+
|
280
|
+
.fc-event[href],
|
281
|
+
.fc-event.fc-draggable {
|
282
|
+
cursor: pointer;
|
283
|
+
/* give events with links and draggable events a hand mouse pointer */
|
284
|
+
}
|
285
|
+
|
286
|
+
.fc-not-allowed,
|
287
|
+
.fc-not-allowed .fc-event {
|
288
|
+
/* to override an event's custom cursor */
|
289
|
+
cursor: not-allowed;
|
290
|
+
}
|
291
|
+
|
292
|
+
.fc-event .fc-content {
|
293
|
+
position: relative;
|
294
|
+
z-index: 2;
|
295
|
+
}
|
296
|
+
|
297
|
+
/* resizer (cursor AND touch devices) */
|
298
|
+
.fc-event .fc-resizer {
|
299
|
+
position: absolute;
|
300
|
+
z-index: 4;
|
301
|
+
}
|
302
|
+
|
303
|
+
/* resizer (touch devices) */
|
304
|
+
.fc-event .fc-resizer {
|
305
|
+
display: none;
|
306
|
+
}
|
307
|
+
|
308
|
+
.fc-event.fc-allow-mouse-resize .fc-resizer,
|
309
|
+
.fc-event.fc-selected .fc-resizer {
|
310
|
+
/* only show when hovering or selected (with touch) */
|
311
|
+
display: block;
|
312
|
+
}
|
313
|
+
|
314
|
+
/* hit area */
|
315
|
+
.fc-event.fc-selected .fc-resizer:before {
|
316
|
+
/* 40x40 touch area */
|
317
|
+
content: "";
|
318
|
+
position: absolute;
|
319
|
+
z-index: 9999;
|
320
|
+
/* user of this util can scope within a lower z-index */
|
321
|
+
top: 50%;
|
322
|
+
left: 50%;
|
323
|
+
width: 40px;
|
324
|
+
height: 40px;
|
325
|
+
margin-left: -20px;
|
326
|
+
margin-top: -20px;
|
327
|
+
}
|
328
|
+
|
329
|
+
/* Event Selection (only for touch devices)
|
330
|
+
--------------------------------------------------------------------------------------------------*/
|
331
|
+
.fc-event.fc-selected {
|
332
|
+
z-index: 9999 !important;
|
333
|
+
/* overcomes inline z-index */
|
334
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
335
|
+
}
|
336
|
+
|
337
|
+
.fc-event.fc-selected:after {
|
338
|
+
content: "";
|
339
|
+
position: absolute;
|
340
|
+
z-index: 1;
|
341
|
+
/* same z-index as fc-bg, behind text */
|
342
|
+
/* overcome the borders */
|
343
|
+
top: -1px;
|
344
|
+
right: -1px;
|
345
|
+
bottom: -1px;
|
346
|
+
left: -1px;
|
347
|
+
/* darkening effect */
|
348
|
+
background: #000;
|
349
|
+
opacity: 0.25;
|
350
|
+
}
|
351
|
+
|
352
|
+
/* Event Dragging
|
353
|
+
--------------------------------------------------------------------------------------------------*/
|
354
|
+
.fc-event.fc-dragging.fc-selected {
|
355
|
+
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
|
356
|
+
}
|
357
|
+
|
358
|
+
.fc-event.fc-dragging:not(.fc-selected) {
|
359
|
+
opacity: 0.75;
|
360
|
+
}
|
361
|
+
|
362
|
+
/* Horizontal Events
|
363
|
+
--------------------------------------------------------------------------------------------------*/
|
364
|
+
/* bigger touch area when selected */
|
365
|
+
.fc-h-event.fc-selected:before {
|
366
|
+
content: "";
|
367
|
+
position: absolute;
|
368
|
+
z-index: 3;
|
369
|
+
/* below resizers */
|
370
|
+
top: -10px;
|
371
|
+
bottom: -10px;
|
372
|
+
left: 0;
|
373
|
+
right: 0;
|
374
|
+
}
|
375
|
+
|
376
|
+
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
|
377
|
+
.fc-ltr .fc-h-event.fc-not-start,
|
378
|
+
.fc-rtl .fc-h-event.fc-not-end {
|
379
|
+
margin-left: 0;
|
380
|
+
border-left-width: 0;
|
381
|
+
padding-left: 1px;
|
382
|
+
/* replace the border with padding */
|
383
|
+
border-top-left-radius: 0;
|
384
|
+
border-bottom-left-radius: 0;
|
385
|
+
}
|
386
|
+
|
387
|
+
.fc-ltr .fc-h-event.fc-not-end,
|
388
|
+
.fc-rtl .fc-h-event.fc-not-start {
|
389
|
+
margin-right: 0;
|
390
|
+
border-right-width: 0;
|
391
|
+
padding-right: 1px;
|
392
|
+
/* replace the border with padding */
|
393
|
+
border-top-right-radius: 0;
|
394
|
+
border-bottom-right-radius: 0;
|
395
|
+
}
|
396
|
+
|
397
|
+
/* resizer (cursor AND touch devices) */
|
398
|
+
/* left resizer */
|
399
|
+
.fc-ltr .fc-h-event .fc-start-resizer,
|
400
|
+
.fc-rtl .fc-h-event .fc-end-resizer {
|
401
|
+
cursor: w-resize;
|
402
|
+
left: -1px;
|
403
|
+
/* overcome border */
|
404
|
+
}
|
405
|
+
|
406
|
+
/* right resizer */
|
407
|
+
.fc-ltr .fc-h-event .fc-end-resizer,
|
408
|
+
.fc-rtl .fc-h-event .fc-start-resizer {
|
409
|
+
cursor: e-resize;
|
410
|
+
right: -1px;
|
411
|
+
/* overcome border */
|
412
|
+
}
|
413
|
+
|
414
|
+
/* resizer (mouse devices) */
|
415
|
+
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
|
416
|
+
width: 7px;
|
417
|
+
top: -1px;
|
418
|
+
/* overcome top border */
|
419
|
+
bottom: -1px;
|
420
|
+
/* overcome bottom border */
|
421
|
+
}
|
422
|
+
|
423
|
+
/* resizer (touch devices) */
|
424
|
+
.fc-h-event.fc-selected .fc-resizer {
|
425
|
+
/* 8x8 little dot */
|
426
|
+
border-radius: 4px;
|
427
|
+
border-width: 1px;
|
428
|
+
width: 6px;
|
429
|
+
height: 6px;
|
430
|
+
border-style: solid;
|
431
|
+
border-color: inherit;
|
432
|
+
background: #fff;
|
433
|
+
/* vertically center */
|
434
|
+
top: 50%;
|
435
|
+
margin-top: -4px;
|
436
|
+
}
|
437
|
+
|
438
|
+
/* left resizer */
|
439
|
+
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
|
440
|
+
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
|
441
|
+
margin-left: -4px;
|
442
|
+
/* centers the 8x8 dot on the left edge */
|
443
|
+
}
|
444
|
+
|
445
|
+
/* right resizer */
|
446
|
+
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
|
447
|
+
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
|
448
|
+
margin-right: -4px;
|
449
|
+
/* centers the 8x8 dot on the right edge */
|
450
|
+
}
|
451
|
+
|
452
|
+
/* DayGrid events
|
453
|
+
----------------------------------------------------------------------------------------------------
|
454
|
+
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
|
455
|
+
be a descendant of the grid when it is being dragged.
|
456
|
+
*/
|
457
|
+
.fc-day-grid-event {
|
458
|
+
margin: 1px 2px 0;
|
459
|
+
/* spacing between events and edges */
|
460
|
+
padding: 0 1px;
|
461
|
+
}
|
462
|
+
|
463
|
+
tr:first-child > td > .fc-day-grid-event {
|
464
|
+
margin-top: 2px;
|
465
|
+
/* a little bit more space before the first event */
|
466
|
+
}
|
467
|
+
|
468
|
+
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
|
469
|
+
margin-top: 0;
|
470
|
+
/* except for mirror skeleton */
|
471
|
+
}
|
472
|
+
|
473
|
+
.fc-day-grid-event .fc-content {
|
474
|
+
/* force events to be one-line tall */
|
475
|
+
white-space: nowrap;
|
476
|
+
overflow: hidden;
|
477
|
+
}
|
478
|
+
|
479
|
+
.fc-day-grid-event .fc-time {
|
480
|
+
font-weight: bold;
|
481
|
+
}
|
482
|
+
|
483
|
+
/* resizer (cursor devices) */
|
484
|
+
/* left resizer */
|
485
|
+
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
|
486
|
+
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
|
487
|
+
margin-left: -2px;
|
488
|
+
/* to the day cell's edge */
|
489
|
+
}
|
490
|
+
|
491
|
+
/* right resizer */
|
492
|
+
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
|
493
|
+
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
|
494
|
+
margin-right: -2px;
|
495
|
+
/* to the day cell's edge */
|
496
|
+
}
|
497
|
+
|
498
|
+
/* Event Limiting
|
499
|
+
--------------------------------------------------------------------------------------------------*/
|
500
|
+
/* "more" link that represents hidden events */
|
501
|
+
a.fc-more {
|
502
|
+
margin: 1px 3px;
|
503
|
+
font-size: 0.85em;
|
504
|
+
cursor: pointer;
|
505
|
+
text-decoration: none;
|
506
|
+
}
|
507
|
+
|
508
|
+
a.fc-more:hover {
|
509
|
+
text-decoration: underline;
|
510
|
+
}
|
511
|
+
|
512
|
+
.fc-limited {
|
513
|
+
/* rows and cells that are hidden because of a "more" link */
|
514
|
+
display: none;
|
515
|
+
}
|
516
|
+
|
517
|
+
/* popover that appears when "more" link is clicked */
|
518
|
+
.fc-day-grid .fc-row {
|
519
|
+
z-index: 1;
|
520
|
+
/* make the "more" popover one higher than this */
|
521
|
+
}
|
522
|
+
|
523
|
+
.fc-more-popover {
|
524
|
+
z-index: 2;
|
525
|
+
width: 220px;
|
526
|
+
}
|
527
|
+
|
528
|
+
.fc-more-popover .fc-event-container {
|
529
|
+
padding: 10px;
|
530
|
+
}
|
531
|
+
|
532
|
+
/* Now Indicator
|
533
|
+
--------------------------------------------------------------------------------------------------*/
|
534
|
+
.fc-now-indicator {
|
535
|
+
position: absolute;
|
536
|
+
border: 0 solid red;
|
537
|
+
}
|
538
|
+
|
539
|
+
/* Utilities
|
540
|
+
--------------------------------------------------------------------------------------------------*/
|
541
|
+
.fc-unselectable {
|
542
|
+
-webkit-user-select: none;
|
543
|
+
-moz-user-select: none;
|
544
|
+
-ms-user-select: none;
|
545
|
+
user-select: none;
|
546
|
+
-webkit-touch-callout: none;
|
547
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
548
|
+
}
|
549
|
+
|
550
|
+
/*
|
551
|
+
TODO: more distinction between this file and common.css
|
552
|
+
*/
|
553
|
+
/* Colors
|
554
|
+
--------------------------------------------------------------------------------------------------*/
|
555
|
+
.fc-unthemed th,
|
556
|
+
.fc-unthemed td,
|
557
|
+
.fc-unthemed thead,
|
558
|
+
.fc-unthemed tbody,
|
559
|
+
.fc-unthemed .fc-divider,
|
560
|
+
.fc-unthemed .fc-row,
|
561
|
+
.fc-unthemed .fc-content,
|
562
|
+
.fc-unthemed .fc-popover,
|
563
|
+
.fc-unthemed .fc-list-view,
|
564
|
+
.fc-unthemed .fc-list-heading td {
|
565
|
+
border-color: #ddd;
|
566
|
+
}
|
567
|
+
|
568
|
+
.fc-unthemed .fc-popover {
|
569
|
+
background-color: #fff;
|
570
|
+
}
|
571
|
+
|
572
|
+
.fc-unthemed .fc-divider,
|
573
|
+
.fc-unthemed .fc-popover .fc-header,
|
574
|
+
.fc-unthemed .fc-list-heading td {
|
575
|
+
background: #eee;
|
576
|
+
}
|
577
|
+
|
578
|
+
.fc-unthemed td.fc-today {
|
579
|
+
background: #fcf8e3;
|
580
|
+
}
|
581
|
+
|
582
|
+
.fc-unthemed .fc-disabled-day {
|
583
|
+
background: #d7d7d7;
|
584
|
+
opacity: 0.3;
|
585
|
+
}
|
586
|
+
|
587
|
+
/* Icons
|
588
|
+
--------------------------------------------------------------------------------------------------
|
589
|
+
from https://feathericons.com/ and built with IcoMoon
|
590
|
+
*/
|
591
|
+
@font-face {
|
592
|
+
font-family: "fcicons";
|
593
|
+
src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
|
594
|
+
font-weight: normal;
|
595
|
+
font-style: normal;
|
596
|
+
}
|
597
|
+
.fc-icon {
|
598
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
599
|
+
font-family: "fcicons" !important;
|
600
|
+
speak: none;
|
601
|
+
font-style: normal;
|
602
|
+
font-weight: normal;
|
603
|
+
font-variant: normal;
|
604
|
+
text-transform: none;
|
605
|
+
line-height: 1;
|
606
|
+
/* Better Font Rendering =========== */
|
607
|
+
-webkit-font-smoothing: antialiased;
|
608
|
+
-moz-osx-font-smoothing: grayscale;
|
609
|
+
}
|
610
|
+
|
611
|
+
.fc-icon-chevron-left:before {
|
612
|
+
content: "";
|
613
|
+
}
|
614
|
+
|
615
|
+
.fc-icon-chevron-right:before {
|
616
|
+
content: "";
|
617
|
+
}
|
618
|
+
|
619
|
+
.fc-icon-chevrons-left:before {
|
620
|
+
content: "";
|
621
|
+
}
|
622
|
+
|
623
|
+
.fc-icon-chevrons-right:before {
|
624
|
+
content: "";
|
625
|
+
}
|
626
|
+
|
627
|
+
.fc-icon-minus-square:before {
|
628
|
+
content: "";
|
629
|
+
}
|
630
|
+
|
631
|
+
.fc-icon-plus-square:before {
|
632
|
+
content: "";
|
633
|
+
}
|
634
|
+
|
635
|
+
.fc-icon-x:before {
|
636
|
+
content: "";
|
637
|
+
}
|
638
|
+
|
639
|
+
.fc-icon {
|
640
|
+
display: inline-block;
|
641
|
+
width: 1em;
|
642
|
+
height: 1em;
|
643
|
+
text-align: center;
|
644
|
+
}
|
645
|
+
|
646
|
+
/* Buttons
|
647
|
+
--------------------------------------------------------------------------------------------------
|
648
|
+
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
|
649
|
+
*/
|
650
|
+
/* reset */
|
651
|
+
.fc-button {
|
652
|
+
border-radius: 0;
|
653
|
+
overflow: visible;
|
654
|
+
text-transform: none;
|
655
|
+
margin: 0;
|
656
|
+
font-family: inherit;
|
657
|
+
font-size: inherit;
|
658
|
+
line-height: inherit;
|
659
|
+
}
|
660
|
+
|
661
|
+
.fc-button:focus {
|
662
|
+
outline: 1px dotted;
|
663
|
+
outline: 5px auto -webkit-focus-ring-color;
|
664
|
+
}
|
665
|
+
|
666
|
+
.fc-button {
|
667
|
+
-webkit-appearance: button;
|
668
|
+
}
|
669
|
+
|
670
|
+
.fc-button:not(:disabled) {
|
671
|
+
cursor: pointer;
|
672
|
+
}
|
673
|
+
|
674
|
+
.fc-button::-moz-focus-inner {
|
675
|
+
padding: 0;
|
676
|
+
border-style: none;
|
677
|
+
}
|
678
|
+
|
679
|
+
/* theme */
|
680
|
+
.fc-button {
|
681
|
+
display: inline-block;
|
682
|
+
font-weight: 400;
|
683
|
+
color: #212529;
|
684
|
+
text-align: center;
|
685
|
+
vertical-align: middle;
|
686
|
+
-webkit-user-select: none;
|
687
|
+
-moz-user-select: none;
|
688
|
+
-ms-user-select: none;
|
689
|
+
user-select: none;
|
690
|
+
background-color: transparent;
|
691
|
+
border: 1px solid transparent;
|
692
|
+
padding: 0.4em 0.65em;
|
693
|
+
font-size: 1em;
|
694
|
+
line-height: 1.5;
|
695
|
+
border-radius: 0.25em;
|
696
|
+
}
|
697
|
+
|
698
|
+
.fc-button:hover {
|
699
|
+
color: #212529;
|
700
|
+
text-decoration: none;
|
701
|
+
}
|
702
|
+
|
703
|
+
.fc-button:focus {
|
704
|
+
outline: 0;
|
705
|
+
box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
|
706
|
+
}
|
707
|
+
|
708
|
+
.fc-button:disabled {
|
709
|
+
opacity: 0.65;
|
710
|
+
}
|
711
|
+
|
712
|
+
/* "primary" coloring */
|
713
|
+
.fc-button-primary {
|
714
|
+
color: #fff;
|
715
|
+
background-color: #2C3E50;
|
716
|
+
border-color: #2C3E50;
|
717
|
+
}
|
718
|
+
|
719
|
+
.fc-button-primary:hover {
|
720
|
+
color: #fff;
|
721
|
+
background-color: #1e2b37;
|
722
|
+
border-color: #1a252f;
|
723
|
+
}
|
724
|
+
|
725
|
+
.fc-button-primary:focus {
|
726
|
+
box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
|
727
|
+
}
|
728
|
+
|
729
|
+
.fc-button-primary:disabled {
|
730
|
+
color: #fff;
|
731
|
+
background-color: #2C3E50;
|
732
|
+
border-color: #2C3E50;
|
733
|
+
}
|
734
|
+
|
735
|
+
.fc-button-primary:not(:disabled):active,
|
736
|
+
.fc-button-primary:not(:disabled).fc-button-active {
|
737
|
+
color: #fff;
|
738
|
+
background-color: #1a252f;
|
739
|
+
border-color: #151e27;
|
740
|
+
}
|
741
|
+
|
742
|
+
.fc-button-primary:not(:disabled):active:focus,
|
743
|
+
.fc-button-primary:not(:disabled).fc-button-active:focus {
|
744
|
+
box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
|
745
|
+
}
|
746
|
+
|
747
|
+
/* icons within buttons */
|
748
|
+
.fc-button .fc-icon {
|
749
|
+
vertical-align: middle;
|
750
|
+
font-size: 1.5em;
|
751
|
+
}
|
752
|
+
|
753
|
+
/* Buttons Groups
|
754
|
+
--------------------------------------------------------------------------------------------------*/
|
755
|
+
.fc-button-group {
|
756
|
+
position: relative;
|
757
|
+
display: inline-flex;
|
758
|
+
vertical-align: middle;
|
759
|
+
}
|
760
|
+
|
761
|
+
.fc-button-group > .fc-button {
|
762
|
+
position: relative;
|
763
|
+
flex: 1 1 auto;
|
764
|
+
}
|
765
|
+
|
766
|
+
.fc-button-group > .fc-button:hover {
|
767
|
+
z-index: 1;
|
768
|
+
}
|
769
|
+
|
770
|
+
.fc-button-group > .fc-button:focus,
|
771
|
+
.fc-button-group > .fc-button:active,
|
772
|
+
.fc-button-group > .fc-button.fc-button-active {
|
773
|
+
z-index: 1;
|
774
|
+
}
|
775
|
+
|
776
|
+
.fc-button-group > .fc-button:not(:first-child) {
|
777
|
+
margin-left: -1px;
|
778
|
+
}
|
779
|
+
|
780
|
+
.fc-button-group > .fc-button:not(:last-child) {
|
781
|
+
border-top-right-radius: 0;
|
782
|
+
border-bottom-right-radius: 0;
|
783
|
+
}
|
784
|
+
|
785
|
+
.fc-button-group > .fc-button:not(:first-child) {
|
786
|
+
border-top-left-radius: 0;
|
787
|
+
border-bottom-left-radius: 0;
|
788
|
+
}
|
789
|
+
|
790
|
+
/* Popover
|
791
|
+
--------------------------------------------------------------------------------------------------*/
|
792
|
+
.fc-unthemed .fc-popover {
|
793
|
+
border-width: 1px;
|
794
|
+
border-style: solid;
|
795
|
+
}
|
796
|
+
|
797
|
+
/* List View
|
798
|
+
--------------------------------------------------------------------------------------------------*/
|
799
|
+
.fc-unthemed .fc-list-item:hover td {
|
800
|
+
background-color: #f5f5f5;
|
801
|
+
}
|
802
|
+
|
803
|
+
/* Toolbar
|
804
|
+
--------------------------------------------------------------------------------------------------*/
|
805
|
+
.fc-toolbar {
|
806
|
+
display: flex;
|
807
|
+
justify-content: space-between;
|
808
|
+
align-items: center;
|
809
|
+
}
|
810
|
+
|
811
|
+
.fc-toolbar.fc-header-toolbar {
|
812
|
+
margin-bottom: 1.5em;
|
813
|
+
}
|
814
|
+
|
815
|
+
.fc-toolbar.fc-footer-toolbar {
|
816
|
+
margin-top: 1.5em;
|
817
|
+
}
|
818
|
+
|
819
|
+
/* inner content */
|
820
|
+
.fc-toolbar > * > :not(:first-child) {
|
821
|
+
margin-left: 0.75em;
|
822
|
+
}
|
823
|
+
|
824
|
+
.fc-toolbar h2 {
|
825
|
+
font-size: 1.75em;
|
826
|
+
margin: 0;
|
827
|
+
}
|
828
|
+
|
829
|
+
/* View Structure
|
830
|
+
--------------------------------------------------------------------------------------------------*/
|
831
|
+
.fc-view-container {
|
832
|
+
position: relative;
|
833
|
+
}
|
834
|
+
|
835
|
+
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
|
836
|
+
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
|
837
|
+
.fc-view-container *,
|
838
|
+
.fc-view-container *:before,
|
839
|
+
.fc-view-container *:after {
|
840
|
+
box-sizing: content-box;
|
841
|
+
}
|
842
|
+
|
843
|
+
.fc-view,
|
844
|
+
.fc-view > table {
|
845
|
+
/* so dragged elements can be above the view's main element */
|
846
|
+
position: relative;
|
847
|
+
z-index: 1;
|
848
|
+
}
|
849
|
+
|
850
|
+
@media print {
|
851
|
+
.fc {
|
852
|
+
max-width: 100% !important;
|
853
|
+
}
|
854
|
+
|
855
|
+
/* Global Event Restyling
|
856
|
+
--------------------------------------------------------------------------------------------------*/
|
857
|
+
.fc-event {
|
858
|
+
background: #fff !important;
|
859
|
+
color: #000 !important;
|
860
|
+
page-break-inside: avoid;
|
861
|
+
}
|
862
|
+
|
863
|
+
.fc-event .fc-resizer {
|
864
|
+
display: none;
|
865
|
+
}
|
866
|
+
|
867
|
+
/* Table & Day-Row Restyling
|
868
|
+
--------------------------------------------------------------------------------------------------*/
|
869
|
+
.fc th,
|
870
|
+
.fc td,
|
871
|
+
.fc hr,
|
872
|
+
.fc thead,
|
873
|
+
.fc tbody,
|
874
|
+
.fc-row {
|
875
|
+
border-color: #ccc !important;
|
876
|
+
background: #fff !important;
|
877
|
+
}
|
878
|
+
|
879
|
+
/* kill the overlaid, absolutely-positioned components */
|
880
|
+
/* common... */
|
881
|
+
.fc-bg,
|
882
|
+
.fc-bgevent-skeleton,
|
883
|
+
.fc-highlight-skeleton,
|
884
|
+
.fc-mirror-skeleton,
|
885
|
+
.fc-bgevent-container,
|
886
|
+
.fc-business-container,
|
887
|
+
.fc-highlight-container,
|
888
|
+
.fc-mirror-container {
|
889
|
+
display: none;
|
890
|
+
}
|
891
|
+
|
892
|
+
/* don't force a min-height on rows (for DayGrid) */
|
893
|
+
.fc tbody .fc-row {
|
894
|
+
height: auto !important;
|
895
|
+
/* undo height that JS set in distributeHeight */
|
896
|
+
min-height: 0 !important;
|
897
|
+
/* undo the min-height from each view's specific stylesheet */
|
898
|
+
}
|
899
|
+
|
900
|
+
.fc tbody .fc-row .fc-content-skeleton {
|
901
|
+
position: static;
|
902
|
+
/* undo .fc-rigid */
|
903
|
+
padding-bottom: 0 !important;
|
904
|
+
/* use a more border-friendly method for this... */
|
905
|
+
}
|
906
|
+
|
907
|
+
.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
|
908
|
+
/* only works in newer browsers */
|
909
|
+
padding-bottom: 1em;
|
910
|
+
/* ...gives space within the skeleton. also ensures min height in a way */
|
911
|
+
}
|
912
|
+
|
913
|
+
.fc tbody .fc-row .fc-content-skeleton table {
|
914
|
+
/* provides a min-height for the row, but only effective for IE, which exaggerates this value,
|
915
|
+
making it look more like 3em. for other browers, it will already be this tall */
|
916
|
+
height: 1em;
|
917
|
+
}
|
918
|
+
|
919
|
+
/* Undo month-view event limiting. Display all events and hide the "more" links
|
920
|
+
--------------------------------------------------------------------------------------------------*/
|
921
|
+
.fc-more-cell,
|
922
|
+
.fc-more {
|
923
|
+
display: none !important;
|
924
|
+
}
|
925
|
+
|
926
|
+
.fc tr.fc-limited {
|
927
|
+
display: table-row !important;
|
928
|
+
}
|
929
|
+
|
930
|
+
.fc td.fc-limited {
|
931
|
+
display: table-cell !important;
|
932
|
+
}
|
933
|
+
|
934
|
+
.fc-popover {
|
935
|
+
display: none;
|
936
|
+
/* never display the "more.." popover in print mode */
|
937
|
+
}
|
938
|
+
|
939
|
+
/* TimeGrid Restyling
|
940
|
+
--------------------------------------------------------------------------------------------------*/
|
941
|
+
/* undo the min-height 100% trick used to fill the container's height */
|
942
|
+
.fc-time-grid {
|
943
|
+
min-height: 0 !important;
|
944
|
+
}
|
945
|
+
|
946
|
+
/* don't display the side axis at all ("all-day" and time cells) */
|
947
|
+
.fc-timeGrid-view .fc-axis {
|
948
|
+
display: none;
|
949
|
+
}
|
950
|
+
|
951
|
+
/* don't display the horizontal lines */
|
952
|
+
.fc-slats,
|
953
|
+
.fc-time-grid hr {
|
954
|
+
/* this hr is used when height is underused and needs to be filled */
|
955
|
+
display: none !important;
|
956
|
+
/* important overrides inline declaration */
|
957
|
+
}
|
958
|
+
|
959
|
+
/* let the container that holds the events be naturally positioned and create real height */
|
960
|
+
.fc-time-grid .fc-content-skeleton {
|
961
|
+
position: static;
|
962
|
+
}
|
963
|
+
|
964
|
+
/* in case there are no events, we still want some height */
|
965
|
+
.fc-time-grid .fc-content-skeleton table {
|
966
|
+
height: 4em;
|
967
|
+
}
|
968
|
+
|
969
|
+
/* kill the horizontal spacing made by the event container. event margins will be done below */
|
970
|
+
.fc-time-grid .fc-event-container {
|
971
|
+
margin: 0 !important;
|
972
|
+
}
|
973
|
+
|
974
|
+
/* TimeGrid *Event* Restyling
|
975
|
+
--------------------------------------------------------------------------------------------------*/
|
976
|
+
/* naturally position events, vertically stacking them */
|
977
|
+
.fc-time-grid .fc-event {
|
978
|
+
position: static !important;
|
979
|
+
margin: 3px 2px !important;
|
980
|
+
}
|
981
|
+
|
982
|
+
/* for events that continue to a future day, give the bottom border back */
|
983
|
+
.fc-time-grid .fc-event.fc-not-end {
|
984
|
+
border-bottom-width: 1px !important;
|
985
|
+
}
|
986
|
+
|
987
|
+
/* indicate the event continues via "..." text */
|
988
|
+
.fc-time-grid .fc-event.fc-not-end:after {
|
989
|
+
content: "...";
|
990
|
+
}
|
991
|
+
|
992
|
+
/* for events that are continuations from previous days, give the top border back */
|
993
|
+
.fc-time-grid .fc-event.fc-not-start {
|
994
|
+
border-top-width: 1px !important;
|
995
|
+
}
|
996
|
+
|
997
|
+
/* indicate the event is a continuation via "..." text */
|
998
|
+
.fc-time-grid .fc-event.fc-not-start:before {
|
999
|
+
content: "...";
|
1000
|
+
}
|
1001
|
+
|
1002
|
+
/* time */
|
1003
|
+
/* undo a previous declaration and let the time text span to a second line */
|
1004
|
+
.fc-time-grid .fc-event .fc-time {
|
1005
|
+
white-space: normal !important;
|
1006
|
+
}
|
1007
|
+
|
1008
|
+
/* hide the the time that is normally displayed... */
|
1009
|
+
.fc-time-grid .fc-event .fc-time span {
|
1010
|
+
display: none;
|
1011
|
+
}
|
1012
|
+
|
1013
|
+
/* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
|
1014
|
+
.fc-time-grid .fc-event .fc-time:after {
|
1015
|
+
content: attr(data-full);
|
1016
|
+
}
|
1017
|
+
|
1018
|
+
/* Vertical Scroller & Containers
|
1019
|
+
--------------------------------------------------------------------------------------------------*/
|
1020
|
+
/* kill the scrollbars and allow natural height */
|
1021
|
+
.fc-scroller,
|
1022
|
+
.fc-day-grid-container,
|
1023
|
+
.fc-time-grid-container {
|
1024
|
+
/* */
|
1025
|
+
overflow: visible !important;
|
1026
|
+
height: auto !important;
|
1027
|
+
}
|
1028
|
+
|
1029
|
+
/* kill the horizontal border/padding used to compensate for scrollbars */
|
1030
|
+
.fc-row {
|
1031
|
+
border: 0 !important;
|
1032
|
+
margin: 0 !important;
|
1033
|
+
}
|
1034
|
+
|
1035
|
+
/* Button Controls
|
1036
|
+
--------------------------------------------------------------------------------------------------*/
|
1037
|
+
.fc-button-group,
|
1038
|
+
.fc button {
|
1039
|
+
display: none;
|
1040
|
+
/* don't display any button-related controls */
|
1041
|
+
}
|
1042
|
+
}
|
1043
|
+
|
1044
|
+
/* DayGridView
|
1045
|
+
--------------------------------------------------------------------------------------------------*/
|
1046
|
+
/* day row structure */
|
1047
|
+
.fc-dayGridWeek-view .fc-content-skeleton,
|
1048
|
+
.fc-dayGridDay-view .fc-content-skeleton {
|
1049
|
+
/* there may be week numbers in these views, so no padding-top */
|
1050
|
+
padding-bottom: 1em;
|
1051
|
+
/* ensure a space at bottom of cell for user selecting/clicking */
|
1052
|
+
}
|
1053
|
+
|
1054
|
+
.fc-dayGrid-view .fc-body .fc-row {
|
1055
|
+
min-height: 4em;
|
1056
|
+
/* ensure that all rows are at least this tall */
|
1057
|
+
}
|
1058
|
+
|
1059
|
+
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
|
1060
|
+
.fc-row.fc-rigid {
|
1061
|
+
overflow: hidden;
|
1062
|
+
}
|
1063
|
+
|
1064
|
+
.fc-row.fc-rigid .fc-content-skeleton {
|
1065
|
+
position: absolute;
|
1066
|
+
top: 0;
|
1067
|
+
left: 0;
|
1068
|
+
right: 0;
|
1069
|
+
}
|
1070
|
+
|
1071
|
+
/* week and day number styling */
|
1072
|
+
.fc-day-top.fc-other-month {
|
1073
|
+
opacity: 0.3;
|
1074
|
+
}
|
1075
|
+
|
1076
|
+
.fc-dayGrid-view .fc-week-number,
|
1077
|
+
.fc-dayGrid-view .fc-day-number {
|
1078
|
+
padding: 2px;
|
1079
|
+
}
|
1080
|
+
|
1081
|
+
.fc-dayGrid-view th.fc-week-number,
|
1082
|
+
.fc-dayGrid-view th.fc-day-number {
|
1083
|
+
padding: 0 2px;
|
1084
|
+
/* column headers can't have as much v space */
|
1085
|
+
}
|
1086
|
+
|
1087
|
+
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
|
1088
|
+
float: right;
|
1089
|
+
}
|
1090
|
+
|
1091
|
+
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
|
1092
|
+
float: left;
|
1093
|
+
}
|
1094
|
+
|
1095
|
+
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
|
1096
|
+
float: left;
|
1097
|
+
border-radius: 0 0 3px 0;
|
1098
|
+
}
|
1099
|
+
|
1100
|
+
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
|
1101
|
+
float: right;
|
1102
|
+
border-radius: 0 0 0 3px;
|
1103
|
+
}
|
1104
|
+
|
1105
|
+
.fc-dayGrid-view .fc-day-top .fc-week-number {
|
1106
|
+
min-width: 1.5em;
|
1107
|
+
text-align: center;
|
1108
|
+
background-color: #f2f2f2;
|
1109
|
+
color: #808080;
|
1110
|
+
}
|
1111
|
+
|
1112
|
+
/* when week/day number have own column */
|
1113
|
+
.fc-dayGrid-view td.fc-week-number {
|
1114
|
+
text-align: center;
|
1115
|
+
}
|
1116
|
+
|
1117
|
+
.fc-dayGrid-view td.fc-week-number > * {
|
1118
|
+
/* work around the way we do column resizing and ensure a minimum width */
|
1119
|
+
display: inline-block;
|
1120
|
+
min-width: 1.25em;
|
1121
|
+
}
|
1122
|
+
|
1123
|
+
@charset "UTF-8";
|
1124
|
+
/* TimeGridView all-day area
|
1125
|
+
--------------------------------------------------------------------------------------------------*/
|
1126
|
+
.fc-timeGrid-view .fc-day-grid {
|
1127
|
+
position: relative;
|
1128
|
+
z-index: 2;
|
1129
|
+
/* so the "more.." popover will be over the time grid */
|
1130
|
+
}
|
1131
|
+
|
1132
|
+
.fc-timeGrid-view .fc-day-grid .fc-row {
|
1133
|
+
min-height: 3em;
|
1134
|
+
/* all-day section will never get shorter than this */
|
1135
|
+
}
|
1136
|
+
|
1137
|
+
.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
|
1138
|
+
padding-bottom: 1em;
|
1139
|
+
/* give space underneath events for clicking/selecting days */
|
1140
|
+
}
|
1141
|
+
|
1142
|
+
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
|
1143
|
+
--------------------------------------------------------------------------------------------------*/
|
1144
|
+
.fc .fc-axis {
|
1145
|
+
/* .fc to overcome default cell styles */
|
1146
|
+
vertical-align: middle;
|
1147
|
+
padding: 0 4px;
|
1148
|
+
white-space: nowrap;
|
1149
|
+
}
|
1150
|
+
|
1151
|
+
.fc-ltr .fc-axis {
|
1152
|
+
text-align: right;
|
1153
|
+
}
|
1154
|
+
|
1155
|
+
.fc-rtl .fc-axis {
|
1156
|
+
text-align: left;
|
1157
|
+
}
|
1158
|
+
|
1159
|
+
/* TimeGrid Structure
|
1160
|
+
--------------------------------------------------------------------------------------------------*/
|
1161
|
+
.fc-time-grid-container,
|
1162
|
+
.fc-time-grid {
|
1163
|
+
/* so slats/bg/content/etc positions get scoped within here */
|
1164
|
+
position: relative;
|
1165
|
+
z-index: 1;
|
1166
|
+
}
|
1167
|
+
|
1168
|
+
.fc-time-grid {
|
1169
|
+
min-height: 100%;
|
1170
|
+
/* so if height setting is 'auto', .fc-bg stretches to fill height */
|
1171
|
+
}
|
1172
|
+
|
1173
|
+
.fc-time-grid table {
|
1174
|
+
/* don't put outer borders on slats/bg/content/etc */
|
1175
|
+
border: 0 hidden transparent;
|
1176
|
+
}
|
1177
|
+
|
1178
|
+
.fc-time-grid > .fc-bg {
|
1179
|
+
z-index: 1;
|
1180
|
+
}
|
1181
|
+
|
1182
|
+
.fc-time-grid .fc-slats,
|
1183
|
+
.fc-time-grid > hr {
|
1184
|
+
/* the <hr> TimeGridView injects when grid is shorter than scroller */
|
1185
|
+
position: relative;
|
1186
|
+
z-index: 2;
|
1187
|
+
}
|
1188
|
+
|
1189
|
+
.fc-time-grid .fc-content-col {
|
1190
|
+
position: relative;
|
1191
|
+
/* because now-indicator lives directly inside */
|
1192
|
+
}
|
1193
|
+
|
1194
|
+
.fc-time-grid .fc-content-skeleton {
|
1195
|
+
position: absolute;
|
1196
|
+
z-index: 3;
|
1197
|
+
top: 0;
|
1198
|
+
left: 0;
|
1199
|
+
right: 0;
|
1200
|
+
}
|
1201
|
+
|
1202
|
+
/* divs within a cell within the fc-content-skeleton */
|
1203
|
+
.fc-time-grid .fc-business-container {
|
1204
|
+
position: relative;
|
1205
|
+
z-index: 1;
|
1206
|
+
}
|
1207
|
+
|
1208
|
+
.fc-time-grid .fc-bgevent-container {
|
1209
|
+
position: relative;
|
1210
|
+
z-index: 2;
|
1211
|
+
}
|
1212
|
+
|
1213
|
+
.fc-time-grid .fc-highlight-container {
|
1214
|
+
position: relative;
|
1215
|
+
z-index: 3;
|
1216
|
+
}
|
1217
|
+
|
1218
|
+
.fc-time-grid .fc-event-container {
|
1219
|
+
position: relative;
|
1220
|
+
z-index: 4;
|
1221
|
+
}
|
1222
|
+
|
1223
|
+
.fc-time-grid .fc-now-indicator-line {
|
1224
|
+
z-index: 5;
|
1225
|
+
}
|
1226
|
+
|
1227
|
+
.fc-time-grid .fc-mirror-container {
|
1228
|
+
/* also is fc-event-container */
|
1229
|
+
position: relative;
|
1230
|
+
z-index: 6;
|
1231
|
+
}
|
1232
|
+
|
1233
|
+
/* TimeGrid Slats (lines that run horizontally)
|
1234
|
+
--------------------------------------------------------------------------------------------------*/
|
1235
|
+
.fc-time-grid .fc-slats td {
|
1236
|
+
height: 1.5em;
|
1237
|
+
border-bottom: 0;
|
1238
|
+
/* each cell is responsible for its top border */
|
1239
|
+
}
|
1240
|
+
|
1241
|
+
.fc-time-grid .fc-slats .fc-minor td {
|
1242
|
+
border-top-style: dotted;
|
1243
|
+
}
|
1244
|
+
|
1245
|
+
/* TimeGrid Highlighting Slots
|
1246
|
+
--------------------------------------------------------------------------------------------------*/
|
1247
|
+
.fc-time-grid .fc-highlight-container {
|
1248
|
+
/* a div within a cell within the fc-highlight-skeleton */
|
1249
|
+
position: relative;
|
1250
|
+
/* scopes the left/right of the fc-highlight to be in the column */
|
1251
|
+
}
|
1252
|
+
|
1253
|
+
.fc-time-grid .fc-highlight {
|
1254
|
+
position: absolute;
|
1255
|
+
left: 0;
|
1256
|
+
right: 0;
|
1257
|
+
/* top and bottom will be in by JS */
|
1258
|
+
}
|
1259
|
+
|
1260
|
+
/* TimeGrid Event Containment
|
1261
|
+
--------------------------------------------------------------------------------------------------*/
|
1262
|
+
.fc-ltr .fc-time-grid .fc-event-container {
|
1263
|
+
/* space on the sides of events for LTR (default) */
|
1264
|
+
margin: 0 2.5% 0 2px;
|
1265
|
+
}
|
1266
|
+
|
1267
|
+
.fc-rtl .fc-time-grid .fc-event-container {
|
1268
|
+
/* space on the sides of events for RTL */
|
1269
|
+
margin: 0 2px 0 2.5%;
|
1270
|
+
}
|
1271
|
+
|
1272
|
+
.fc-time-grid .fc-event,
|
1273
|
+
.fc-time-grid .fc-bgevent {
|
1274
|
+
position: absolute;
|
1275
|
+
z-index: 1;
|
1276
|
+
/* scope inner z-index's */
|
1277
|
+
}
|
1278
|
+
|
1279
|
+
.fc-time-grid .fc-bgevent {
|
1280
|
+
/* background events always span full width */
|
1281
|
+
left: 0;
|
1282
|
+
right: 0;
|
1283
|
+
}
|
1284
|
+
|
1285
|
+
/* TimeGrid Event Styling
|
1286
|
+
----------------------------------------------------------------------------------------------------
|
1287
|
+
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
|
1288
|
+
be a descendant of the grid when it is being dragged.
|
1289
|
+
*/
|
1290
|
+
.fc-time-grid-event {
|
1291
|
+
margin-bottom: 1px;
|
1292
|
+
}
|
1293
|
+
|
1294
|
+
.fc-time-grid-event-inset {
|
1295
|
+
box-shadow: 0px 0px 0px 1px #fff;
|
1296
|
+
}
|
1297
|
+
|
1298
|
+
.fc-time-grid-event.fc-not-start {
|
1299
|
+
/* events that are continuing from another day */
|
1300
|
+
/* replace space made by the top border with padding */
|
1301
|
+
border-top-width: 0;
|
1302
|
+
padding-top: 1px;
|
1303
|
+
/* remove top rounded corners */
|
1304
|
+
border-top-left-radius: 0;
|
1305
|
+
border-top-right-radius: 0;
|
1306
|
+
}
|
1307
|
+
|
1308
|
+
.fc-time-grid-event.fc-not-end {
|
1309
|
+
/* replace space made by the top border with padding */
|
1310
|
+
border-bottom-width: 0;
|
1311
|
+
padding-bottom: 1px;
|
1312
|
+
/* remove bottom rounded corners */
|
1313
|
+
border-bottom-left-radius: 0;
|
1314
|
+
border-bottom-right-radius: 0;
|
1315
|
+
}
|
1316
|
+
|
1317
|
+
.fc-time-grid-event .fc-content {
|
1318
|
+
overflow: hidden;
|
1319
|
+
max-height: 100%;
|
1320
|
+
}
|
1321
|
+
|
1322
|
+
.fc-time-grid-event .fc-time,
|
1323
|
+
.fc-time-grid-event .fc-title {
|
1324
|
+
padding: 0 1px;
|
1325
|
+
}
|
1326
|
+
|
1327
|
+
.fc-time-grid-event .fc-time {
|
1328
|
+
font-size: 0.85em;
|
1329
|
+
white-space: nowrap;
|
1330
|
+
}
|
1331
|
+
|
1332
|
+
/* short mode, where time and title are on the same line */
|
1333
|
+
.fc-time-grid-event.fc-short .fc-content {
|
1334
|
+
/* don't wrap to second line (now that contents will be inline) */
|
1335
|
+
white-space: nowrap;
|
1336
|
+
}
|
1337
|
+
|
1338
|
+
.fc-time-grid-event.fc-short .fc-time,
|
1339
|
+
.fc-time-grid-event.fc-short .fc-title {
|
1340
|
+
/* put the time and title on the same line */
|
1341
|
+
display: inline-block;
|
1342
|
+
vertical-align: top;
|
1343
|
+
}
|
1344
|
+
|
1345
|
+
.fc-time-grid-event.fc-short .fc-time span {
|
1346
|
+
display: none;
|
1347
|
+
/* don't display the full time text... */
|
1348
|
+
}
|
1349
|
+
|
1350
|
+
.fc-time-grid-event.fc-short .fc-time:before {
|
1351
|
+
content: attr(data-start);
|
1352
|
+
/* ...instead, display only the start time */
|
1353
|
+
}
|
1354
|
+
|
1355
|
+
.fc-time-grid-event.fc-short .fc-time:after {
|
1356
|
+
content: " - ";
|
1357
|
+
/* seperate with a dash, wrapped in nbsp's */
|
1358
|
+
}
|
1359
|
+
|
1360
|
+
.fc-time-grid-event.fc-short .fc-title {
|
1361
|
+
font-size: 0.85em;
|
1362
|
+
/* make the title text the same size as the time */
|
1363
|
+
padding: 0;
|
1364
|
+
/* undo padding from above */
|
1365
|
+
}
|
1366
|
+
|
1367
|
+
/* resizer (cursor device) */
|
1368
|
+
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
|
1369
|
+
left: 0;
|
1370
|
+
right: 0;
|
1371
|
+
bottom: 0;
|
1372
|
+
height: 8px;
|
1373
|
+
overflow: hidden;
|
1374
|
+
line-height: 8px;
|
1375
|
+
font-size: 11px;
|
1376
|
+
font-family: monospace;
|
1377
|
+
text-align: center;
|
1378
|
+
cursor: s-resize;
|
1379
|
+
}
|
1380
|
+
|
1381
|
+
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
|
1382
|
+
content: "=";
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
/* resizer (touch device) */
|
1386
|
+
.fc-time-grid-event.fc-selected .fc-resizer {
|
1387
|
+
/* 10x10 dot */
|
1388
|
+
border-radius: 5px;
|
1389
|
+
border-width: 1px;
|
1390
|
+
width: 8px;
|
1391
|
+
height: 8px;
|
1392
|
+
border-style: solid;
|
1393
|
+
border-color: inherit;
|
1394
|
+
background: #fff;
|
1395
|
+
/* horizontally center */
|
1396
|
+
left: 50%;
|
1397
|
+
margin-left: -5px;
|
1398
|
+
/* center on the bottom edge */
|
1399
|
+
bottom: -5px;
|
1400
|
+
}
|
1401
|
+
|
1402
|
+
/* Now Indicator
|
1403
|
+
--------------------------------------------------------------------------------------------------*/
|
1404
|
+
.fc-time-grid .fc-now-indicator-line {
|
1405
|
+
border-top-width: 1px;
|
1406
|
+
left: 0;
|
1407
|
+
right: 0;
|
1408
|
+
}
|
1409
|
+
|
1410
|
+
/* arrow on axis */
|
1411
|
+
.fc-time-grid .fc-now-indicator-arrow {
|
1412
|
+
margin-top: -5px;
|
1413
|
+
/* vertically center on top coordinate */
|
1414
|
+
}
|
1415
|
+
|
1416
|
+
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
|
1417
|
+
left: 0;
|
1418
|
+
/* triangle pointing right... */
|
1419
|
+
border-width: 5px 0 5px 6px;
|
1420
|
+
border-top-color: transparent;
|
1421
|
+
border-bottom-color: transparent;
|
1422
|
+
}
|
1423
|
+
|
1424
|
+
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
|
1425
|
+
right: 0;
|
1426
|
+
/* triangle pointing left... */
|
1427
|
+
border-width: 5px 6px 5px 0;
|
1428
|
+
border-top-color: transparent;
|
1429
|
+
border-bottom-color: transparent;
|
1430
|
+
}
|
1431
|
+
|
1432
|
+
.fc.fc-bootstrap a {
|
1433
|
+
text-decoration: none;
|
1434
|
+
}
|
1435
|
+
|
1436
|
+
.fc.fc-bootstrap a[data-goto]:hover {
|
1437
|
+
text-decoration: underline;
|
1438
|
+
}
|
1439
|
+
|
1440
|
+
.fc-bootstrap hr.fc-divider {
|
1441
|
+
border-color: inherit;
|
1442
|
+
}
|
1443
|
+
|
1444
|
+
.fc-bootstrap .fc-today.alert {
|
1445
|
+
border-radius: 0;
|
1446
|
+
}
|
1447
|
+
|
1448
|
+
.fc-bootstrap a.fc-event:not([href]):not([tabindex]) {
|
1449
|
+
color: #fff;
|
1450
|
+
}
|
1451
|
+
|
1452
|
+
.fc-bootstrap .fc-popover.card {
|
1453
|
+
position: absolute;
|
1454
|
+
}
|
1455
|
+
|
1456
|
+
/* Popover
|
1457
|
+
--------------------------------------------------------------------------------------------------*/
|
1458
|
+
.fc-bootstrap .fc-popover .card-body {
|
1459
|
+
padding: 0;
|
1460
|
+
}
|
1461
|
+
|
1462
|
+
/* TimeGrid Slats (lines that run horizontally)
|
1463
|
+
--------------------------------------------------------------------------------------------------*/
|
1464
|
+
.fc-bootstrap .fc-time-grid .fc-slats table {
|
1465
|
+
/* some themes have background color. see through to slats */
|
1466
|
+
background: none;
|
1467
|
+
}
|
1468
|
+
|
1469
|
+
/* List View
|
1470
|
+
--------------------------------------------------------------------------------------------------*/
|
1471
|
+
/* possibly reusable */
|
1472
|
+
.fc-event-dot {
|
1473
|
+
display: inline-block;
|
1474
|
+
width: 10px;
|
1475
|
+
height: 10px;
|
1476
|
+
border-radius: 5px;
|
1477
|
+
}
|
1478
|
+
|
1479
|
+
/* view wrapper */
|
1480
|
+
.fc-rtl .fc-list-view {
|
1481
|
+
direction: rtl;
|
1482
|
+
/* unlike core views, leverage browser RTL */
|
1483
|
+
}
|
1484
|
+
|
1485
|
+
.fc-list-view {
|
1486
|
+
border-width: 1px;
|
1487
|
+
border-style: solid;
|
1488
|
+
}
|
1489
|
+
|
1490
|
+
/* table resets */
|
1491
|
+
.fc .fc-list-table {
|
1492
|
+
table-layout: auto;
|
1493
|
+
/* for shrinkwrapping cell content */
|
1494
|
+
}
|
1495
|
+
|
1496
|
+
.fc-list-table td {
|
1497
|
+
border-width: 1px 0 0;
|
1498
|
+
padding: 8px 14px;
|
1499
|
+
}
|
1500
|
+
|
1501
|
+
.fc-list-table tr:first-child td {
|
1502
|
+
border-top-width: 0;
|
1503
|
+
}
|
1504
|
+
|
1505
|
+
/* day headings with the list */
|
1506
|
+
.fc-list-heading {
|
1507
|
+
border-bottom-width: 1px;
|
1508
|
+
}
|
1509
|
+
|
1510
|
+
.fc-list-heading td {
|
1511
|
+
font-weight: bold;
|
1512
|
+
}
|
1513
|
+
|
1514
|
+
.fc-ltr .fc-list-heading-main {
|
1515
|
+
float: left;
|
1516
|
+
}
|
1517
|
+
|
1518
|
+
.fc-ltr .fc-list-heading-alt {
|
1519
|
+
float: right;
|
1520
|
+
}
|
1521
|
+
|
1522
|
+
.fc-rtl .fc-list-heading-main {
|
1523
|
+
float: right;
|
1524
|
+
}
|
1525
|
+
|
1526
|
+
.fc-rtl .fc-list-heading-alt {
|
1527
|
+
float: left;
|
1528
|
+
}
|
1529
|
+
|
1530
|
+
/* event list items */
|
1531
|
+
.fc-list-item.fc-has-url {
|
1532
|
+
cursor: pointer;
|
1533
|
+
/* whole row will be clickable */
|
1534
|
+
}
|
1535
|
+
|
1536
|
+
.fc-list-item-marker,
|
1537
|
+
.fc-list-item-time {
|
1538
|
+
white-space: nowrap;
|
1539
|
+
width: 1px;
|
1540
|
+
}
|
1541
|
+
|
1542
|
+
/* make the dot closer to the event title */
|
1543
|
+
.fc-ltr .fc-list-item-marker {
|
1544
|
+
padding-right: 0;
|
1545
|
+
}
|
1546
|
+
|
1547
|
+
.fc-rtl .fc-list-item-marker {
|
1548
|
+
padding-left: 0;
|
1549
|
+
}
|
1550
|
+
|
1551
|
+
.fc-list-item-title a {
|
1552
|
+
/* every event title cell has an <a> tag */
|
1553
|
+
text-decoration: none;
|
1554
|
+
color: inherit;
|
1555
|
+
}
|
1556
|
+
|
1557
|
+
.fc-list-item-title a[href]:hover {
|
1558
|
+
/* hover effect only on titles with hrefs */
|
1559
|
+
text-decoration: underline;
|
1560
|
+
}
|
1561
|
+
|
1562
|
+
/* message when no events */
|
1563
|
+
.fc-list-empty-wrap2 {
|
1564
|
+
position: absolute;
|
1565
|
+
top: 0;
|
1566
|
+
left: 0;
|
1567
|
+
right: 0;
|
1568
|
+
bottom: 0;
|
1569
|
+
}
|
1570
|
+
|
1571
|
+
.fc-list-empty-wrap1 {
|
1572
|
+
width: 100%;
|
1573
|
+
height: 100%;
|
1574
|
+
display: table;
|
1575
|
+
}
|
1576
|
+
|
1577
|
+
.fc-list-empty {
|
1578
|
+
display: table-cell;
|
1579
|
+
vertical-align: middle;
|
1580
|
+
text-align: center;
|
1581
|
+
}
|
1582
|
+
|
1583
|
+
.fc-unthemed .fc-list-empty {
|
1584
|
+
/* theme will provide own background */
|
1585
|
+
background-color: #eee;
|
1586
|
+
}
|
1587
|
+
|
1588
|
+
/*$modal-backdrop-bg: #131f43 !default;*/
|
1589
|
+
.fc-bootstrap .fc-dayGrid-view .fc-day-number,
|
1590
|
+
.fc-bootstrap .fc-dayGrid-view .fc-week-number {
|
1591
|
+
background: rgba(249, 251, 253, 0.9);
|
1592
|
+
margin: 6px;
|
1593
|
+
width: 26px;
|
1594
|
+
height: 26px;
|
1595
|
+
line-height: 26px;
|
1596
|
+
font-size: 14px;
|
1597
|
+
text-align: center;
|
1598
|
+
border-radius: 50rem; }
|
1599
|
+
|
1600
|
+
.fc-bootstrap .fc-dayGrid-view .fc-today .fc-day-number,
|
1601
|
+
.fc-bootstrap .fc-dayGrid-view .fc-today .fc-week-number {
|
1602
|
+
background: rgba(255, 255, 255, 0.5); }
|
1603
|
+
|
1604
|
+
.fc-bootstrap .table-bordered td,
|
1605
|
+
.fc-bootstrap .table-bordered th {
|
1606
|
+
border-color: #d9e2ef;
|
1607
|
+
background: #fff; }
|
1608
|
+
|
1609
|
+
.fc-bootstrap .table-bordered th.fc-day-header > span {
|
1610
|
+
display: block;
|
1611
|
+
padding: 6px 0;
|
1612
|
+
font-weight: 500;
|
1613
|
+
color: #506690;
|
1614
|
+
font-size: 1rem; }
|
1615
|
+
|
1616
|
+
.fc-bootstrap .fc-day-grid-event .fc-content,
|
1617
|
+
.fc-bootstrap .fc-time-grid-event .fc-content {
|
1618
|
+
font-size: 13px;
|
1619
|
+
overflow: hidden;
|
1620
|
+
text-overflow: ellipsis;
|
1621
|
+
white-space: nowrap;
|
1622
|
+
padding: .30rem .30rem .30rem 2rem; }
|
1623
|
+
|
1624
|
+
.fc-bootstrap .fc-popover .fc-header .fc-close {
|
1625
|
+
font-size: 1em;
|
1626
|
+
padding: 0 6px; }
|
1627
|
+
|
1628
|
+
.fc-bootstrap .fc-popover .fc-header {
|
1629
|
+
background: #f9fbfd;
|
1630
|
+
padding: 6px 4px;
|
1631
|
+
font-size: 15px; }
|
1632
|
+
|
1633
|
+
.fc-bootstrap .fc-day-grid-event .fc-content:before,
|
1634
|
+
.fc-bootstrap .fc-time-grid-event .fc-content:before {
|
1635
|
+
display: inline-block;
|
1636
|
+
content: "";
|
1637
|
+
position: absolute;
|
1638
|
+
height: 8px;
|
1639
|
+
width: 8px;
|
1640
|
+
top: 10px;
|
1641
|
+
border-radius: 50%;
|
1642
|
+
background: #f9fbfd;
|
1643
|
+
left: .66rem; }
|
1644
|
+
|
1645
|
+
.fc-bootstrap .bg-primary .fc-content:before,
|
1646
|
+
.fc-bootstrap .bg-primary-soft .fc-content:before {
|
1647
|
+
background: #9994f3 !important; }
|
1648
|
+
|
1649
|
+
.fc-bootstrap .bg-secondary .fc-content:before,
|
1650
|
+
.fc-bootstrap .bg-secondary-soft .fc-content:before {
|
1651
|
+
background: #939ba2 !important; }
|
1652
|
+
|
1653
|
+
.fc-bootstrap .bg-success .fc-content:before,
|
1654
|
+
.fc-bootstrap .bg-success-soft .fc-content:before {
|
1655
|
+
background: #95d661 !important; }
|
1656
|
+
|
1657
|
+
.fc-bootstrap .bg-info .fc-content:before,
|
1658
|
+
.fc-bootstrap .bg-info-soft .fc-content:before {
|
1659
|
+
background: #bbf3fb !important; }
|
1660
|
+
|
1661
|
+
.fc-bootstrap .bg-warning .fc-content:before,
|
1662
|
+
.fc-bootstrap .bg-warning-soft .fc-content:before {
|
1663
|
+
background: #fdedc0 !important; }
|
1664
|
+
|
1665
|
+
.fc-bootstrap .bg-danger .fc-content:before,
|
1666
|
+
.fc-bootstrap .bg-danger-soft .fc-content:before {
|
1667
|
+
background: #fa97a1 !important; }
|
1668
|
+
|
1669
|
+
.fc-bootstrap .bg-light .fc-content:before,
|
1670
|
+
.fc-bootstrap .bg-light-soft .fc-content:before {
|
1671
|
+
background: white !important; }
|
1672
|
+
|
1673
|
+
.fc-bootstrap .bg-dark .fc-content:before,
|
1674
|
+
.fc-bootstrap .bg-dark-soft .fc-content:before {
|
1675
|
+
background: #545454 !important; }
|
1676
|
+
|
1677
|
+
.fc-bootstrap .fc-time-grid-event .fc-time {
|
1678
|
+
padding-top: 3px; }
|
1679
|
+
|
1680
|
+
.btn-group > .btn-group:not(:last-child) > .btn,
|
1681
|
+
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
|
1682
|
+
font-size: 14px; }
|
1683
|
+
|
1684
|
+
.fc-bootstrap .fc-smarty-gcal .fc-content:before {
|
1685
|
+
border-radius: 0 !important; }
|