@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
|
@@ -225,10 +225,6 @@
|
|
|
225
225
|
color: #0078d6;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
overflow: auto;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
228
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
233
229
|
cursor: pointer;
|
|
234
230
|
font-size: 14px;
|
|
@@ -294,6 +290,10 @@
|
|
|
294
290
|
text-transform: initial;
|
|
295
291
|
}
|
|
296
292
|
|
|
293
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
294
|
+
padding: 0 12px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
297
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
298
298
|
background: #fff;
|
|
299
299
|
border-left: 0;
|
|
@@ -357,6 +357,10 @@
|
|
|
357
357
|
font-size: 20px;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
361
|
+
overflow: auto;
|
|
362
|
+
}
|
|
363
|
+
|
|
360
364
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
361
365
|
overflow: hidden;
|
|
362
366
|
}
|
|
@@ -436,10 +440,10 @@
|
|
|
436
440
|
|
|
437
441
|
.e-schedule .e-resource-tree-popup {
|
|
438
442
|
background: #fff;
|
|
443
|
+
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
439
444
|
height: 100%;
|
|
440
445
|
position: absolute;
|
|
441
446
|
width: 250px;
|
|
442
|
-
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
443
447
|
}
|
|
444
448
|
|
|
445
449
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
@@ -1533,6 +1537,7 @@
|
|
|
1533
1537
|
|
|
1534
1538
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1535
1539
|
display: block;
|
|
1540
|
+
margin: 0 auto;
|
|
1536
1541
|
}
|
|
1537
1542
|
|
|
1538
1543
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
@@ -1551,9 +1556,8 @@
|
|
|
1551
1556
|
background-color: #0078d6;
|
|
1552
1557
|
border-radius: 50%;
|
|
1553
1558
|
height: 5px;
|
|
1554
|
-
margin
|
|
1555
|
-
|
|
1556
|
-
position: absolute;
|
|
1559
|
+
margin: -6px auto 0;
|
|
1560
|
+
position: relative;
|
|
1557
1561
|
width: 5px;
|
|
1558
1562
|
}
|
|
1559
1563
|
|
|
@@ -1604,10 +1608,6 @@
|
|
|
1604
1608
|
border-left-width: 0;
|
|
1605
1609
|
}
|
|
1606
1610
|
|
|
1607
|
-
.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
|
|
1608
|
-
border-left: 1px solid #d0d0d0;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
1611
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1612
1612
|
max-width: 100%;
|
|
1613
1613
|
min-width: 100%;
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2093
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2094
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2095
|
+
height: 60px;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -2552,6 +2552,10 @@
|
|
|
2552
2552
|
width: 75px;
|
|
2553
2553
|
}
|
|
2554
2554
|
|
|
2555
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2556
|
+
white-space: normal;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2555
2559
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2556
2560
|
padding-right: 8px;
|
|
2557
2561
|
}
|
|
@@ -2773,6 +2777,10 @@
|
|
|
2773
2777
|
width: 75px;
|
|
2774
2778
|
}
|
|
2775
2779
|
|
|
2780
|
+
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2781
|
+
white-space: normal;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2776
2784
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2777
2785
|
padding-right: 8px;
|
|
2778
2786
|
}
|
|
@@ -2854,7 +2862,7 @@
|
|
|
2854
2862
|
height: auto;
|
|
2855
2863
|
line-height: 25px;
|
|
2856
2864
|
margin: 4px 0;
|
|
2857
|
-
min-height:
|
|
2865
|
+
min-height: 50px;
|
|
2858
2866
|
min-width: 34px;
|
|
2859
2867
|
padding: 0 1.5px;
|
|
2860
2868
|
}
|
|
@@ -2994,6 +3002,10 @@
|
|
|
2994
3002
|
font-weight: 500;
|
|
2995
3003
|
}
|
|
2996
3004
|
|
|
3005
|
+
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3006
|
+
width: 485px;
|
|
3007
|
+
}
|
|
3008
|
+
|
|
2997
3009
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2998
3010
|
width: 420px;
|
|
2999
3011
|
}
|
|
@@ -3025,6 +3037,14 @@
|
|
|
3025
3037
|
display: none;
|
|
3026
3038
|
}
|
|
3027
3039
|
|
|
3040
|
+
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3041
|
+
border-bottom: none;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3045
|
+
border-top: none;
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3028
3048
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3029
3049
|
box-shadow: none;
|
|
3030
3050
|
}
|
|
@@ -3061,15 +3081,23 @@
|
|
|
3061
3081
|
|
|
3062
3082
|
.e-schedule-dialog .e-subject-container,
|
|
3063
3083
|
.e-schedule-dialog .e-start-container,
|
|
3064
|
-
.e-schedule-dialog .e-start-time-zone-container,
|
|
3065
3084
|
.e-schedule-dialog .e-description-label {
|
|
3066
3085
|
padding-right: 8px;
|
|
3067
3086
|
}
|
|
3068
3087
|
|
|
3088
|
+
.e-schedule-dialog .e-start-time-zone-container {
|
|
3089
|
+
padding-left: 4px;
|
|
3090
|
+
padding-right: 8px;
|
|
3091
|
+
}
|
|
3092
|
+
|
|
3069
3093
|
.e-schedule-dialog .e-location-container,
|
|
3070
|
-
.e-schedule-dialog .e-end-container
|
|
3094
|
+
.e-schedule-dialog .e-end-container {
|
|
3095
|
+
padding-left: 8px;
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3071
3098
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3072
3099
|
padding-left: 8px;
|
|
3100
|
+
padding-right: 4px;
|
|
3073
3101
|
}
|
|
3074
3102
|
|
|
3075
3103
|
.e-schedule-dialog .e-all-day-container {
|
|
@@ -3162,19 +3190,27 @@
|
|
|
3162
3190
|
|
|
3163
3191
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3164
3192
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3165
|
-
.e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
3166
3193
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3167
3194
|
padding-left: 8px;
|
|
3168
3195
|
padding-right: 0;
|
|
3169
3196
|
}
|
|
3170
3197
|
|
|
3198
|
+
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3199
|
+
padding-left: 8px;
|
|
3200
|
+
padding-right: 4px;
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3171
3203
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3172
|
-
.e-schedule-dialog.e-rtl .e-end-container
|
|
3173
|
-
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3204
|
+
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3174
3205
|
padding-left: 0;
|
|
3175
3206
|
padding-right: 8px;
|
|
3176
3207
|
}
|
|
3177
3208
|
|
|
3209
|
+
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3210
|
+
padding-left: 4px;
|
|
3211
|
+
padding-right: 8px;
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3178
3214
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3179
3215
|
float: right;
|
|
3180
3216
|
}
|
|
@@ -3707,6 +3743,7 @@
|
|
|
3707
3743
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3708
3744
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3709
3745
|
right: auto;
|
|
3746
|
+
margin-right: 8px;
|
|
3710
3747
|
}
|
|
3711
3748
|
|
|
3712
3749
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
@@ -3743,6 +3780,10 @@
|
|
|
3743
3780
|
margin-right: 10px;
|
|
3744
3781
|
}
|
|
3745
3782
|
|
|
3783
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3784
|
+
margin-left: 8px;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3746
3787
|
.e-quick-popup-wrapper.e-device {
|
|
3747
3788
|
bottom: 0;
|
|
3748
3789
|
height: 100%;
|
|
@@ -3948,31 +3989,36 @@
|
|
|
3948
3989
|
width: 26px;
|
|
3949
3990
|
}
|
|
3950
3991
|
|
|
3992
|
+
.e-bigger .e-more-popup-wrapper,
|
|
3951
3993
|
.e-more-popup-wrapper {
|
|
3952
3994
|
background-color: #fff;
|
|
3953
3995
|
border: 1px solid #e0e0e0;
|
|
3954
3996
|
border-radius: 2px;
|
|
3997
|
+
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3955
3998
|
opacity: 1;
|
|
3956
3999
|
padding: 8px 0;
|
|
3957
4000
|
width: 225px;
|
|
3958
|
-
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3959
4001
|
}
|
|
3960
4002
|
|
|
4003
|
+
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
3961
4004
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
3962
4005
|
margin: 0 4px;
|
|
3963
4006
|
}
|
|
3964
4007
|
|
|
4008
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
3965
4009
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
3966
4010
|
height: 100%;
|
|
3967
4011
|
position: relative;
|
|
3968
4012
|
width: 100%;
|
|
3969
4013
|
}
|
|
3970
4014
|
|
|
4015
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
3971
4016
|
.e-more-popup-wrapper .e-more-event-header {
|
|
3972
4017
|
height: 35px;
|
|
3973
4018
|
margin: 0 8px 4px 14px;
|
|
3974
4019
|
}
|
|
3975
4020
|
|
|
4021
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
3976
4022
|
.e-more-popup-wrapper .e-more-event-content {
|
|
3977
4023
|
height: calc(100% - 35px);
|
|
3978
4024
|
max-height: 300px;
|
|
@@ -3981,20 +4027,24 @@
|
|
|
3981
4027
|
padding-right: 10px;
|
|
3982
4028
|
}
|
|
3983
4029
|
|
|
4030
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3984
4031
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
3985
4032
|
border: 0;
|
|
3986
4033
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
3987
4034
|
}
|
|
3988
4035
|
|
|
4036
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
3989
4037
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
3990
4038
|
height: 100%;
|
|
3991
4039
|
width: calc(100% - 25px);
|
|
3992
4040
|
}
|
|
3993
4041
|
|
|
4042
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
3994
4043
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
3995
4044
|
color: #0078d6;
|
|
3996
4045
|
}
|
|
3997
4046
|
|
|
4047
|
+
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
3998
4048
|
.e-more-popup-wrapper .e-header-day {
|
|
3999
4049
|
color: #333;
|
|
4000
4050
|
font-size: 13px;
|
|
@@ -4002,6 +4052,7 @@
|
|
|
4002
4052
|
padding-bottom: 2px;
|
|
4003
4053
|
}
|
|
4004
4054
|
|
|
4055
|
+
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4005
4056
|
.e-more-popup-wrapper .e-header-date {
|
|
4006
4057
|
color: #333;
|
|
4007
4058
|
font-size: 18px;
|
|
@@ -4009,15 +4060,18 @@
|
|
|
4009
4060
|
max-width: 15%;
|
|
4010
4061
|
}
|
|
4011
4062
|
|
|
4063
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4012
4064
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4013
4065
|
cursor: pointer;
|
|
4014
4066
|
text-decoration: underline;
|
|
4015
4067
|
}
|
|
4016
4068
|
|
|
4069
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4017
4070
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4018
4071
|
text-decoration: underline;
|
|
4019
4072
|
}
|
|
4020
4073
|
|
|
4074
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4021
4075
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4022
4076
|
background-color: transparent;
|
|
4023
4077
|
border: 0;
|
|
@@ -4030,20 +4084,25 @@
|
|
|
4030
4084
|
width: 25px;
|
|
4031
4085
|
}
|
|
4032
4086
|
|
|
4087
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4033
4088
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4034
4089
|
font-size: 9px;
|
|
4035
4090
|
}
|
|
4036
4091
|
|
|
4092
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4037
4093
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4038
4094
|
margin-top: 3px;
|
|
4039
4095
|
}
|
|
4040
4096
|
|
|
4041
|
-
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover
|
|
4097
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4098
|
+
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4099
|
+
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
4042
4100
|
background-color: #eaeaea;
|
|
4043
4101
|
border-radius: 50%;
|
|
4044
4102
|
color: #000;
|
|
4045
4103
|
}
|
|
4046
4104
|
|
|
4105
|
+
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4047
4106
|
.e-more-popup-wrapper .e-appointment {
|
|
4048
4107
|
background: #0078d6;
|
|
4049
4108
|
border-radius: 2px;
|
|
@@ -4057,6 +4116,7 @@
|
|
|
4057
4116
|
width: 100%;
|
|
4058
4117
|
}
|
|
4059
4118
|
|
|
4119
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4060
4120
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4061
4121
|
color: #fff;
|
|
4062
4122
|
-ms-flex: auto;
|
|
@@ -4069,17 +4129,22 @@
|
|
|
4069
4129
|
white-space: nowrap;
|
|
4070
4130
|
}
|
|
4071
4131
|
|
|
4132
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4133
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4072
4134
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4073
4135
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4074
4136
|
line-height: 22px;
|
|
4075
4137
|
padding: 0 2px;
|
|
4076
4138
|
}
|
|
4077
4139
|
|
|
4078
|
-
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus
|
|
4140
|
+
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4141
|
+
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4142
|
+
.e-more-popup-wrapper .e-appointment:focus {
|
|
4079
4143
|
border: 0;
|
|
4080
4144
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
4081
4145
|
}
|
|
4082
4146
|
|
|
4147
|
+
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4083
4148
|
.e-more-popup-wrapper.e-device {
|
|
4084
4149
|
bottom: 0;
|
|
4085
4150
|
height: 100%;
|
|
@@ -4093,10 +4158,12 @@
|
|
|
4093
4158
|
z-index: 1002;
|
|
4094
4159
|
}
|
|
4095
4160
|
|
|
4161
|
+
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4096
4162
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4097
4163
|
max-height: unset;
|
|
4098
4164
|
}
|
|
4099
4165
|
|
|
4166
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4100
4167
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4101
4168
|
left: 6px;
|
|
4102
4169
|
right: auto;
|
|
@@ -225,10 +225,6 @@
|
|
|
225
225
|
color: #400074;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
overflow: auto;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
228
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
233
229
|
cursor: pointer;
|
|
234
230
|
font-size: 14px;
|
|
@@ -357,6 +353,10 @@
|
|
|
357
353
|
font-size: 20px;
|
|
358
354
|
}
|
|
359
355
|
|
|
356
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
357
|
+
overflow: auto;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
360
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
361
361
|
overflow: hidden;
|
|
362
362
|
}
|
|
@@ -436,10 +436,10 @@
|
|
|
436
436
|
|
|
437
437
|
.e-schedule .e-resource-tree-popup {
|
|
438
438
|
background: #ccc;
|
|
439
|
+
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
439
440
|
height: 100%;
|
|
440
441
|
position: absolute;
|
|
441
442
|
width: 250px;
|
|
442
|
-
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
@@ -1533,6 +1533,7 @@
|
|
|
1533
1533
|
|
|
1534
1534
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1535
1535
|
display: block;
|
|
1536
|
+
margin: 0 auto;
|
|
1536
1537
|
}
|
|
1537
1538
|
|
|
1538
1539
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
@@ -1551,9 +1552,8 @@
|
|
|
1551
1552
|
background-color: #1c8000;
|
|
1552
1553
|
border-radius: 50%;
|
|
1553
1554
|
height: 5px;
|
|
1554
|
-
margin
|
|
1555
|
-
|
|
1556
|
-
position: absolute;
|
|
1555
|
+
margin: -6px auto 0;
|
|
1556
|
+
position: relative;
|
|
1557
1557
|
width: 5px;
|
|
1558
1558
|
}
|
|
1559
1559
|
|
|
@@ -1604,10 +1604,6 @@
|
|
|
1604
1604
|
border-left-width: 0;
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
-
.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
|
|
1608
|
-
border-left: 1px solid #757575;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
1607
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1612
1608
|
max-width: 100%;
|
|
1613
1609
|
min-width: 100%;
|
|
@@ -2092,7 +2088,7 @@
|
|
|
2092
2088
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2089
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2090
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2091
|
+
height: 60px;
|
|
2096
2092
|
}
|
|
2097
2093
|
|
|
2098
2094
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -2552,6 +2548,10 @@
|
|
|
2552
2548
|
width: 75px;
|
|
2553
2549
|
}
|
|
2554
2550
|
|
|
2551
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2552
|
+
white-space: normal;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
2555
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2556
2556
|
padding-right: 8px;
|
|
2557
2557
|
}
|
|
@@ -2773,6 +2773,10 @@
|
|
|
2773
2773
|
width: 75px;
|
|
2774
2774
|
}
|
|
2775
2775
|
|
|
2776
|
+
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2777
|
+
white-space: normal;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2776
2780
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2777
2781
|
padding-right: 8px;
|
|
2778
2782
|
}
|
|
@@ -2854,7 +2858,7 @@
|
|
|
2854
2858
|
height: auto;
|
|
2855
2859
|
line-height: 25px;
|
|
2856
2860
|
margin: 4px 0;
|
|
2857
|
-
min-height:
|
|
2861
|
+
min-height: 50px;
|
|
2858
2862
|
min-width: 34px;
|
|
2859
2863
|
padding: 0 1.5px;
|
|
2860
2864
|
}
|
|
@@ -2994,6 +2998,10 @@
|
|
|
2994
2998
|
font-weight: 500;
|
|
2995
2999
|
}
|
|
2996
3000
|
|
|
3001
|
+
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3002
|
+
width: 485px;
|
|
3003
|
+
}
|
|
3004
|
+
|
|
2997
3005
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2998
3006
|
width: 420px;
|
|
2999
3007
|
}
|
|
@@ -3015,6 +3023,14 @@
|
|
|
3015
3023
|
display: none;
|
|
3016
3024
|
}
|
|
3017
3025
|
|
|
3026
|
+
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3027
|
+
border-bottom: none;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3031
|
+
border-top: none;
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3018
3034
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3019
3035
|
box-shadow: none;
|
|
3020
3036
|
}
|
|
@@ -3051,15 +3067,23 @@
|
|
|
3051
3067
|
|
|
3052
3068
|
.e-schedule-dialog .e-subject-container,
|
|
3053
3069
|
.e-schedule-dialog .e-start-container,
|
|
3054
|
-
.e-schedule-dialog .e-start-time-zone-container,
|
|
3055
3070
|
.e-schedule-dialog .e-description-label {
|
|
3056
3071
|
padding-right: 8px;
|
|
3057
3072
|
}
|
|
3058
3073
|
|
|
3074
|
+
.e-schedule-dialog .e-start-time-zone-container {
|
|
3075
|
+
padding-left: 4px;
|
|
3076
|
+
padding-right: 8px;
|
|
3077
|
+
}
|
|
3078
|
+
|
|
3059
3079
|
.e-schedule-dialog .e-location-container,
|
|
3060
|
-
.e-schedule-dialog .e-end-container
|
|
3080
|
+
.e-schedule-dialog .e-end-container {
|
|
3081
|
+
padding-left: 8px;
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3061
3084
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3062
3085
|
padding-left: 8px;
|
|
3086
|
+
padding-right: 4px;
|
|
3063
3087
|
}
|
|
3064
3088
|
|
|
3065
3089
|
.e-schedule-dialog .e-all-day-container {
|
|
@@ -3152,19 +3176,27 @@
|
|
|
3152
3176
|
|
|
3153
3177
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3154
3178
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3155
|
-
.e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
3156
3179
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3157
3180
|
padding-left: 8px;
|
|
3158
3181
|
padding-right: 0;
|
|
3159
3182
|
}
|
|
3160
3183
|
|
|
3184
|
+
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3185
|
+
padding-left: 8px;
|
|
3186
|
+
padding-right: 4px;
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3161
3189
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3162
|
-
.e-schedule-dialog.e-rtl .e-end-container
|
|
3163
|
-
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3190
|
+
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3164
3191
|
padding-left: 0;
|
|
3165
3192
|
padding-right: 8px;
|
|
3166
3193
|
}
|
|
3167
3194
|
|
|
3195
|
+
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3196
|
+
padding-left: 4px;
|
|
3197
|
+
padding-right: 8px;
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3168
3200
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3169
3201
|
float: right;
|
|
3170
3202
|
}
|
|
@@ -3728,6 +3760,10 @@
|
|
|
3728
3760
|
margin-right: 10px;
|
|
3729
3761
|
}
|
|
3730
3762
|
|
|
3763
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3764
|
+
margin-left: 8px;
|
|
3765
|
+
}
|
|
3766
|
+
|
|
3731
3767
|
.e-quick-popup-wrapper.e-device {
|
|
3732
3768
|
bottom: 0;
|
|
3733
3769
|
height: 100%;
|
|
@@ -3933,31 +3969,36 @@
|
|
|
3933
3969
|
width: 26px;
|
|
3934
3970
|
}
|
|
3935
3971
|
|
|
3972
|
+
.e-bigger .e-more-popup-wrapper,
|
|
3936
3973
|
.e-more-popup-wrapper {
|
|
3937
3974
|
background-color: #e4e4e4;
|
|
3938
3975
|
border: 1px solid #e0e0e0;
|
|
3939
3976
|
border-radius: 2px;
|
|
3977
|
+
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3940
3978
|
opacity: 1;
|
|
3941
3979
|
padding: 8px 0;
|
|
3942
3980
|
width: 225px;
|
|
3943
|
-
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3944
3981
|
}
|
|
3945
3982
|
|
|
3983
|
+
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
3946
3984
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
3947
3985
|
margin: 0 4px;
|
|
3948
3986
|
}
|
|
3949
3987
|
|
|
3988
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
3950
3989
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
3951
3990
|
height: 100%;
|
|
3952
3991
|
position: relative;
|
|
3953
3992
|
width: 100%;
|
|
3954
3993
|
}
|
|
3955
3994
|
|
|
3995
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
3956
3996
|
.e-more-popup-wrapper .e-more-event-header {
|
|
3957
3997
|
height: 35px;
|
|
3958
3998
|
margin: 0 8px 4px 14px;
|
|
3959
3999
|
}
|
|
3960
4000
|
|
|
4001
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
3961
4002
|
.e-more-popup-wrapper .e-more-event-content {
|
|
3962
4003
|
height: calc(100% - 35px);
|
|
3963
4004
|
max-height: 300px;
|
|
@@ -3966,20 +4007,24 @@
|
|
|
3966
4007
|
padding-right: 10px;
|
|
3967
4008
|
}
|
|
3968
4009
|
|
|
4010
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3969
4011
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
3970
4012
|
border: 0;
|
|
3971
4013
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
3972
4014
|
}
|
|
3973
4015
|
|
|
4016
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
3974
4017
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
3975
4018
|
height: 100%;
|
|
3976
4019
|
width: calc(100% - 25px);
|
|
3977
4020
|
}
|
|
3978
4021
|
|
|
4022
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
3979
4023
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
3980
4024
|
color: #400074;
|
|
3981
4025
|
}
|
|
3982
4026
|
|
|
4027
|
+
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
3983
4028
|
.e-more-popup-wrapper .e-header-day {
|
|
3984
4029
|
color: #000;
|
|
3985
4030
|
font-size: 13px;
|
|
@@ -3987,6 +4032,7 @@
|
|
|
3987
4032
|
padding-bottom: 2px;
|
|
3988
4033
|
}
|
|
3989
4034
|
|
|
4035
|
+
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
3990
4036
|
.e-more-popup-wrapper .e-header-date {
|
|
3991
4037
|
color: #000;
|
|
3992
4038
|
font-size: 18px;
|
|
@@ -3994,15 +4040,18 @@
|
|
|
3994
4040
|
max-width: 15%;
|
|
3995
4041
|
}
|
|
3996
4042
|
|
|
4043
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
3997
4044
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
3998
4045
|
cursor: pointer;
|
|
3999
4046
|
text-decoration: underline;
|
|
4000
4047
|
}
|
|
4001
4048
|
|
|
4049
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4002
4050
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4003
4051
|
text-decoration: underline;
|
|
4004
4052
|
}
|
|
4005
4053
|
|
|
4054
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4006
4055
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4007
4056
|
background-color: transparent;
|
|
4008
4057
|
border: 0;
|
|
@@ -4015,20 +4064,25 @@
|
|
|
4015
4064
|
width: 25px;
|
|
4016
4065
|
}
|
|
4017
4066
|
|
|
4067
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4018
4068
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4019
4069
|
font-size: 9px;
|
|
4020
4070
|
}
|
|
4021
4071
|
|
|
4072
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4022
4073
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4023
4074
|
margin-top: 3px;
|
|
4024
4075
|
}
|
|
4025
4076
|
|
|
4026
|
-
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover
|
|
4077
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4078
|
+
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4079
|
+
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
4027
4080
|
background-color: #ecf;
|
|
4028
4081
|
border-radius: 50%;
|
|
4029
4082
|
color: #000;
|
|
4030
4083
|
}
|
|
4031
4084
|
|
|
4085
|
+
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4032
4086
|
.e-more-popup-wrapper .e-appointment {
|
|
4033
4087
|
background: #1c8000;
|
|
4034
4088
|
border-radius: 2px;
|
|
@@ -4042,6 +4096,7 @@
|
|
|
4042
4096
|
width: 100%;
|
|
4043
4097
|
}
|
|
4044
4098
|
|
|
4099
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4045
4100
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4046
4101
|
color: #fff;
|
|
4047
4102
|
-ms-flex: auto;
|
|
@@ -4054,17 +4109,22 @@
|
|
|
4054
4109
|
white-space: nowrap;
|
|
4055
4110
|
}
|
|
4056
4111
|
|
|
4112
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4113
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4057
4114
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4058
4115
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4059
4116
|
line-height: 22px;
|
|
4060
4117
|
padding: 0 2px;
|
|
4061
4118
|
}
|
|
4062
4119
|
|
|
4063
|
-
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus
|
|
4120
|
+
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4121
|
+
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4122
|
+
.e-more-popup-wrapper .e-appointment:focus {
|
|
4064
4123
|
border: 0;
|
|
4065
4124
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
4066
4125
|
}
|
|
4067
4126
|
|
|
4127
|
+
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4068
4128
|
.e-more-popup-wrapper.e-device {
|
|
4069
4129
|
bottom: 0;
|
|
4070
4130
|
height: 100%;
|
|
@@ -4078,10 +4138,12 @@
|
|
|
4078
4138
|
z-index: 1002;
|
|
4079
4139
|
}
|
|
4080
4140
|
|
|
4141
|
+
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4081
4142
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4082
4143
|
max-height: unset;
|
|
4083
4144
|
}
|
|
4084
4145
|
|
|
4146
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4085
4147
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4086
4148
|
left: 6px;
|
|
4087
4149
|
right: auto;
|