@syncfusion/ej2-react-schedule 19.3.46 → 19.4.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -2
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +108 -27
- package/styles/bootstrap.css +105 -27
- package/styles/bootstrap4.css +117 -62
- package/styles/bootstrap5-dark.css +118 -67
- package/styles/bootstrap5.css +118 -67
- package/styles/fabric-dark.css +108 -26
- package/styles/fabric.css +109 -26
- package/styles/highcontrast-light.css +104 -26
- package/styles/highcontrast.css +109 -28
- package/styles/material-dark.css +110 -32
- package/styles/material.css +103 -25
- package/styles/recurrence-editor/bootstrap-dark.css +20 -4
- package/styles/recurrence-editor/bootstrap.css +20 -4
- package/styles/recurrence-editor/bootstrap4.css +20 -4
- package/styles/recurrence-editor/bootstrap5-dark.css +20 -4
- package/styles/recurrence-editor/bootstrap5.css +20 -4
- package/styles/recurrence-editor/fabric-dark.css +20 -4
- package/styles/recurrence-editor/fabric.css +20 -4
- package/styles/recurrence-editor/highcontrast-light.css +20 -4
- package/styles/recurrence-editor/highcontrast.css +20 -4
- package/styles/recurrence-editor/material-dark.css +20 -4
- package/styles/recurrence-editor/material.css +20 -4
- package/styles/recurrence-editor/tailwind-dark.css +20 -4
- package/styles/recurrence-editor/tailwind.css +20 -4
- package/styles/schedule/bootstrap-dark.css +88 -23
- package/styles/schedule/bootstrap.css +85 -23
- package/styles/schedule/bootstrap4.css +97 -58
- package/styles/schedule/bootstrap5-dark.css +98 -63
- package/styles/schedule/bootstrap5.css +98 -63
- package/styles/schedule/fabric-dark.css +88 -22
- package/styles/schedule/fabric.css +89 -22
- package/styles/schedule/highcontrast-light.css +84 -22
- package/styles/schedule/highcontrast.css +89 -24
- package/styles/schedule/material-dark.css +90 -28
- package/styles/schedule/material.css +83 -21
- package/styles/schedule/tailwind-dark.css +94 -52
- package/styles/schedule/tailwind.css +94 -52
- package/styles/tailwind-dark.css +114 -56
- package/styles/tailwind.css +114 -56
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule
|
|
2
|
+
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
4
|
content: '\e765';
|
|
5
5
|
}
|
|
@@ -232,10 +232,6 @@
|
|
|
232
232
|
color: #fff;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
236
|
-
overflow: auto;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
235
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
240
236
|
cursor: pointer;
|
|
241
237
|
font-size: 14px;
|
|
@@ -257,7 +253,6 @@
|
|
|
257
253
|
|
|
258
254
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
|
|
259
255
|
font-size: 18px;
|
|
260
|
-
padding-top: 0;
|
|
261
256
|
}
|
|
262
257
|
|
|
263
258
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
@@ -301,10 +296,6 @@
|
|
|
301
296
|
text-transform: initial;
|
|
302
297
|
}
|
|
303
298
|
|
|
304
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
305
|
-
padding: 0 12px;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
299
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
309
300
|
background: #f8f9fa;
|
|
310
301
|
border-left: 0;
|
|
@@ -368,6 +359,10 @@
|
|
|
368
359
|
font-size: 16px;
|
|
369
360
|
}
|
|
370
361
|
|
|
362
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
363
|
+
overflow: auto;
|
|
364
|
+
}
|
|
365
|
+
|
|
371
366
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
372
367
|
overflow: hidden;
|
|
373
368
|
}
|
|
@@ -447,10 +442,10 @@
|
|
|
447
442
|
|
|
448
443
|
.e-schedule .e-resource-tree-popup {
|
|
449
444
|
background: #f8f9fa;
|
|
445
|
+
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
450
446
|
height: 100%;
|
|
451
447
|
position: absolute;
|
|
452
448
|
width: 250px;
|
|
453
|
-
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
454
449
|
color: #212529;
|
|
455
450
|
}
|
|
456
451
|
|
|
@@ -1369,7 +1364,6 @@
|
|
|
1369
1364
|
cursor: default;
|
|
1370
1365
|
font-weight: 400;
|
|
1371
1366
|
height: 34px;
|
|
1372
|
-
padding: 3px;
|
|
1373
1367
|
padding: 8px;
|
|
1374
1368
|
}
|
|
1375
1369
|
|
|
@@ -1550,6 +1544,7 @@
|
|
|
1550
1544
|
|
|
1551
1545
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1552
1546
|
display: block;
|
|
1547
|
+
margin: 0 auto;
|
|
1553
1548
|
}
|
|
1554
1549
|
|
|
1555
1550
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
@@ -1568,9 +1563,8 @@
|
|
|
1568
1563
|
background-color: #0d6efd;
|
|
1569
1564
|
border-radius: 50%;
|
|
1570
1565
|
height: 5px;
|
|
1571
|
-
margin
|
|
1572
|
-
|
|
1573
|
-
position: absolute;
|
|
1566
|
+
margin: -6px auto 0;
|
|
1567
|
+
position: relative;
|
|
1574
1568
|
width: 5px;
|
|
1575
1569
|
}
|
|
1576
1570
|
|
|
@@ -1621,10 +1615,6 @@
|
|
|
1621
1615
|
border-left-width: 0;
|
|
1622
1616
|
}
|
|
1623
1617
|
|
|
1624
|
-
.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
|
|
1625
|
-
border-left: 1px solid #dee2e6;
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
1618
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1629
1619
|
max-width: 100%;
|
|
1630
1620
|
min-width: 100%;
|
|
@@ -1668,9 +1658,8 @@
|
|
|
1668
1658
|
color: #212529;
|
|
1669
1659
|
font-size: 13px;
|
|
1670
1660
|
overflow: hidden;
|
|
1671
|
-
padding: 4px 15px;
|
|
1672
|
-
text-overflow: ellipsis;
|
|
1673
1661
|
padding: 4px 12px;
|
|
1662
|
+
text-overflow: ellipsis;
|
|
1674
1663
|
}
|
|
1675
1664
|
|
|
1676
1665
|
.e-schedule .e-timeline-year-view .e-resource-left-td {
|
|
@@ -1695,10 +1684,9 @@
|
|
|
1695
1684
|
border-width: 0 1px 1px 0;
|
|
1696
1685
|
color: #212529;
|
|
1697
1686
|
height: 75px;
|
|
1698
|
-
padding-left:
|
|
1687
|
+
padding-left: 12px;
|
|
1699
1688
|
padding-right: 0;
|
|
1700
1689
|
vertical-align: middle;
|
|
1701
|
-
padding-left: 12px;
|
|
1702
1690
|
}
|
|
1703
1691
|
|
|
1704
1692
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
|
|
@@ -2013,10 +2001,9 @@
|
|
|
2013
2001
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2014
2002
|
height: 36px;
|
|
2015
2003
|
overflow: hidden;
|
|
2016
|
-
padding:
|
|
2004
|
+
padding: 8px 0 8px 8px;
|
|
2017
2005
|
text-overflow: ellipsis;
|
|
2018
2006
|
white-space: nowrap;
|
|
2019
|
-
padding: 8px 0 8px 8px;
|
|
2020
2007
|
}
|
|
2021
2008
|
|
|
2022
2009
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
@@ -2061,9 +2048,8 @@
|
|
|
2061
2048
|
color: #212529;
|
|
2062
2049
|
font-size: 13px;
|
|
2063
2050
|
overflow: hidden;
|
|
2064
|
-
padding: 4px 15px;
|
|
2065
|
-
text-overflow: ellipsis;
|
|
2066
2051
|
padding: 4px 12px;
|
|
2052
|
+
text-overflow: ellipsis;
|
|
2067
2053
|
}
|
|
2068
2054
|
|
|
2069
2055
|
.e-schedule .e-timeline-view .e-resource-left-td,
|
|
@@ -2085,10 +2071,9 @@
|
|
|
2085
2071
|
border-width: 0 1px 1px 0;
|
|
2086
2072
|
color: #212529;
|
|
2087
2073
|
height: 60px;
|
|
2088
|
-
padding-left:
|
|
2074
|
+
padding-left: 12px;
|
|
2089
2075
|
padding-right: 0;
|
|
2090
2076
|
vertical-align: middle;
|
|
2091
|
-
padding-left: 12px;
|
|
2092
2077
|
}
|
|
2093
2078
|
|
|
2094
2079
|
.e-schedule .e-timeline-view .e-resource-cells:focus,
|
|
@@ -2116,7 +2101,7 @@
|
|
|
2116
2101
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2117
2102
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2118
2103
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2119
|
-
height:
|
|
2104
|
+
height: 60px;
|
|
2120
2105
|
}
|
|
2121
2106
|
|
|
2122
2107
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -2479,7 +2464,6 @@
|
|
|
2479
2464
|
border-left: 3px solid #0d6efd;
|
|
2480
2465
|
border-right: 0;
|
|
2481
2466
|
cursor: default;
|
|
2482
|
-
padding: 0 8px;
|
|
2483
2467
|
padding: 0 16px;
|
|
2484
2468
|
}
|
|
2485
2469
|
|
|
@@ -2577,6 +2561,10 @@
|
|
|
2577
2561
|
width: 75px;
|
|
2578
2562
|
}
|
|
2579
2563
|
|
|
2564
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2565
|
+
white-space: normal;
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2580
2568
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2581
2569
|
padding-right: 8px;
|
|
2582
2570
|
}
|
|
@@ -2799,6 +2787,10 @@
|
|
|
2799
2787
|
width: 75px;
|
|
2800
2788
|
}
|
|
2801
2789
|
|
|
2790
|
+
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2791
|
+
white-space: normal;
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2802
2794
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2803
2795
|
padding-right: 8px;
|
|
2804
2796
|
}
|
|
@@ -2910,6 +2902,7 @@
|
|
|
2910
2902
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2911
2903
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2912
2904
|
height: 25px;
|
|
2905
|
+
padding-top: 3px;
|
|
2913
2906
|
}
|
|
2914
2907
|
|
|
2915
2908
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
@@ -3031,6 +3024,10 @@
|
|
|
3031
3024
|
font-weight: 500;
|
|
3032
3025
|
}
|
|
3033
3026
|
|
|
3027
|
+
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3028
|
+
width: 485px;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3034
3031
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3035
3032
|
width: 420px;
|
|
3036
3033
|
}
|
|
@@ -3052,6 +3049,14 @@
|
|
|
3052
3049
|
display: none;
|
|
3053
3050
|
}
|
|
3054
3051
|
|
|
3052
|
+
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3053
|
+
border-bottom: none;
|
|
3054
|
+
}
|
|
3055
|
+
|
|
3056
|
+
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3057
|
+
border-top: none;
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3055
3060
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3056
3061
|
box-shadow: none;
|
|
3057
3062
|
}
|
|
@@ -3089,15 +3094,23 @@
|
|
|
3089
3094
|
|
|
3090
3095
|
.e-schedule-dialog .e-subject-container,
|
|
3091
3096
|
.e-schedule-dialog .e-start-container,
|
|
3092
|
-
.e-schedule-dialog .e-start-time-zone-container,
|
|
3093
3097
|
.e-schedule-dialog .e-description-label {
|
|
3094
3098
|
padding-right: 8px;
|
|
3095
3099
|
}
|
|
3096
3100
|
|
|
3101
|
+
.e-schedule-dialog .e-start-time-zone-container {
|
|
3102
|
+
padding-left: 4px;
|
|
3103
|
+
padding-right: 8px;
|
|
3104
|
+
}
|
|
3105
|
+
|
|
3097
3106
|
.e-schedule-dialog .e-location-container,
|
|
3098
|
-
.e-schedule-dialog .e-end-container
|
|
3107
|
+
.e-schedule-dialog .e-end-container {
|
|
3108
|
+
padding-left: 8px;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3099
3111
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3100
3112
|
padding-left: 8px;
|
|
3113
|
+
padding-right: 4px;
|
|
3101
3114
|
}
|
|
3102
3115
|
|
|
3103
3116
|
.e-schedule-dialog .e-all-day-container {
|
|
@@ -3122,7 +3135,7 @@
|
|
|
3122
3135
|
}
|
|
3123
3136
|
|
|
3124
3137
|
.e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3125
|
-
height:
|
|
3138
|
+
height: 60px;
|
|
3126
3139
|
margin-bottom: 12px;
|
|
3127
3140
|
}
|
|
3128
3141
|
|
|
@@ -3150,11 +3163,9 @@
|
|
|
3150
3163
|
.e-schedule-dialog .e-all-day-time-zone-row {
|
|
3151
3164
|
display: -ms-flexbox;
|
|
3152
3165
|
display: flex;
|
|
3153
|
-
padding-bottom: 14px;
|
|
3154
|
-
padding-top: 8px;
|
|
3155
|
-
width: 100%;
|
|
3156
3166
|
padding-bottom: 12px;
|
|
3157
3167
|
padding-top: 4px;
|
|
3168
|
+
width: 100%;
|
|
3158
3169
|
}
|
|
3159
3170
|
|
|
3160
3171
|
.e-schedule-dialog .e-subject-container,
|
|
@@ -3192,19 +3203,27 @@
|
|
|
3192
3203
|
|
|
3193
3204
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3194
3205
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3195
|
-
.e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
3196
3206
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3197
3207
|
padding-left: 8px;
|
|
3198
3208
|
padding-right: 0;
|
|
3199
3209
|
}
|
|
3200
3210
|
|
|
3211
|
+
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3212
|
+
padding-left: 8px;
|
|
3213
|
+
padding-right: 4px;
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3201
3216
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3202
|
-
.e-schedule-dialog.e-rtl .e-end-container
|
|
3203
|
-
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3217
|
+
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3204
3218
|
padding-left: 0;
|
|
3205
3219
|
padding-right: 8px;
|
|
3206
3220
|
}
|
|
3207
3221
|
|
|
3222
|
+
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3223
|
+
padding-left: 4px;
|
|
3224
|
+
padding-right: 8px;
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3208
3227
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3209
3228
|
float: right;
|
|
3210
3229
|
}
|
|
@@ -3280,7 +3299,7 @@
|
|
|
3280
3299
|
.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3281
3300
|
display: -ms-flexbox;
|
|
3282
3301
|
display: flex;
|
|
3283
|
-
height:
|
|
3302
|
+
height: 66px;
|
|
3284
3303
|
}
|
|
3285
3304
|
|
|
3286
3305
|
.e-bigger .e-schedule-dialog .e-title-location-row,
|
|
@@ -3525,7 +3544,7 @@
|
|
|
3525
3544
|
/*! schedule quick popup */
|
|
3526
3545
|
.e-quick-popup-wrapper {
|
|
3527
3546
|
background-color: #fff;
|
|
3528
|
-
border-radius:
|
|
3547
|
+
border-radius: 6px;
|
|
3529
3548
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175), 0 16px 48px rgba(0, 0, 0, 0.175), 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
3530
3549
|
color: #212529;
|
|
3531
3550
|
max-width: 365px;
|
|
@@ -3536,7 +3555,6 @@
|
|
|
3536
3555
|
user-select: none;
|
|
3537
3556
|
width: 100%;
|
|
3538
3557
|
border: 1px solid #dee2e6;
|
|
3539
|
-
border-radius: 6px;
|
|
3540
3558
|
}
|
|
3541
3559
|
|
|
3542
3560
|
.e-quick-popup-wrapper .e-hidden {
|
|
@@ -3561,8 +3579,6 @@
|
|
|
3561
3579
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
3562
3580
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus,
|
|
3563
3581
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
|
|
3564
|
-
background: #e9ecef;
|
|
3565
|
-
color: #6c757d;
|
|
3566
3582
|
background: #fff;
|
|
3567
3583
|
color: #0d6efd;
|
|
3568
3584
|
}
|
|
@@ -3570,7 +3586,6 @@
|
|
|
3570
3586
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
|
|
3571
3587
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
|
|
3572
3588
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3573
|
-
font-size: 11px;
|
|
3574
3589
|
font-size: 14px;
|
|
3575
3590
|
}
|
|
3576
3591
|
|
|
@@ -3627,7 +3642,6 @@
|
|
|
3627
3642
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3628
3643
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
|
|
3629
3644
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
|
|
3630
|
-
font-size: 11px;
|
|
3631
3645
|
font-size: 14px;
|
|
3632
3646
|
}
|
|
3633
3647
|
|
|
@@ -3785,6 +3799,10 @@
|
|
|
3785
3799
|
margin-right: 10px;
|
|
3786
3800
|
}
|
|
3787
3801
|
|
|
3802
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3803
|
+
margin-left: 8px;
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3788
3806
|
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3789
3807
|
padding: 8px 8px 8px 18px;
|
|
3790
3808
|
}
|
|
@@ -3797,10 +3815,6 @@
|
|
|
3797
3815
|
padding: 0 13px;
|
|
3798
3816
|
}
|
|
3799
3817
|
|
|
3800
|
-
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3801
|
-
margin-left: 8px;
|
|
3802
|
-
}
|
|
3803
|
-
|
|
3804
3818
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3805
3819
|
margin-left: 8px;
|
|
3806
3820
|
}
|
|
@@ -3918,10 +3932,6 @@
|
|
|
3918
3932
|
padding: 48px 24px 16px;
|
|
3919
3933
|
}
|
|
3920
3934
|
|
|
3921
|
-
.e-bigger .e-quick-popup-wrapper .e-popup-footer {
|
|
3922
|
-
padding: 0 24px 12px 0;
|
|
3923
|
-
}
|
|
3924
|
-
|
|
3925
3935
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3926
3936
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3927
3937
|
padding-right: 16px;
|
|
@@ -4079,32 +4089,36 @@
|
|
|
4079
4089
|
width: 26px;
|
|
4080
4090
|
}
|
|
4081
4091
|
|
|
4092
|
+
.e-bigger .e-more-popup-wrapper,
|
|
4082
4093
|
.e-more-popup-wrapper {
|
|
4083
4094
|
background-color: #fff;
|
|
4084
4095
|
border: 1px solid #dee2e6;
|
|
4085
|
-
border-radius:
|
|
4096
|
+
border-radius: 6px;
|
|
4097
|
+
box-shadow: none;
|
|
4086
4098
|
opacity: 1;
|
|
4087
4099
|
padding: 8px 0;
|
|
4088
4100
|
width: 225px;
|
|
4089
|
-
border-radius: 6px;
|
|
4090
|
-
box-shadow: none;
|
|
4091
4101
|
}
|
|
4092
4102
|
|
|
4103
|
+
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
4093
4104
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
4094
4105
|
margin: 0 4px;
|
|
4095
4106
|
}
|
|
4096
4107
|
|
|
4108
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
4097
4109
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
4098
4110
|
height: 100%;
|
|
4099
4111
|
position: relative;
|
|
4100
4112
|
width: 100%;
|
|
4101
4113
|
}
|
|
4102
4114
|
|
|
4115
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
4103
4116
|
.e-more-popup-wrapper .e-more-event-header {
|
|
4104
4117
|
height: 35px;
|
|
4105
4118
|
margin: 0 8px 4px 14px;
|
|
4106
4119
|
}
|
|
4107
4120
|
|
|
4121
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4108
4122
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4109
4123
|
height: calc(100% - 35px);
|
|
4110
4124
|
max-height: 300px;
|
|
@@ -4114,20 +4128,24 @@
|
|
|
4114
4128
|
padding: 10px 10px 0;
|
|
4115
4129
|
}
|
|
4116
4130
|
|
|
4131
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
4117
4132
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
4118
4133
|
border: 0;
|
|
4119
4134
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
4120
4135
|
}
|
|
4121
4136
|
|
|
4137
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
4122
4138
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
4123
4139
|
height: 100%;
|
|
4124
4140
|
width: calc(100% - 25px);
|
|
4125
4141
|
}
|
|
4126
4142
|
|
|
4143
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
4127
4144
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
4128
4145
|
color: #0d6efd;
|
|
4129
4146
|
}
|
|
4130
4147
|
|
|
4148
|
+
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
4131
4149
|
.e-more-popup-wrapper .e-header-day {
|
|
4132
4150
|
color: #212529;
|
|
4133
4151
|
font-size: 14px;
|
|
@@ -4135,6 +4153,7 @@
|
|
|
4135
4153
|
padding-bottom: 2px;
|
|
4136
4154
|
}
|
|
4137
4155
|
|
|
4156
|
+
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4138
4157
|
.e-more-popup-wrapper .e-header-date {
|
|
4139
4158
|
color: #212529;
|
|
4140
4159
|
font-size: 16px;
|
|
@@ -4142,15 +4161,18 @@
|
|
|
4142
4161
|
max-width: 15%;
|
|
4143
4162
|
}
|
|
4144
4163
|
|
|
4164
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4145
4165
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4146
4166
|
cursor: pointer;
|
|
4147
4167
|
text-decoration: underline;
|
|
4148
4168
|
}
|
|
4149
4169
|
|
|
4170
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4150
4171
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4151
4172
|
text-decoration: underline;
|
|
4152
4173
|
}
|
|
4153
4174
|
|
|
4175
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4154
4176
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4155
4177
|
background-color: transparent;
|
|
4156
4178
|
border: 0;
|
|
@@ -4163,23 +4185,26 @@
|
|
|
4163
4185
|
width: 25px;
|
|
4164
4186
|
}
|
|
4165
4187
|
|
|
4188
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4166
4189
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4167
4190
|
font-size: 9px;
|
|
4168
4191
|
font-size: 14px;
|
|
4169
4192
|
}
|
|
4170
4193
|
|
|
4194
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4171
4195
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4172
4196
|
margin-top: 8px;
|
|
4173
4197
|
}
|
|
4174
4198
|
|
|
4175
|
-
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover
|
|
4176
|
-
|
|
4199
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4200
|
+
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4201
|
+
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
4202
|
+
background-color: #fff;
|
|
4177
4203
|
border-radius: 50%;
|
|
4178
|
-
color: #6c757d;
|
|
4179
|
-
background: #fff;
|
|
4180
4204
|
color: #0d6efd;
|
|
4181
4205
|
}
|
|
4182
4206
|
|
|
4207
|
+
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4183
4208
|
.e-more-popup-wrapper .e-appointment {
|
|
4184
4209
|
background: #0d6efd;
|
|
4185
4210
|
border-radius: 2px;
|
|
@@ -4193,6 +4218,7 @@
|
|
|
4193
4218
|
width: 100%;
|
|
4194
4219
|
}
|
|
4195
4220
|
|
|
4221
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4196
4222
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4197
4223
|
color: #fff;
|
|
4198
4224
|
-ms-flex: auto;
|
|
@@ -4205,17 +4231,22 @@
|
|
|
4205
4231
|
white-space: nowrap;
|
|
4206
4232
|
}
|
|
4207
4233
|
|
|
4234
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4235
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4208
4236
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4209
4237
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4210
4238
|
line-height: 26px;
|
|
4211
4239
|
padding: 0 2px;
|
|
4212
4240
|
}
|
|
4213
4241
|
|
|
4214
|
-
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus
|
|
4242
|
+
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4243
|
+
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4244
|
+
.e-more-popup-wrapper .e-appointment:focus {
|
|
4215
4245
|
border: 0;
|
|
4216
4246
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
4217
4247
|
}
|
|
4218
4248
|
|
|
4249
|
+
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4219
4250
|
.e-more-popup-wrapper.e-device {
|
|
4220
4251
|
bottom: 0;
|
|
4221
4252
|
height: 100%;
|
|
@@ -4229,18 +4260,22 @@
|
|
|
4229
4260
|
z-index: 1002;
|
|
4230
4261
|
}
|
|
4231
4262
|
|
|
4263
|
+
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4232
4264
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4233
4265
|
max-height: unset;
|
|
4234
4266
|
}
|
|
4235
4267
|
|
|
4268
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
4236
4269
|
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
4237
4270
|
padding-right: 10px;
|
|
4238
4271
|
}
|
|
4239
4272
|
|
|
4273
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
4240
4274
|
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
4241
4275
|
padding-right: 10px;
|
|
4242
4276
|
}
|
|
4243
4277
|
|
|
4278
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4244
4279
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4245
4280
|
left: 6px;
|
|
4246
4281
|
right: auto;
|