@syncfusion/ej2-react-schedule 19.3.55 → 19.4.42
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 +53 -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
package/styles/tailwind.css
CHANGED
|
@@ -227,10 +227,6 @@
|
|
|
227
227
|
color: #4f46e5;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
231
|
-
overflow: auto;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
230
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
235
231
|
cursor: pointer;
|
|
236
232
|
font-size: 14px;
|
|
@@ -363,6 +359,10 @@
|
|
|
363
359
|
font-size: 16px;
|
|
364
360
|
}
|
|
365
361
|
|
|
362
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
363
|
+
overflow: auto;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
366
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
367
367
|
overflow: hidden;
|
|
368
368
|
}
|
|
@@ -442,10 +442,10 @@
|
|
|
442
442
|
|
|
443
443
|
.e-schedule .e-resource-tree-popup {
|
|
444
444
|
background: #f9fafb;
|
|
445
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
445
446
|
height: 100%;
|
|
446
447
|
position: absolute;
|
|
447
448
|
width: 250px;
|
|
448
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
449
449
|
color: #111827;
|
|
450
450
|
}
|
|
451
451
|
|
|
@@ -1364,7 +1364,6 @@
|
|
|
1364
1364
|
cursor: default;
|
|
1365
1365
|
font-weight: 400;
|
|
1366
1366
|
height: 34px;
|
|
1367
|
-
padding: 3px;
|
|
1368
1367
|
padding: 8px;
|
|
1369
1368
|
}
|
|
1370
1369
|
|
|
@@ -1545,6 +1544,7 @@
|
|
|
1545
1544
|
|
|
1546
1545
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1547
1546
|
display: block;
|
|
1547
|
+
margin: 0 auto;
|
|
1548
1548
|
}
|
|
1549
1549
|
|
|
1550
1550
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
@@ -1563,9 +1563,8 @@
|
|
|
1563
1563
|
background-color: #4f46e5;
|
|
1564
1564
|
border-radius: 50%;
|
|
1565
1565
|
height: 5px;
|
|
1566
|
-
margin
|
|
1567
|
-
|
|
1568
|
-
position: absolute;
|
|
1566
|
+
margin: -6px auto 0;
|
|
1567
|
+
position: relative;
|
|
1569
1568
|
width: 5px;
|
|
1570
1569
|
}
|
|
1571
1570
|
|
|
@@ -1616,10 +1615,6 @@
|
|
|
1616
1615
|
border-left-width: 0;
|
|
1617
1616
|
}
|
|
1618
1617
|
|
|
1619
|
-
.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
|
|
1620
|
-
border-left: 1px solid #e5e7eb;
|
|
1621
|
-
}
|
|
1622
|
-
|
|
1623
1618
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1624
1619
|
max-width: 100%;
|
|
1625
1620
|
min-width: 100%;
|
|
@@ -1663,9 +1658,8 @@
|
|
|
1663
1658
|
color: #111827;
|
|
1664
1659
|
font-size: 13px;
|
|
1665
1660
|
overflow: hidden;
|
|
1666
|
-
padding: 4px 15px;
|
|
1667
|
-
text-overflow: ellipsis;
|
|
1668
1661
|
padding: 4px 12px;
|
|
1662
|
+
text-overflow: ellipsis;
|
|
1669
1663
|
}
|
|
1670
1664
|
|
|
1671
1665
|
.e-schedule .e-timeline-year-view .e-resource-left-td {
|
|
@@ -1690,10 +1684,9 @@
|
|
|
1690
1684
|
border-width: 0 1px 1px 0;
|
|
1691
1685
|
color: #111827;
|
|
1692
1686
|
height: 75px;
|
|
1693
|
-
padding-left:
|
|
1687
|
+
padding-left: 12px;
|
|
1694
1688
|
padding-right: 0;
|
|
1695
1689
|
vertical-align: middle;
|
|
1696
|
-
padding-left: 12px;
|
|
1697
1690
|
}
|
|
1698
1691
|
|
|
1699
1692
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
|
|
@@ -2008,10 +2001,9 @@
|
|
|
2008
2001
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2009
2002
|
height: 36px;
|
|
2010
2003
|
overflow: hidden;
|
|
2011
|
-
padding:
|
|
2004
|
+
padding: 8px 0 8px 8px;
|
|
2012
2005
|
text-overflow: ellipsis;
|
|
2013
2006
|
white-space: nowrap;
|
|
2014
|
-
padding: 8px 0 8px 8px;
|
|
2015
2007
|
}
|
|
2016
2008
|
|
|
2017
2009
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
@@ -2056,9 +2048,8 @@
|
|
|
2056
2048
|
color: #111827;
|
|
2057
2049
|
font-size: 13px;
|
|
2058
2050
|
overflow: hidden;
|
|
2059
|
-
padding: 4px 15px;
|
|
2060
|
-
text-overflow: ellipsis;
|
|
2061
2051
|
padding: 4px 12px;
|
|
2052
|
+
text-overflow: ellipsis;
|
|
2062
2053
|
}
|
|
2063
2054
|
|
|
2064
2055
|
.e-schedule .e-timeline-view .e-resource-left-td,
|
|
@@ -2080,10 +2071,9 @@
|
|
|
2080
2071
|
border-width: 0 1px 1px 0;
|
|
2081
2072
|
color: #111827;
|
|
2082
2073
|
height: 60px;
|
|
2083
|
-
padding-left:
|
|
2074
|
+
padding-left: 12px;
|
|
2084
2075
|
padding-right: 0;
|
|
2085
2076
|
vertical-align: middle;
|
|
2086
|
-
padding-left: 12px;
|
|
2087
2077
|
}
|
|
2088
2078
|
|
|
2089
2079
|
.e-schedule .e-timeline-view .e-resource-cells:focus,
|
|
@@ -2111,7 +2101,7 @@
|
|
|
2111
2101
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2112
2102
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2113
2103
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2114
|
-
height:
|
|
2104
|
+
height: 60px;
|
|
2115
2105
|
}
|
|
2116
2106
|
|
|
2117
2107
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -2474,7 +2464,6 @@
|
|
|
2474
2464
|
border-left: 3px solid #4f46e5;
|
|
2475
2465
|
border-right: 0;
|
|
2476
2466
|
cursor: default;
|
|
2477
|
-
padding: 0 8px;
|
|
2478
2467
|
padding: 0 16px;
|
|
2479
2468
|
}
|
|
2480
2469
|
|
|
@@ -2532,7 +2521,6 @@
|
|
|
2532
2521
|
}
|
|
2533
2522
|
|
|
2534
2523
|
.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
|
|
2535
|
-
padding: 10px 0;
|
|
2536
2524
|
padding: 16px 0 0;
|
|
2537
2525
|
}
|
|
2538
2526
|
|
|
@@ -2573,6 +2561,10 @@
|
|
|
2573
2561
|
width: 75px;
|
|
2574
2562
|
}
|
|
2575
2563
|
|
|
2564
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2565
|
+
white-space: normal;
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2576
2568
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2577
2569
|
padding-right: 8px;
|
|
2578
2570
|
}
|
|
@@ -2795,6 +2787,10 @@
|
|
|
2795
2787
|
width: 75px;
|
|
2796
2788
|
}
|
|
2797
2789
|
|
|
2790
|
+
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2791
|
+
white-space: normal;
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2798
2794
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2799
2795
|
padding-right: 8px;
|
|
2800
2796
|
}
|
|
@@ -2883,7 +2879,7 @@
|
|
|
2883
2879
|
margin: 4px 0;
|
|
2884
2880
|
min-height: 24px;
|
|
2885
2881
|
min-width: 24px;
|
|
2886
|
-
padding: 8px;
|
|
2882
|
+
padding: 10px 8px 6px;
|
|
2887
2883
|
}
|
|
2888
2884
|
|
|
2889
2885
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
|
|
@@ -3028,6 +3024,10 @@
|
|
|
3028
3024
|
font-weight: 500;
|
|
3029
3025
|
}
|
|
3030
3026
|
|
|
3027
|
+
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3028
|
+
width: 485px;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
3031
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3032
3032
|
width: 420px;
|
|
3033
3033
|
}
|
|
@@ -3049,6 +3049,14 @@
|
|
|
3049
3049
|
display: none;
|
|
3050
3050
|
}
|
|
3051
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
|
+
|
|
3052
3060
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3053
3061
|
box-shadow: none;
|
|
3054
3062
|
}
|
|
@@ -3086,15 +3094,23 @@
|
|
|
3086
3094
|
|
|
3087
3095
|
.e-schedule-dialog .e-subject-container,
|
|
3088
3096
|
.e-schedule-dialog .e-start-container,
|
|
3089
|
-
.e-schedule-dialog .e-start-time-zone-container,
|
|
3090
3097
|
.e-schedule-dialog .e-description-label {
|
|
3091
3098
|
padding-right: 8px;
|
|
3092
3099
|
}
|
|
3093
3100
|
|
|
3101
|
+
.e-schedule-dialog .e-start-time-zone-container {
|
|
3102
|
+
padding-left: 4px;
|
|
3103
|
+
padding-right: 8px;
|
|
3104
|
+
}
|
|
3105
|
+
|
|
3094
3106
|
.e-schedule-dialog .e-location-container,
|
|
3095
|
-
.e-schedule-dialog .e-end-container
|
|
3107
|
+
.e-schedule-dialog .e-end-container {
|
|
3108
|
+
padding-left: 8px;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3096
3111
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3097
3112
|
padding-left: 8px;
|
|
3113
|
+
padding-right: 4px;
|
|
3098
3114
|
}
|
|
3099
3115
|
|
|
3100
3116
|
.e-schedule-dialog .e-all-day-container {
|
|
@@ -3147,11 +3163,9 @@
|
|
|
3147
3163
|
.e-schedule-dialog .e-all-day-time-zone-row {
|
|
3148
3164
|
display: -ms-flexbox;
|
|
3149
3165
|
display: flex;
|
|
3150
|
-
padding-bottom: 14px;
|
|
3151
|
-
padding-top: 8px;
|
|
3152
|
-
width: 100%;
|
|
3153
3166
|
padding-bottom: 12px;
|
|
3154
3167
|
padding-top: 4px;
|
|
3168
|
+
width: 100%;
|
|
3155
3169
|
}
|
|
3156
3170
|
|
|
3157
3171
|
.e-schedule-dialog .e-subject-container,
|
|
@@ -3189,19 +3203,27 @@
|
|
|
3189
3203
|
|
|
3190
3204
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3191
3205
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3192
|
-
.e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
3193
3206
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3194
3207
|
padding-left: 8px;
|
|
3195
3208
|
padding-right: 0;
|
|
3196
3209
|
}
|
|
3197
3210
|
|
|
3211
|
+
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3212
|
+
padding-left: 8px;
|
|
3213
|
+
padding-right: 4px;
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3198
3216
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3199
|
-
.e-schedule-dialog.e-rtl .e-end-container
|
|
3200
|
-
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3217
|
+
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3201
3218
|
padding-left: 0;
|
|
3202
3219
|
padding-right: 8px;
|
|
3203
3220
|
}
|
|
3204
3221
|
|
|
3222
|
+
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3223
|
+
padding-left: 4px;
|
|
3224
|
+
padding-right: 8px;
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3205
3227
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3206
3228
|
float: right;
|
|
3207
3229
|
}
|
|
@@ -3522,7 +3544,7 @@
|
|
|
3522
3544
|
/*! schedule quick popup */
|
|
3523
3545
|
.e-quick-popup-wrapper {
|
|
3524
3546
|
background-color: #fff;
|
|
3525
|
-
border-radius:
|
|
3547
|
+
border-radius: 6px;
|
|
3526
3548
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3527
3549
|
color: #111827;
|
|
3528
3550
|
max-width: 365px;
|
|
@@ -3533,7 +3555,6 @@
|
|
|
3533
3555
|
user-select: none;
|
|
3534
3556
|
width: 100%;
|
|
3535
3557
|
border: 1px solid #e5e7eb;
|
|
3536
|
-
border-radius: 6px;
|
|
3537
3558
|
}
|
|
3538
3559
|
|
|
3539
3560
|
.e-quick-popup-wrapper .e-hidden {
|
|
@@ -3565,7 +3586,6 @@
|
|
|
3565
3586
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
|
|
3566
3587
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
|
|
3567
3588
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3568
|
-
font-size: 11px;
|
|
3569
3589
|
font-size: 18px;
|
|
3570
3590
|
}
|
|
3571
3591
|
|
|
@@ -3622,7 +3642,6 @@
|
|
|
3622
3642
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3623
3643
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
|
|
3624
3644
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
|
|
3625
|
-
font-size: 11px;
|
|
3626
3645
|
font-size: 18px;
|
|
3627
3646
|
}
|
|
3628
3647
|
|
|
@@ -3780,6 +3799,10 @@
|
|
|
3780
3799
|
margin-right: 10px;
|
|
3781
3800
|
}
|
|
3782
3801
|
|
|
3802
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3803
|
+
margin-left: 8px;
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3783
3806
|
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3784
3807
|
padding: 8px 8px 8px 18px;
|
|
3785
3808
|
}
|
|
@@ -3792,10 +3815,6 @@
|
|
|
3792
3815
|
padding: 0 13px;
|
|
3793
3816
|
}
|
|
3794
3817
|
|
|
3795
|
-
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3796
|
-
margin-left: 8px;
|
|
3797
|
-
}
|
|
3798
|
-
|
|
3799
3818
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3800
3819
|
margin-left: 8px;
|
|
3801
3820
|
}
|
|
@@ -3913,10 +3932,6 @@
|
|
|
3913
3932
|
padding: 48px 24px 16px;
|
|
3914
3933
|
}
|
|
3915
3934
|
|
|
3916
|
-
.e-bigger .e-quick-popup-wrapper .e-popup-footer {
|
|
3917
|
-
padding: 0 24px 12px 0;
|
|
3918
|
-
}
|
|
3919
|
-
|
|
3920
3935
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3921
3936
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3922
3937
|
padding-right: 16px;
|
|
@@ -4074,32 +4089,36 @@
|
|
|
4074
4089
|
width: 26px;
|
|
4075
4090
|
}
|
|
4076
4091
|
|
|
4092
|
+
.e-bigger .e-more-popup-wrapper,
|
|
4077
4093
|
.e-more-popup-wrapper {
|
|
4078
4094
|
background-color: #fff;
|
|
4079
4095
|
border: 1px solid #e5e7eb;
|
|
4080
|
-
border-radius:
|
|
4096
|
+
border-radius: 6px;
|
|
4097
|
+
box-shadow: none;
|
|
4081
4098
|
opacity: 1;
|
|
4082
4099
|
padding: 8px 0;
|
|
4083
4100
|
width: 225px;
|
|
4084
|
-
border-radius: 6px;
|
|
4085
|
-
box-shadow: none;
|
|
4086
4101
|
}
|
|
4087
4102
|
|
|
4103
|
+
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
4088
4104
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
4089
4105
|
margin: 0 4px;
|
|
4090
4106
|
}
|
|
4091
4107
|
|
|
4108
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
4092
4109
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
4093
4110
|
height: 100%;
|
|
4094
4111
|
position: relative;
|
|
4095
4112
|
width: 100%;
|
|
4096
4113
|
}
|
|
4097
4114
|
|
|
4115
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
4098
4116
|
.e-more-popup-wrapper .e-more-event-header {
|
|
4099
4117
|
height: 35px;
|
|
4100
4118
|
margin: 0 8px 4px 14px;
|
|
4101
4119
|
}
|
|
4102
4120
|
|
|
4121
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4103
4122
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4104
4123
|
height: calc(100% - 35px);
|
|
4105
4124
|
max-height: 300px;
|
|
@@ -4109,20 +4128,24 @@
|
|
|
4109
4128
|
padding: 10px 10px 0;
|
|
4110
4129
|
}
|
|
4111
4130
|
|
|
4131
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
4112
4132
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
4113
4133
|
border: 0;
|
|
4114
4134
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
4115
4135
|
}
|
|
4116
4136
|
|
|
4137
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
4117
4138
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
4118
4139
|
height: 100%;
|
|
4119
4140
|
width: calc(100% - 25px);
|
|
4120
4141
|
}
|
|
4121
4142
|
|
|
4143
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
4122
4144
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
4123
4145
|
color: #4f46e5;
|
|
4124
4146
|
}
|
|
4125
4147
|
|
|
4148
|
+
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
4126
4149
|
.e-more-popup-wrapper .e-header-day {
|
|
4127
4150
|
color: #111827;
|
|
4128
4151
|
font-size: 14px;
|
|
@@ -4130,6 +4153,7 @@
|
|
|
4130
4153
|
padding-bottom: 2px;
|
|
4131
4154
|
}
|
|
4132
4155
|
|
|
4156
|
+
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4133
4157
|
.e-more-popup-wrapper .e-header-date {
|
|
4134
4158
|
color: #111827;
|
|
4135
4159
|
font-size: 16px;
|
|
@@ -4137,15 +4161,18 @@
|
|
|
4137
4161
|
max-width: 15%;
|
|
4138
4162
|
}
|
|
4139
4163
|
|
|
4164
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4140
4165
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4141
4166
|
cursor: pointer;
|
|
4142
4167
|
text-decoration: underline;
|
|
4143
4168
|
}
|
|
4144
4169
|
|
|
4170
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4145
4171
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4146
4172
|
text-decoration: underline;
|
|
4147
4173
|
}
|
|
4148
4174
|
|
|
4175
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4149
4176
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4150
4177
|
background-color: transparent;
|
|
4151
4178
|
border: 0;
|
|
@@ -4159,21 +4186,26 @@
|
|
|
4159
4186
|
padding: 1px;
|
|
4160
4187
|
}
|
|
4161
4188
|
|
|
4189
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4162
4190
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4163
4191
|
font-size: 9px;
|
|
4164
4192
|
font-size: 14px;
|
|
4165
4193
|
}
|
|
4166
4194
|
|
|
4195
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4167
4196
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4168
4197
|
margin-top: 8px;
|
|
4169
4198
|
}
|
|
4170
4199
|
|
|
4171
|
-
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover
|
|
4200
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4201
|
+
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4202
|
+
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
4172
4203
|
background-color: #e5e7eb;
|
|
4173
4204
|
border-radius: 50%;
|
|
4174
4205
|
color: #6b7280;
|
|
4175
4206
|
}
|
|
4176
4207
|
|
|
4208
|
+
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4177
4209
|
.e-more-popup-wrapper .e-appointment {
|
|
4178
4210
|
background: #4f46e5;
|
|
4179
4211
|
border-radius: 2px;
|
|
@@ -4187,6 +4219,7 @@
|
|
|
4187
4219
|
width: 100%;
|
|
4188
4220
|
}
|
|
4189
4221
|
|
|
4222
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4190
4223
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4191
4224
|
color: #fff;
|
|
4192
4225
|
-ms-flex: auto;
|
|
@@ -4199,17 +4232,22 @@
|
|
|
4199
4232
|
white-space: nowrap;
|
|
4200
4233
|
}
|
|
4201
4234
|
|
|
4235
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4236
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4202
4237
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4203
4238
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4204
4239
|
line-height: 26px;
|
|
4205
4240
|
padding: 0 2px;
|
|
4206
4241
|
}
|
|
4207
4242
|
|
|
4208
|
-
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus
|
|
4243
|
+
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4244
|
+
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4245
|
+
.e-more-popup-wrapper .e-appointment:focus {
|
|
4209
4246
|
border: 0;
|
|
4210
4247
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
4211
4248
|
}
|
|
4212
4249
|
|
|
4250
|
+
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4213
4251
|
.e-more-popup-wrapper.e-device {
|
|
4214
4252
|
bottom: 0;
|
|
4215
4253
|
height: 100%;
|
|
@@ -4223,18 +4261,22 @@
|
|
|
4223
4261
|
z-index: 1002;
|
|
4224
4262
|
}
|
|
4225
4263
|
|
|
4264
|
+
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4226
4265
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4227
4266
|
max-height: unset;
|
|
4228
4267
|
}
|
|
4229
4268
|
|
|
4269
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
4230
4270
|
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
4231
4271
|
padding-right: 10px;
|
|
4232
4272
|
}
|
|
4233
4273
|
|
|
4274
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
4234
4275
|
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
4235
4276
|
padding-right: 10px;
|
|
4236
4277
|
}
|
|
4237
4278
|
|
|
4279
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4238
4280
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4239
4281
|
left: 6px;
|
|
4240
4282
|
right: auto;
|
|
@@ -4720,8 +4762,13 @@
|
|
|
4720
4762
|
}
|
|
4721
4763
|
|
|
4722
4764
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4765
|
+
min-width: 94px;
|
|
4723
4766
|
position: relative;
|
|
4724
|
-
right:
|
|
4767
|
+
right: 26px;
|
|
4768
|
+
}
|
|
4769
|
+
|
|
4770
|
+
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4771
|
+
min-width: 120px;
|
|
4725
4772
|
}
|
|
4726
4773
|
|
|
4727
4774
|
.e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
@@ -4771,12 +4818,13 @@
|
|
|
4771
4818
|
}
|
|
4772
4819
|
|
|
4773
4820
|
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4774
|
-
|
|
4821
|
+
position: relative;
|
|
4822
|
+
right: 10px;
|
|
4775
4823
|
}
|
|
4776
4824
|
|
|
4777
4825
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4778
|
-
|
|
4779
|
-
right:
|
|
4826
|
+
position: relative;
|
|
4827
|
+
right: -26px;
|
|
4780
4828
|
}
|
|
4781
4829
|
|
|
4782
4830
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
@@ -4913,15 +4961,25 @@
|
|
|
4913
4961
|
}
|
|
4914
4962
|
|
|
4915
4963
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4964
|
+
min-width: 167px;
|
|
4916
4965
|
padding-left: 55px;
|
|
4917
4966
|
padding-right: 0;
|
|
4918
4967
|
}
|
|
4919
4968
|
|
|
4969
|
+
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4970
|
+
min-width: 197px;
|
|
4971
|
+
padding-left: 54px;
|
|
4972
|
+
}
|
|
4973
|
+
|
|
4920
4974
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
4921
4975
|
font-size: 16px;
|
|
4922
4976
|
margin-bottom: 0;
|
|
4923
4977
|
}
|
|
4924
4978
|
|
|
4979
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4980
|
+
padding-right: 2px;
|
|
4981
|
+
}
|
|
4982
|
+
|
|
4925
4983
|
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
4926
4984
|
margin-bottom: 0;
|
|
4927
4985
|
}
|