@syncfusion/ej2-schedule 25.2.6 → 26.1.35
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/.eslintrc.json +3 -2
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +331 -332
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +392 -407
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +17 -16
- package/src/recurrence-editor/date-generator.js +1 -0
- package/src/recurrence-editor/recurrence-editor.d.ts +8 -8
- package/src/recurrence-editor/recurrence-editor.js +1 -2
- package/src/schedule/actions/drag.js +2 -1
- package/src/schedule/actions/keyboard.js +1 -1
- package/src/schedule/actions/virtual-scroll.js +2 -1
- package/src/schedule/base/interface.js +0 -1
- package/src/schedule/base/schedule-model.d.ts +11 -11
- package/src/schedule/base/schedule.d.ts +11 -11
- package/src/schedule/base/schedule.js +22 -9
- package/src/schedule/base/util.js +1 -1
- package/src/schedule/event-renderer/event-base.js +5 -3
- package/src/schedule/event-renderer/timeline-view.js +4 -2
- package/src/schedule/event-renderer/year.js +2 -1
- package/src/schedule/exports/calendar-import.js +1 -2
- package/src/schedule/models/toolbar-model.d.ts +2 -2
- package/src/schedule/popups/event-window.js +1 -1
- package/src/schedule/renderer/header-renderer.js +6 -4
- package/src/schedule/renderer/vertical-view.js +3 -0
- package/src/schedule/renderer/view-base.js +8 -4
- package/styles/bootstrap-dark.css +236 -147
- package/styles/bootstrap-dark.scss +19 -2
- package/styles/bootstrap.css +237 -148
- package/styles/bootstrap.scss +19 -2
- package/styles/bootstrap4.css +239 -153
- package/styles/bootstrap4.scss +19 -2
- package/styles/bootstrap5-dark.css +229 -144
- package/styles/bootstrap5-dark.scss +19 -2
- package/styles/bootstrap5.css +229 -144
- package/styles/bootstrap5.scss +19 -2
- package/styles/fabric-dark.css +234 -146
- package/styles/fabric-dark.scss +19 -2
- package/styles/fabric.css +234 -146
- package/styles/fabric.scss +19 -2
- package/styles/fluent-dark.css +229 -142
- package/styles/fluent-dark.scss +19 -2
- package/styles/fluent.css +229 -142
- package/styles/fluent.scss +19 -2
- package/styles/fluent2.css +5932 -0
- package/styles/fluent2.scss +19 -0
- package/styles/highcontrast-light.css +229 -138
- package/styles/highcontrast-light.scss +19 -2
- package/styles/highcontrast.css +229 -138
- package/styles/highcontrast.scss +19 -2
- package/styles/material-dark.css +273 -155
- package/styles/material-dark.scss +19 -2
- package/styles/material.css +285 -156
- package/styles/material.scss +19 -2
- package/styles/material3-dark.css +278 -154
- package/styles/material3-dark.scss +19 -2
- package/styles/material3.css +278 -154
- package/styles/material3.scss +19 -2
- package/styles/recurrence-editor/_bds-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +14 -0
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fabric-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent2-definition.scss +14 -0
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -1
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -1
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -1
- package/styles/recurrence-editor/_layout.scss +1 -17
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_material-definition.scss +0 -1
- package/styles/recurrence-editor/_material3-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -1
- package/styles/recurrence-editor/bootstrap-dark.css +21 -23
- package/styles/recurrence-editor/bootstrap.css +21 -23
- package/styles/recurrence-editor/bootstrap4.css +22 -23
- package/styles/recurrence-editor/bootstrap5-dark.css +22 -23
- package/styles/recurrence-editor/bootstrap5.css +22 -23
- package/styles/recurrence-editor/fabric-dark.css +19 -22
- package/styles/recurrence-editor/fabric.css +19 -22
- package/styles/recurrence-editor/fluent-dark.css +22 -23
- package/styles/recurrence-editor/fluent.css +22 -23
- package/styles/recurrence-editor/fluent2.css +1534 -0
- package/styles/recurrence-editor/fluent2.scss +8 -0
- package/styles/recurrence-editor/highcontrast-light.css +19 -22
- package/styles/recurrence-editor/highcontrast.css +19 -22
- package/styles/recurrence-editor/material-dark.css +32 -26
- package/styles/recurrence-editor/material.css +32 -26
- package/styles/recurrence-editor/material3-dark.css +33 -27
- package/styles/recurrence-editor/material3.css +33 -27
- package/styles/recurrence-editor/tailwind-dark.css +32 -26
- package/styles/recurrence-editor/tailwind.css +32 -26
- package/styles/schedule/_bds-definition.scss +0 -15
- package/styles/schedule/_bootstrap-dark-definition.scss +4 -19
- package/styles/schedule/_bootstrap-definition.scss +4 -19
- package/styles/schedule/_bootstrap4-definition.scss +3 -18
- package/styles/schedule/_bootstrap5-definition.scss +1 -22
- package/styles/schedule/_bootstrap5.3-definition.scss +273 -0
- package/styles/schedule/_fabric-dark-definition.scss +4 -17
- package/styles/schedule/_fabric-definition.scss +4 -19
- package/styles/schedule/_fluent-definition.scss +0 -14
- package/styles/schedule/_fluent2-definition.scss +273 -0
- package/styles/schedule/_fusionnew-definition.scss +0 -21
- package/styles/schedule/_highcontrast-definition.scss +1 -16
- package/styles/schedule/_highcontrast-light-definition.scss +1 -16
- package/styles/schedule/_layout.scss +83 -130
- package/styles/schedule/_material-dark-definition.scss +5 -20
- package/styles/schedule/_material-definition.scss +4 -19
- package/styles/schedule/_material3-definition.scss +1 -23
- package/styles/schedule/_tailwind-definition.scss +0 -16
- package/styles/schedule/_theme.scss +14 -2
- package/styles/schedule/bootstrap-dark.css +220 -126
- package/styles/schedule/bootstrap.css +221 -127
- package/styles/schedule/bootstrap4.css +223 -132
- package/styles/schedule/bootstrap5-dark.css +213 -123
- package/styles/schedule/bootstrap5.css +213 -123
- package/styles/schedule/fabric-dark.css +218 -125
- package/styles/schedule/fabric.css +218 -125
- package/styles/schedule/fluent-dark.css +213 -121
- package/styles/schedule/fluent.css +213 -121
- package/styles/schedule/fluent2.css +5536 -0
- package/styles/schedule/fluent2.scss +16 -0
- package/styles/schedule/highcontrast-light.css +213 -117
- package/styles/schedule/highcontrast.css +213 -117
- package/styles/schedule/icons/_bds.scss +6 -21
- package/styles/schedule/icons/_bootstrap-dark.scss +4 -16
- package/styles/schedule/icons/_bootstrap.scss +4 -16
- package/styles/schedule/icons/_bootstrap4.scss +8 -26
- package/styles/schedule/icons/_bootstrap5.3.scss +220 -0
- package/styles/schedule/icons/_bootstrap5.scss +7 -22
- package/styles/schedule/icons/_fabric-dark.scss +5 -17
- package/styles/schedule/icons/_fabric.scss +5 -17
- package/styles/schedule/icons/_fluent.scss +7 -22
- package/styles/schedule/icons/_fluent2.scss +220 -0
- package/styles/schedule/icons/_fusionnew.scss +7 -22
- package/styles/schedule/icons/_highcontrast-light.scss +5 -17
- package/styles/schedule/icons/_highcontrast.scss +5 -17
- package/styles/schedule/icons/_material-dark.scss +5 -17
- package/styles/schedule/icons/_material.scss +5 -17
- package/styles/schedule/icons/_material3.scss +7 -22
- package/styles/schedule/icons/_tailwind.scss +7 -22
- package/styles/schedule/material-dark.css +257 -134
- package/styles/schedule/material.css +269 -135
- package/styles/schedule/material3-dark.css +262 -133
- package/styles/schedule/material3.css +262 -133
- package/styles/schedule/tailwind-dark.css +223 -124
- package/styles/schedule/tailwind.css +223 -124
- package/styles/tailwind-dark.css +239 -145
- package/styles/tailwind-dark.scss +19 -2
- package/styles/tailwind.css +239 -145
- package/styles/tailwind.scss +19 -2
- package/CHANGELOG.md +0 -1930
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
3
|
.e-popup.e-ddl {
|
|
4
4
|
border-radius: 4px;
|
|
5
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
5
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
6
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
6
7
|
margin-top: 3px;
|
|
7
8
|
}
|
|
8
9
|
.e-popup.e-ddl .e-input-group {
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
}
|
|
18
19
|
|
|
19
20
|
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
21
|
+
display: -webkit-box;
|
|
20
22
|
display: -ms-flexbox;
|
|
21
23
|
display: flex;
|
|
22
24
|
width: auto;
|
|
@@ -75,7 +77,8 @@
|
|
|
75
77
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
76
78
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
77
79
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
78
|
-
box-shadow: none;
|
|
80
|
+
-webkit-box-shadow: none;
|
|
81
|
+
box-shadow: none;
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
.e-ddl.e-popup .e-filter-parent {
|
|
@@ -142,7 +145,6 @@
|
|
|
142
145
|
margin-top: -3.2em;
|
|
143
146
|
}
|
|
144
147
|
|
|
145
|
-
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
146
148
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
147
149
|
content: "\e990";
|
|
148
150
|
}
|
|
@@ -167,22 +169,13 @@
|
|
|
167
169
|
.e-schedule .e-schedule-toolbar .e-icon-workweek::before {
|
|
168
170
|
content: "\e319";
|
|
169
171
|
}
|
|
170
|
-
.e-schedule .e-schedule-toolbar .e-icon-month::before {
|
|
171
|
-
content: "\e960";
|
|
172
|
-
}
|
|
173
172
|
.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before {
|
|
174
173
|
content: "\e31c";
|
|
175
174
|
}
|
|
176
175
|
.e-schedule .e-schedule-toolbar .e-icon-agenda::before {
|
|
177
176
|
content: "\e31a";
|
|
178
177
|
}
|
|
179
|
-
.e-schedule .e-schedule-toolbar .e-icon-year::before {
|
|
180
|
-
content: "\e960";
|
|
181
|
-
}
|
|
182
|
-
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before {
|
|
183
|
-
content: "\e960";
|
|
184
|
-
}
|
|
185
|
-
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before {
|
|
178
|
+
.e-schedule .e-schedule-toolbar .e-icon-month::before, .e-schedule .e-schedule-toolbar .e-icon-year::before, .e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before, .e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before {
|
|
186
179
|
content: "\e960";
|
|
187
180
|
}
|
|
188
181
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before {
|
|
@@ -197,9 +190,7 @@
|
|
|
197
190
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before {
|
|
198
191
|
content: "\ea8f";
|
|
199
192
|
}
|
|
200
|
-
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before
|
|
201
|
-
content: "\e936";
|
|
202
|
-
}
|
|
193
|
+
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before,
|
|
203
194
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before {
|
|
204
195
|
content: "\e936";
|
|
205
196
|
}
|
|
@@ -301,20 +292,21 @@
|
|
|
301
292
|
content: "\e96c";
|
|
302
293
|
}
|
|
303
294
|
|
|
304
|
-
/*! schedule component layout */
|
|
305
295
|
.e-schedule {
|
|
306
296
|
display: block;
|
|
307
297
|
outline: medium none;
|
|
308
298
|
overflow: hidden;
|
|
309
299
|
position: relative;
|
|
310
300
|
-webkit-user-select: none;
|
|
301
|
+
-moz-user-select: none;
|
|
311
302
|
-ms-user-select: none;
|
|
312
303
|
user-select: none;
|
|
313
304
|
}
|
|
314
305
|
.e-schedule .e-schedule-toolbar {
|
|
315
306
|
border: 0;
|
|
316
307
|
border-bottom: 1px solid #505050;
|
|
317
|
-
box-shadow: none;
|
|
308
|
+
-webkit-box-shadow: none;
|
|
309
|
+
box-shadow: none;
|
|
318
310
|
margin-bottom: 0;
|
|
319
311
|
min-height: 43px;
|
|
320
312
|
}
|
|
@@ -411,6 +403,12 @@
|
|
|
411
403
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items {
|
|
412
404
|
height: 56px;
|
|
413
405
|
}
|
|
406
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
|
|
407
|
+
display: none;
|
|
408
|
+
}
|
|
409
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today {
|
|
410
|
+
display: block;
|
|
411
|
+
}
|
|
414
412
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
415
413
|
height: 56px;
|
|
416
414
|
min-height: 56px;
|
|
@@ -454,7 +452,9 @@
|
|
|
454
452
|
.e-schedule .e-schedule-resource-toolbar {
|
|
455
453
|
background: #131313;
|
|
456
454
|
border-bottom: 1px solid #505050;
|
|
457
|
-
box-shadow: none;
|
|
455
|
+
-webkit-box-shadow: none;
|
|
456
|
+
box-shadow: none;
|
|
457
|
+
display: -webkit-box;
|
|
458
458
|
display: -ms-flexbox;
|
|
459
459
|
display: flex;
|
|
460
460
|
margin-bottom: 0;
|
|
@@ -471,6 +471,7 @@
|
|
|
471
471
|
display: none;
|
|
472
472
|
}
|
|
473
473
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title {
|
|
474
|
+
display: -webkit-box;
|
|
474
475
|
display: -ms-flexbox;
|
|
475
476
|
display: flex;
|
|
476
477
|
}
|
|
@@ -503,17 +504,22 @@
|
|
|
503
504
|
text-align: center;
|
|
504
505
|
}
|
|
505
506
|
.e-schedule .e-table-container {
|
|
507
|
+
display: -webkit-inline-box;
|
|
506
508
|
display: -ms-inline-flexbox;
|
|
507
509
|
display: inline-flex;
|
|
508
510
|
position: relative;
|
|
509
511
|
vertical-align: top;
|
|
510
512
|
}
|
|
511
513
|
.e-schedule .e-table-container.e-translate {
|
|
514
|
+
-webkit-transition: -webkit-transform 0.1s ease 0s;
|
|
515
|
+
transition: -webkit-transform 0.1s ease 0s;
|
|
512
516
|
transition: transform 0.1s ease 0s;
|
|
517
|
+
transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
|
|
513
518
|
}
|
|
514
519
|
.e-schedule .e-resource-tree-popup {
|
|
515
520
|
background: #6e6e6e;
|
|
516
|
-
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
521
|
+
-webkit-box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
522
|
+
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
517
523
|
height: 100%;
|
|
518
524
|
position: absolute;
|
|
519
525
|
width: 250px;
|
|
@@ -527,7 +533,7 @@
|
|
|
527
533
|
padding: 0 0 0 12px;
|
|
528
534
|
}
|
|
529
535
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
530
|
-
background: #
|
|
536
|
+
background: #333;
|
|
531
537
|
height: 100%;
|
|
532
538
|
left: 0;
|
|
533
539
|
opacity: 0.5;
|
|
@@ -567,7 +573,8 @@
|
|
|
567
573
|
}
|
|
568
574
|
.e-schedule .e-schedule-table > tbody > tr > th,
|
|
569
575
|
.e-schedule .e-schedule-table > tbody > tr > td {
|
|
570
|
-
box-sizing: border-box;
|
|
576
|
+
-webkit-box-sizing: border-box;
|
|
577
|
+
box-sizing: border-box;
|
|
571
578
|
font-weight: normal;
|
|
572
579
|
overflow: hidden;
|
|
573
580
|
text-overflow: ellipsis;
|
|
@@ -620,7 +627,7 @@
|
|
|
620
627
|
}
|
|
621
628
|
.e-schedule .e-block-appointment {
|
|
622
629
|
background: rgba(255, 255, 255, 0.08);
|
|
623
|
-
color: #
|
|
630
|
+
color: #999;
|
|
624
631
|
cursor: default;
|
|
625
632
|
overflow: hidden;
|
|
626
633
|
position: absolute;
|
|
@@ -633,7 +640,7 @@
|
|
|
633
640
|
word-wrap: break-word;
|
|
634
641
|
}
|
|
635
642
|
.e-schedule .e-block-indicator {
|
|
636
|
-
color: #
|
|
643
|
+
color: #999;
|
|
637
644
|
float: right;
|
|
638
645
|
padding: 0 5px;
|
|
639
646
|
z-index: 1;
|
|
@@ -648,6 +655,7 @@
|
|
|
648
655
|
}
|
|
649
656
|
.e-schedule .e-appointment {
|
|
650
657
|
opacity: 1;
|
|
658
|
+
-webkit-transition: opacity 100ms linear;
|
|
651
659
|
transition: opacity 100ms linear;
|
|
652
660
|
}
|
|
653
661
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
@@ -699,7 +707,8 @@
|
|
|
699
707
|
height: 10px;
|
|
700
708
|
left: 50%;
|
|
701
709
|
position: absolute;
|
|
702
|
-
transform: translateX(-50%);
|
|
710
|
+
-webkit-transform: translateX(-50%);
|
|
711
|
+
transform: translateX(-50%);
|
|
703
712
|
width: 100%;
|
|
704
713
|
}
|
|
705
714
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize {
|
|
@@ -707,7 +716,8 @@
|
|
|
707
716
|
height: 100%;
|
|
708
717
|
position: absolute;
|
|
709
718
|
top: 50%;
|
|
710
|
-
transform: translateY(-50%);
|
|
719
|
+
-webkit-transform: translateY(-50%);
|
|
720
|
+
transform: translateY(-50%);
|
|
711
721
|
width: 10px;
|
|
712
722
|
}
|
|
713
723
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize {
|
|
@@ -776,24 +786,28 @@
|
|
|
776
786
|
border: 1px solid #1a1a1a;
|
|
777
787
|
border-radius: 4px;
|
|
778
788
|
color: #fff;
|
|
789
|
+
display: -webkit-box;
|
|
779
790
|
display: -ms-flexbox;
|
|
780
791
|
display: flex;
|
|
781
|
-
height: 54px;
|
|
782
|
-
margin-bottom: 2px;
|
|
783
792
|
overflow: hidden;
|
|
784
793
|
position: absolute;
|
|
794
|
+
height: 54px;
|
|
795
|
+
margin-bottom: 2px;
|
|
785
796
|
}
|
|
786
797
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
798
|
+
display: -webkit-box;
|
|
787
799
|
display: -ms-flexbox;
|
|
788
800
|
display: flex;
|
|
789
|
-
-
|
|
790
|
-
flex: auto;
|
|
801
|
+
-webkit-box-flex: 1;
|
|
802
|
+
-ms-flex: auto;
|
|
803
|
+
flex: auto;
|
|
791
804
|
padding: 2px 4px 0 2px;
|
|
792
805
|
text-align: left;
|
|
793
806
|
}
|
|
794
807
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap {
|
|
795
|
-
-
|
|
796
|
-
flex: auto;
|
|
808
|
+
-webkit-box-flex: 1;
|
|
809
|
+
-ms-flex: auto;
|
|
810
|
+
flex: auto;
|
|
797
811
|
overflow: hidden;
|
|
798
812
|
}
|
|
799
813
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject {
|
|
@@ -830,7 +844,8 @@
|
|
|
830
844
|
}
|
|
831
845
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus {
|
|
832
846
|
border: 0;
|
|
833
|
-
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);
|
|
847
|
+
-webkit-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);
|
|
848
|
+
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);
|
|
834
849
|
}
|
|
835
850
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select {
|
|
836
851
|
pointer-events: none;
|
|
@@ -941,18 +956,24 @@
|
|
|
941
956
|
margin: 0 auto;
|
|
942
957
|
position: absolute;
|
|
943
958
|
right: 0;
|
|
944
|
-
transform: rotate(0deg);
|
|
959
|
+
-webkit-transform: rotate(0deg);
|
|
960
|
+
transform: rotate(0deg);
|
|
961
|
+
-webkit-transition: -webkit-transform 300ms ease-in-out;
|
|
962
|
+
transition: -webkit-transform 300ms ease-in-out;
|
|
945
963
|
transition: transform 300ms ease-in-out;
|
|
964
|
+
transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
|
|
946
965
|
width: 25px;
|
|
947
966
|
}
|
|
948
967
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable {
|
|
949
968
|
display: none;
|
|
950
969
|
}
|
|
951
970
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand {
|
|
952
|
-
transform: rotate(0deg);
|
|
971
|
+
-webkit-transform: rotate(0deg);
|
|
972
|
+
transform: rotate(0deg);
|
|
953
973
|
}
|
|
954
974
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse {
|
|
955
|
-
transform: rotate(180deg);
|
|
975
|
+
-webkit-transform: rotate(180deg);
|
|
976
|
+
transform: rotate(180deg);
|
|
956
977
|
}
|
|
957
978
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
958
979
|
background: #393939;
|
|
@@ -969,6 +990,7 @@
|
|
|
969
990
|
vertical-align: top;
|
|
970
991
|
}
|
|
971
992
|
.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate {
|
|
993
|
+
-webkit-transition: 250ms ease-out;
|
|
972
994
|
transition: 250ms ease-out;
|
|
973
995
|
}
|
|
974
996
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td,
|
|
@@ -988,7 +1010,8 @@
|
|
|
988
1010
|
}
|
|
989
1011
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
990
1012
|
background: rgba(0, 0, 0, 0.08);
|
|
991
|
-
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1013
|
+
-webkit-box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1014
|
+
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
992
1015
|
}
|
|
993
1016
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
994
1017
|
background: rgba(0, 0, 0, 0.08);
|
|
@@ -1055,24 +1078,28 @@
|
|
|
1055
1078
|
border: 1px solid #1a1a1a;
|
|
1056
1079
|
border-radius: 4px;
|
|
1057
1080
|
color: #fff;
|
|
1081
|
+
display: -webkit-box;
|
|
1058
1082
|
display: -ms-flexbox;
|
|
1059
1083
|
display: flex;
|
|
1060
|
-
height: 22px;
|
|
1061
1084
|
overflow: hidden;
|
|
1062
1085
|
position: absolute;
|
|
1086
|
+
height: 22px;
|
|
1063
1087
|
}
|
|
1064
1088
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1089
|
+
display: -webkit-box;
|
|
1065
1090
|
display: -ms-flexbox;
|
|
1066
1091
|
display: flex;
|
|
1067
|
-
-
|
|
1068
|
-
flex: auto;
|
|
1092
|
+
-webkit-box-flex: 1;
|
|
1093
|
+
-ms-flex: auto;
|
|
1094
|
+
flex: auto;
|
|
1069
1095
|
line-height: 19px;
|
|
1070
1096
|
overflow: hidden;
|
|
1071
1097
|
padding: 1px 0 1px 4px;
|
|
1072
1098
|
}
|
|
1073
1099
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject {
|
|
1074
|
-
-
|
|
1075
|
-
flex: auto;
|
|
1100
|
+
-webkit-box-flex: 1;
|
|
1101
|
+
-ms-flex: auto;
|
|
1102
|
+
flex: auto;
|
|
1076
1103
|
font-size: 13px;
|
|
1077
1104
|
font-weight: 500;
|
|
1078
1105
|
overflow: hidden;
|
|
@@ -1095,7 +1122,8 @@
|
|
|
1095
1122
|
}
|
|
1096
1123
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
1097
1124
|
border: 0;
|
|
1098
|
-
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);
|
|
1125
|
+
-webkit-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);
|
|
1126
|
+
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);
|
|
1099
1127
|
}
|
|
1100
1128
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1101
1129
|
cursor: default;
|
|
@@ -1109,8 +1137,9 @@
|
|
|
1109
1137
|
position: absolute;
|
|
1110
1138
|
}
|
|
1111
1139
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
|
|
1112
|
-
-
|
|
1113
|
-
flex: auto;
|
|
1140
|
+
-webkit-box-flex: 1;
|
|
1141
|
+
-ms-flex: auto;
|
|
1142
|
+
flex: auto;
|
|
1114
1143
|
padding: 0 4px;
|
|
1115
1144
|
text-align: left;
|
|
1116
1145
|
line-height: unset;
|
|
@@ -1169,7 +1198,8 @@
|
|
|
1169
1198
|
}
|
|
1170
1199
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus {
|
|
1171
1200
|
border: 0;
|
|
1172
|
-
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);
|
|
1201
|
+
-webkit-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);
|
|
1202
|
+
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);
|
|
1173
1203
|
}
|
|
1174
1204
|
.e-schedule .e-vertical-view.e-day-view .e-header-date {
|
|
1175
1205
|
cursor: default;
|
|
@@ -1315,7 +1345,8 @@
|
|
|
1315
1345
|
}
|
|
1316
1346
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1317
1347
|
background: rgba(0, 0, 0, 0.08);
|
|
1318
|
-
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1348
|
+
-webkit-box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1349
|
+
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1319
1350
|
}
|
|
1320
1351
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1321
1352
|
background: rgba(0, 0, 0, 0.08);
|
|
@@ -1348,27 +1379,31 @@
|
|
|
1348
1379
|
border: 1px solid #1a1a1a;
|
|
1349
1380
|
border-radius: 4px;
|
|
1350
1381
|
color: #fff;
|
|
1351
|
-
|
|
1382
|
+
display: -webkit-box;
|
|
1352
1383
|
display: -ms-flexbox;
|
|
1353
1384
|
display: flex;
|
|
1354
|
-
height: 22px;
|
|
1355
1385
|
overflow: hidden;
|
|
1356
1386
|
position: absolute;
|
|
1387
|
+
cursor: default;
|
|
1388
|
+
height: 22px;
|
|
1357
1389
|
}
|
|
1358
1390
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1359
1391
|
display: none;
|
|
1360
1392
|
}
|
|
1361
1393
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1394
|
+
display: -webkit-box;
|
|
1362
1395
|
display: -ms-flexbox;
|
|
1363
1396
|
display: flex;
|
|
1364
|
-
-
|
|
1365
|
-
flex: auto;
|
|
1397
|
+
-webkit-box-flex: 1;
|
|
1398
|
+
-ms-flex: auto;
|
|
1399
|
+
flex: auto;
|
|
1366
1400
|
line-height: 19px;
|
|
1367
1401
|
overflow: hidden;
|
|
1368
1402
|
}
|
|
1369
1403
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject {
|
|
1370
|
-
-
|
|
1371
|
-
flex: auto;
|
|
1404
|
+
-webkit-box-flex: 1;
|
|
1405
|
+
-ms-flex: auto;
|
|
1406
|
+
flex: auto;
|
|
1372
1407
|
font-size: 13px;
|
|
1373
1408
|
font-weight: 500;
|
|
1374
1409
|
overflow: hidden;
|
|
@@ -1392,7 +1427,8 @@
|
|
|
1392
1427
|
}
|
|
1393
1428
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
1394
1429
|
border: 0;
|
|
1395
|
-
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);
|
|
1430
|
+
-webkit-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);
|
|
1431
|
+
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);
|
|
1396
1432
|
}
|
|
1397
1433
|
.e-schedule .e-month-view .e-appointment.e-allow-select {
|
|
1398
1434
|
pointer-events: none;
|
|
@@ -1417,26 +1453,26 @@
|
|
|
1417
1453
|
.e-schedule.e-rtl .e-month-view .e-date-header {
|
|
1418
1454
|
margin: 3px 3px 2px;
|
|
1419
1455
|
}
|
|
1420
|
-
.e-schedule.e-rtl .e-month-view .e-left-indent
|
|
1421
|
-
border-left: 1px solid #505050;
|
|
1422
|
-
border-right-width: 0;
|
|
1423
|
-
}
|
|
1456
|
+
.e-schedule.e-rtl .e-month-view .e-left-indent,
|
|
1424
1457
|
.e-schedule.e-rtl .e-month-view .e-week-number {
|
|
1425
1458
|
border-left: 1px solid #505050;
|
|
1426
1459
|
border-right-width: 0;
|
|
1427
1460
|
}
|
|
1428
1461
|
.e-schedule .e-year-view .e-calendar-wrapper {
|
|
1462
|
+
display: -webkit-box;
|
|
1429
1463
|
display: -ms-flexbox;
|
|
1430
1464
|
display: flex;
|
|
1431
1465
|
-ms-flex-wrap: wrap;
|
|
1432
1466
|
flex-wrap: wrap;
|
|
1433
|
-
-
|
|
1434
|
-
|
|
1467
|
+
-webkit-box-pack: center;
|
|
1468
|
+
-ms-flex-pack: center;
|
|
1469
|
+
justify-content: center;
|
|
1435
1470
|
}
|
|
1436
1471
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
1437
1472
|
border: 0;
|
|
1438
|
-
-
|
|
1439
|
-
flex: 0 25%;
|
|
1473
|
+
-webkit-box-flex: 0;
|
|
1474
|
+
-ms-flex: 0 25%;
|
|
1475
|
+
flex: 0 25%;
|
|
1440
1476
|
max-width: 100%;
|
|
1441
1477
|
min-width: 260px;
|
|
1442
1478
|
padding: 10px;
|
|
@@ -1587,7 +1623,8 @@
|
|
|
1587
1623
|
padding: 4px 7px;
|
|
1588
1624
|
}
|
|
1589
1625
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1590
|
-
transform: rotate(90deg);
|
|
1626
|
+
-webkit-transform: rotate(90deg);
|
|
1627
|
+
transform: rotate(90deg);
|
|
1591
1628
|
}
|
|
1592
1629
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1593
1630
|
height: 100%;
|
|
@@ -1670,27 +1707,31 @@
|
|
|
1670
1707
|
border: 1px solid #1a1a1a;
|
|
1671
1708
|
border-radius: 4px;
|
|
1672
1709
|
color: #fff;
|
|
1673
|
-
|
|
1710
|
+
display: -webkit-box;
|
|
1674
1711
|
display: -ms-flexbox;
|
|
1675
1712
|
display: flex;
|
|
1676
|
-
height: 22px;
|
|
1677
1713
|
overflow: hidden;
|
|
1678
1714
|
position: absolute;
|
|
1715
|
+
cursor: default;
|
|
1716
|
+
height: 22px;
|
|
1679
1717
|
}
|
|
1680
1718
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1681
1719
|
display: none;
|
|
1682
1720
|
}
|
|
1683
1721
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1722
|
+
display: -webkit-box;
|
|
1684
1723
|
display: -ms-flexbox;
|
|
1685
1724
|
display: flex;
|
|
1686
|
-
-
|
|
1687
|
-
flex: auto;
|
|
1725
|
+
-webkit-box-flex: 1;
|
|
1726
|
+
-ms-flex: auto;
|
|
1727
|
+
flex: auto;
|
|
1688
1728
|
line-height: 20px;
|
|
1689
1729
|
overflow: hidden;
|
|
1690
1730
|
}
|
|
1691
1731
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
|
|
1692
|
-
-
|
|
1693
|
-
flex: auto;
|
|
1732
|
+
-webkit-box-flex: 1;
|
|
1733
|
+
-ms-flex: auto;
|
|
1734
|
+
flex: auto;
|
|
1694
1735
|
font-size: 13px;
|
|
1695
1736
|
font-weight: 500;
|
|
1696
1737
|
overflow: hidden;
|
|
@@ -1719,7 +1760,8 @@
|
|
|
1719
1760
|
}
|
|
1720
1761
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1721
1762
|
border: 0;
|
|
1722
|
-
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);
|
|
1763
|
+
-webkit-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);
|
|
1764
|
+
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);
|
|
1723
1765
|
}
|
|
1724
1766
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select {
|
|
1725
1767
|
pointer-events: none;
|
|
@@ -1866,7 +1908,8 @@
|
|
|
1866
1908
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
1867
1909
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
1868
1910
|
background: rgba(0, 0, 0, 0.08);
|
|
1869
|
-
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1911
|
+
-webkit-box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1912
|
+
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
1870
1913
|
}
|
|
1871
1914
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
1872
1915
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
@@ -1879,7 +1922,8 @@
|
|
|
1879
1922
|
}
|
|
1880
1923
|
.e-schedule .e-timeline-view .e-resource-collapse,
|
|
1881
1924
|
.e-schedule .e-timeline-month-view .e-resource-collapse {
|
|
1882
|
-
transform: rotate(90deg);
|
|
1925
|
+
-webkit-transform: rotate(90deg);
|
|
1926
|
+
transform: rotate(90deg);
|
|
1883
1927
|
}
|
|
1884
1928
|
.e-schedule .e-timeline-view .e-child-node,
|
|
1885
1929
|
.e-schedule .e-timeline-month-view .e-child-node {
|
|
@@ -1899,26 +1943,30 @@
|
|
|
1899
1943
|
border: 1px solid #1a1a1a;
|
|
1900
1944
|
border-radius: 4px;
|
|
1901
1945
|
color: #fff;
|
|
1902
|
-
|
|
1946
|
+
display: -webkit-box;
|
|
1903
1947
|
display: -ms-flexbox;
|
|
1904
1948
|
display: flex;
|
|
1905
|
-
height: 38px;
|
|
1906
1949
|
overflow: hidden;
|
|
1907
1950
|
position: absolute;
|
|
1951
|
+
cursor: default;
|
|
1952
|
+
height: 38px;
|
|
1908
1953
|
}
|
|
1909
1954
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
1910
1955
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
1956
|
+
display: -webkit-box;
|
|
1911
1957
|
display: -ms-flexbox;
|
|
1912
1958
|
display: flex;
|
|
1913
|
-
-
|
|
1914
|
-
flex: auto;
|
|
1959
|
+
-webkit-box-flex: 1;
|
|
1960
|
+
-ms-flex: auto;
|
|
1961
|
+
flex: auto;
|
|
1915
1962
|
overflow: hidden;
|
|
1916
1963
|
padding: 0 4px;
|
|
1917
1964
|
}
|
|
1918
1965
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,
|
|
1919
1966
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap {
|
|
1920
|
-
-
|
|
1921
|
-
flex: auto;
|
|
1967
|
+
-webkit-box-flex: 1;
|
|
1968
|
+
-ms-flex: auto;
|
|
1969
|
+
flex: auto;
|
|
1922
1970
|
overflow: hidden;
|
|
1923
1971
|
}
|
|
1924
1972
|
.e-schedule .e-timeline-view .e-appointment .e-subject,
|
|
@@ -1977,7 +2025,8 @@
|
|
|
1977
2025
|
.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,
|
|
1978
2026
|
.e-schedule .e-timeline-month-view .e-appointment:focus {
|
|
1979
2027
|
border: 0;
|
|
1980
|
-
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);
|
|
2028
|
+
-webkit-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);
|
|
2029
|
+
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);
|
|
1981
2030
|
}
|
|
1982
2031
|
.e-schedule .e-timeline-view .e-appointment.e-allow-select,
|
|
1983
2032
|
.e-schedule .e-timeline-month-view .e-appointment.e-allow-select {
|
|
@@ -2015,10 +2064,12 @@
|
|
|
2015
2064
|
width: 70px;
|
|
2016
2065
|
}
|
|
2017
2066
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
2018
|
-
transform: translateX(0);
|
|
2067
|
+
-webkit-transform: translateX(0);
|
|
2068
|
+
transform: translateX(0);
|
|
2019
2069
|
}
|
|
2020
2070
|
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
2021
|
-
transform: translateY(0);
|
|
2071
|
+
-webkit-transform: translateY(0);
|
|
2072
|
+
transform: translateY(0);
|
|
2022
2073
|
}
|
|
2023
2074
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
2024
2075
|
position: absolute;
|
|
@@ -2028,6 +2079,7 @@
|
|
|
2028
2079
|
}
|
|
2029
2080
|
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
2030
2081
|
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
2082
|
+
-webkit-transition: all 1000ms linear;
|
|
2031
2083
|
transition: all 1000ms linear;
|
|
2032
2084
|
}
|
|
2033
2085
|
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,
|
|
@@ -2108,14 +2160,15 @@
|
|
|
2108
2160
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,
|
|
2109
2161
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2110
2162
|
border-bottom: 1px solid #505050;
|
|
2111
|
-
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2163
|
+
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2164
|
+
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2112
2165
|
height: 100%;
|
|
2113
2166
|
}
|
|
2114
2167
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2115
2168
|
border-bottom: 1px solid #505050;
|
|
2116
|
-
border-right: 1px solid #505050;
|
|
2117
2169
|
vertical-align: top;
|
|
2118
2170
|
width: 75px;
|
|
2171
|
+
border-right: 1px solid #505050;
|
|
2119
2172
|
}
|
|
2120
2173
|
.e-schedule .e-month-agenda-view .e-resource-name {
|
|
2121
2174
|
color: #f0f0f0;
|
|
@@ -2184,12 +2237,16 @@
|
|
|
2184
2237
|
background: #484848;
|
|
2185
2238
|
}
|
|
2186
2239
|
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2240
|
+
display: -webkit-inline-box;
|
|
2187
2241
|
display: -ms-inline-flexbox;
|
|
2188
2242
|
display: inline-flex;
|
|
2189
|
-
-
|
|
2190
|
-
|
|
2243
|
+
-webkit-box-orient: horizontal;
|
|
2244
|
+
-webkit-box-direction: reverse;
|
|
2245
|
+
-ms-flex-direction: row-reverse;
|
|
2246
|
+
flex-direction: row-reverse;
|
|
2191
2247
|
}
|
|
2192
2248
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2249
|
+
display: -webkit-box;
|
|
2193
2250
|
display: -ms-flexbox;
|
|
2194
2251
|
display: flex;
|
|
2195
2252
|
}
|
|
@@ -2243,10 +2300,7 @@
|
|
|
2243
2300
|
margin: 1px auto;
|
|
2244
2301
|
width: 6px;
|
|
2245
2302
|
}
|
|
2246
|
-
.e-schedule.e-rtl .e-month-agenda-view .e-left-indent
|
|
2247
|
-
border-left: 1px solid #505050;
|
|
2248
|
-
border-right-width: 0;
|
|
2249
|
-
}
|
|
2303
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-left-indent,
|
|
2250
2304
|
.e-schedule.e-rtl .e-month-agenda-view .e-week-number {
|
|
2251
2305
|
border-left: 1px solid #505050;
|
|
2252
2306
|
border-right-width: 0;
|
|
@@ -2284,10 +2338,10 @@
|
|
|
2284
2338
|
}
|
|
2285
2339
|
.e-schedule .e-agenda-view .e-resource-column {
|
|
2286
2340
|
border-bottom: 1px solid #505050;
|
|
2287
|
-
border-right: 1px solid #505050;
|
|
2288
|
-
color: #f0f0f0;
|
|
2289
2341
|
vertical-align: top;
|
|
2290
2342
|
width: 75px;
|
|
2343
|
+
color: #f0f0f0;
|
|
2344
|
+
border-right: 1px solid #505050;
|
|
2291
2345
|
}
|
|
2292
2346
|
.e-schedule .e-agenda-view .e-month-header {
|
|
2293
2347
|
background: #0070f0;
|
|
@@ -2330,6 +2384,7 @@
|
|
|
2330
2384
|
font-size: 12px;
|
|
2331
2385
|
}
|
|
2332
2386
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2387
|
+
display: -webkit-box;
|
|
2333
2388
|
display: -ms-flexbox;
|
|
2334
2389
|
display: flex;
|
|
2335
2390
|
margin-bottom: 0;
|
|
@@ -2406,10 +2461,13 @@
|
|
|
2406
2461
|
background: #484848;
|
|
2407
2462
|
}
|
|
2408
2463
|
.e-schedule .e-agenda-view .e-appointment.e-template {
|
|
2464
|
+
display: -webkit-inline-box;
|
|
2409
2465
|
display: -ms-inline-flexbox;
|
|
2410
2466
|
display: inline-flex;
|
|
2411
|
-
-
|
|
2412
|
-
|
|
2467
|
+
-webkit-box-orient: horizontal;
|
|
2468
|
+
-webkit-box-direction: reverse;
|
|
2469
|
+
-ms-flex-direction: row-reverse;
|
|
2470
|
+
flex-direction: row-reverse;
|
|
2413
2471
|
}
|
|
2414
2472
|
.e-schedule .e-agenda-view .e-no-event {
|
|
2415
2473
|
color: #8d8d8d;
|
|
@@ -2441,9 +2499,9 @@
|
|
|
2441
2499
|
border-right: 3px solid #0070f0;
|
|
2442
2500
|
}
|
|
2443
2501
|
.e-schedule.e-rtl .e-agenda-view .e-resource-column {
|
|
2444
|
-
border-bottom: 1px solid #505050;
|
|
2445
2502
|
border-left: 1px solid #505050;
|
|
2446
2503
|
border-right: 0;
|
|
2504
|
+
border-bottom: 1px solid #505050;
|
|
2447
2505
|
vertical-align: top;
|
|
2448
2506
|
width: 75px;
|
|
2449
2507
|
}
|
|
@@ -2668,6 +2726,7 @@
|
|
|
2668
2726
|
|
|
2669
2727
|
.e-dialog.e-quick-dialog {
|
|
2670
2728
|
-webkit-user-select: none;
|
|
2729
|
+
-moz-user-select: none;
|
|
2671
2730
|
-ms-user-select: none;
|
|
2672
2731
|
user-select: none;
|
|
2673
2732
|
width: 320px;
|
|
@@ -2682,7 +2741,8 @@
|
|
|
2682
2741
|
border-top: none;
|
|
2683
2742
|
}
|
|
2684
2743
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
2685
|
-
box-shadow: none;
|
|
2744
|
+
-webkit-box-shadow: none;
|
|
2745
|
+
box-shadow: none;
|
|
2686
2746
|
}
|
|
2687
2747
|
.e-dialog.e-quick-dialog.e-rtl {
|
|
2688
2748
|
text-align: right;
|
|
@@ -2730,19 +2790,22 @@
|
|
|
2730
2790
|
padding-right: 16px;
|
|
2731
2791
|
}
|
|
2732
2792
|
.e-schedule-dialog .e-time-zone-row {
|
|
2793
|
+
display: -webkit-box;
|
|
2733
2794
|
display: -ms-flexbox;
|
|
2734
2795
|
display: flex;
|
|
2735
2796
|
height: 0;
|
|
2736
2797
|
margin-bottom: 0;
|
|
2737
2798
|
overflow: hidden;
|
|
2738
2799
|
padding-bottom: 0;
|
|
2800
|
+
-webkit-transition: 0.3s ease-in-out;
|
|
2739
2801
|
transition: 0.3s ease-in-out;
|
|
2740
2802
|
width: 100%;
|
|
2741
2803
|
}
|
|
2742
2804
|
.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
|
|
2743
2805
|
.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
|
|
2744
2806
|
display: none;
|
|
2745
|
-
transform: translateY(-100%);
|
|
2807
|
+
-webkit-transform: translateY(-100%);
|
|
2808
|
+
transform: translateY(-100%);
|
|
2746
2809
|
}
|
|
2747
2810
|
.e-schedule-dialog .e-time-zone-row.e-enable {
|
|
2748
2811
|
height: 60px;
|
|
@@ -2751,12 +2814,14 @@
|
|
|
2751
2814
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
|
|
2752
2815
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
|
|
2753
2816
|
display: block;
|
|
2754
|
-
transform: translateY(0);
|
|
2817
|
+
-webkit-transform: translateY(0);
|
|
2818
|
+
transform: translateY(0);
|
|
2755
2819
|
}
|
|
2756
2820
|
.e-schedule-dialog .e-title-location-row,
|
|
2757
2821
|
.e-schedule-dialog .e-start-end-row,
|
|
2758
2822
|
.e-schedule-dialog .e-start-input-container,
|
|
2759
2823
|
.e-schedule-dialog .e-end-input-container {
|
|
2824
|
+
display: -webkit-box;
|
|
2760
2825
|
display: -ms-flexbox;
|
|
2761
2826
|
display: flex;
|
|
2762
2827
|
padding-bottom: 12px;
|
|
@@ -2767,6 +2832,7 @@
|
|
|
2767
2832
|
width: 100%;
|
|
2768
2833
|
}
|
|
2769
2834
|
.e-schedule-dialog .e-all-day-time-zone-row {
|
|
2835
|
+
display: -webkit-box;
|
|
2770
2836
|
display: -ms-flexbox;
|
|
2771
2837
|
display: flex;
|
|
2772
2838
|
padding-bottom: 14px;
|
|
@@ -2837,6 +2903,7 @@
|
|
|
2837
2903
|
}
|
|
2838
2904
|
}
|
|
2839
2905
|
.e-ddl.e-popup .e-resource-template {
|
|
2906
|
+
display: -webkit-box;
|
|
2840
2907
|
display: -ms-flexbox;
|
|
2841
2908
|
display: flex;
|
|
2842
2909
|
padding: 0 10px;
|
|
@@ -2869,7 +2936,8 @@
|
|
|
2869
2936
|
.e-bigger .e-schedule-dialog .e-event-cancel,
|
|
2870
2937
|
.e-bigger .e-schedule-dialog .e-event-delete {
|
|
2871
2938
|
border: none;
|
|
2872
|
-
box-shadow: none;
|
|
2939
|
+
-webkit-box-shadow: none;
|
|
2940
|
+
box-shadow: none;
|
|
2873
2941
|
}
|
|
2874
2942
|
.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
|
|
2875
2943
|
float: left;
|
|
@@ -2893,6 +2961,7 @@
|
|
|
2893
2961
|
display: none;
|
|
2894
2962
|
}
|
|
2895
2963
|
.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
|
|
2964
|
+
display: -webkit-box;
|
|
2896
2965
|
display: -ms-flexbox;
|
|
2897
2966
|
display: flex;
|
|
2898
2967
|
height: 70px;
|
|
@@ -2902,6 +2971,7 @@
|
|
|
2902
2971
|
.e-bigger .e-schedule-dialog .e-start-input-container,
|
|
2903
2972
|
.e-bigger .e-schedule-dialog .e-end-input-container,
|
|
2904
2973
|
.e-bigger .e-schedule-dialog .e-time-zone-row {
|
|
2974
|
+
display: -webkit-box;
|
|
2905
2975
|
display: -ms-flexbox;
|
|
2906
2976
|
display: flex;
|
|
2907
2977
|
padding-bottom: 12px;
|
|
@@ -2912,6 +2982,7 @@
|
|
|
2912
2982
|
width: 100%;
|
|
2913
2983
|
}
|
|
2914
2984
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
2985
|
+
display: -webkit-box;
|
|
2915
2986
|
display: -ms-flexbox;
|
|
2916
2987
|
display: flex;
|
|
2917
2988
|
padding-bottom: 20px;
|
|
@@ -2977,7 +3048,8 @@
|
|
|
2977
3048
|
}
|
|
2978
3049
|
.e-schedule-dialog.e-device .e-dlg-header-content {
|
|
2979
3050
|
background: #858585;
|
|
2980
|
-
box-shadow: none;
|
|
3051
|
+
-webkit-box-shadow: none;
|
|
3052
|
+
box-shadow: none;
|
|
2981
3053
|
margin-bottom: 0;
|
|
2982
3054
|
}
|
|
2983
3055
|
.e-schedule-dialog.e-device .e-title-location-row,
|
|
@@ -3038,6 +3110,7 @@
|
|
|
3038
3110
|
margin-right: 20px;
|
|
3039
3111
|
}
|
|
3040
3112
|
.e-schedule-dialog.e-device .e-title-header {
|
|
3113
|
+
display: -webkit-box;
|
|
3041
3114
|
display: -ms-flexbox;
|
|
3042
3115
|
display: flex;
|
|
3043
3116
|
width: 100%;
|
|
@@ -3103,7 +3176,8 @@
|
|
|
3103
3176
|
}
|
|
3104
3177
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
|
|
3105
3178
|
border: 0;
|
|
3106
|
-
box-shadow: none;
|
|
3179
|
+
-webkit-box-shadow: none;
|
|
3180
|
+
box-shadow: none;
|
|
3107
3181
|
margin: -3px 5px;
|
|
3108
3182
|
position: absolute;
|
|
3109
3183
|
}
|
|
@@ -3117,12 +3191,14 @@
|
|
|
3117
3191
|
.e-quick-popup-wrapper {
|
|
3118
3192
|
background: #1a1a1a;
|
|
3119
3193
|
border-radius: 2px;
|
|
3120
|
-
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
3194
|
+
-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
3195
|
+
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
3121
3196
|
color: #f0f0f0;
|
|
3122
3197
|
max-width: 365px;
|
|
3123
3198
|
min-width: 320px;
|
|
3124
3199
|
opacity: 1;
|
|
3125
3200
|
-webkit-user-select: none;
|
|
3201
|
+
-moz-user-select: none;
|
|
3126
3202
|
-ms-user-select: none;
|
|
3127
3203
|
user-select: none;
|
|
3128
3204
|
width: 100%;
|
|
@@ -3230,10 +3306,12 @@
|
|
|
3230
3306
|
}
|
|
3231
3307
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
|
|
3232
3308
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
|
|
3309
|
+
display: -webkit-box;
|
|
3233
3310
|
display: -ms-flexbox;
|
|
3234
3311
|
display: flex;
|
|
3235
|
-
-
|
|
3236
|
-
|
|
3312
|
+
-webkit-box-pack: end;
|
|
3313
|
+
-ms-flex-pack: end;
|
|
3314
|
+
justify-content: flex-end;
|
|
3237
3315
|
}
|
|
3238
3316
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
|
|
3239
3317
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
|
|
@@ -3255,6 +3333,7 @@
|
|
|
3255
3333
|
.e-quick-popup-wrapper .e-event-popup .e-description,
|
|
3256
3334
|
.e-quick-popup-wrapper .e-event-popup .e-resource {
|
|
3257
3335
|
color: #f0f0f0;
|
|
3336
|
+
display: -webkit-box;
|
|
3258
3337
|
display: -ms-flexbox;
|
|
3259
3338
|
display: flex;
|
|
3260
3339
|
padding-top: 12px;
|
|
@@ -3377,8 +3456,9 @@
|
|
|
3377
3456
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
|
|
3378
3457
|
margin-left: 0;
|
|
3379
3458
|
margin-right: auto;
|
|
3380
|
-
-
|
|
3381
|
-
order: -1;
|
|
3459
|
+
-webkit-box-ordinal-group: 0;
|
|
3460
|
+
-ms-flex-order: -1;
|
|
3461
|
+
order: -1;
|
|
3382
3462
|
}
|
|
3383
3463
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3384
3464
|
padding: 12px 24px;
|
|
@@ -3387,6 +3467,7 @@
|
|
|
3387
3467
|
padding: 12px 24px;
|
|
3388
3468
|
}
|
|
3389
3469
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
|
|
3470
|
+
display: -webkit-box;
|
|
3390
3471
|
display: -ms-flexbox;
|
|
3391
3472
|
display: flex;
|
|
3392
3473
|
padding: 15px;
|
|
@@ -3520,8 +3601,10 @@
|
|
|
3520
3601
|
.e-appointment.e-schedule-event-clone {
|
|
3521
3602
|
background: #0070f0;
|
|
3522
3603
|
border-radius: 4px;
|
|
3523
|
-
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);
|
|
3604
|
+
-webkit-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);
|
|
3605
|
+
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);
|
|
3524
3606
|
color: #fff;
|
|
3607
|
+
display: -webkit-box;
|
|
3525
3608
|
display: -ms-flexbox;
|
|
3526
3609
|
display: flex;
|
|
3527
3610
|
height: 38px;
|
|
@@ -3540,15 +3623,17 @@
|
|
|
3540
3623
|
display: none;
|
|
3541
3624
|
}
|
|
3542
3625
|
.e-appointment.e-schedule-event-clone .e-appointment-details {
|
|
3543
|
-
-
|
|
3544
|
-
flex: auto;
|
|
3626
|
+
-webkit-box-flex: 1;
|
|
3627
|
+
-ms-flex: auto;
|
|
3628
|
+
flex: auto;
|
|
3545
3629
|
overflow: hidden;
|
|
3546
3630
|
padding: 0 4px;
|
|
3547
3631
|
text-align: left;
|
|
3548
3632
|
}
|
|
3549
3633
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
3550
|
-
-
|
|
3551
|
-
flex: auto;
|
|
3634
|
+
-webkit-box-flex: 1;
|
|
3635
|
+
-ms-flex: auto;
|
|
3636
|
+
flex: auto;
|
|
3552
3637
|
overflow: hidden;
|
|
3553
3638
|
}
|
|
3554
3639
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
@@ -3593,7 +3678,8 @@
|
|
|
3593
3678
|
background: #1a1a1a;
|
|
3594
3679
|
border: 1px solid #505050;
|
|
3595
3680
|
border-radius: 2px;
|
|
3596
|
-
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3681
|
+
-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3682
|
+
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3597
3683
|
opacity: 1;
|
|
3598
3684
|
padding: 8px 0;
|
|
3599
3685
|
width: 225px;
|
|
@@ -3624,7 +3710,8 @@
|
|
|
3624
3710
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3625
3711
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
3626
3712
|
border: 0;
|
|
3627
|
-
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);
|
|
3713
|
+
-webkit-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);
|
|
3714
|
+
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);
|
|
3628
3715
|
}
|
|
3629
3716
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
3630
3717
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
@@ -3662,7 +3749,8 @@
|
|
|
3662
3749
|
.e-more-popup-wrapper .e-more-event-close {
|
|
3663
3750
|
background: transparent;
|
|
3664
3751
|
border: 0;
|
|
3665
|
-
box-shadow: none;
|
|
3752
|
+
-webkit-box-shadow: none;
|
|
3753
|
+
box-shadow: none;
|
|
3666
3754
|
color: #f0f0f0;
|
|
3667
3755
|
cursor: pointer;
|
|
3668
3756
|
height: 25px;
|
|
@@ -3691,6 +3779,7 @@
|
|
|
3691
3779
|
background: #0070f0;
|
|
3692
3780
|
border-radius: 4px;
|
|
3693
3781
|
color: #fff;
|
|
3782
|
+
display: -webkit-box;
|
|
3694
3783
|
display: -ms-flexbox;
|
|
3695
3784
|
display: flex;
|
|
3696
3785
|
height: 22px;
|
|
@@ -3702,8 +3791,9 @@
|
|
|
3702
3791
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
3703
3792
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
3704
3793
|
color: #fff;
|
|
3705
|
-
-
|
|
3706
|
-
flex: auto;
|
|
3794
|
+
-webkit-box-flex: 1;
|
|
3795
|
+
-ms-flex: auto;
|
|
3796
|
+
flex: auto;
|
|
3707
3797
|
font-size: 13px;
|
|
3708
3798
|
font-weight: 500;
|
|
3709
3799
|
overflow: hidden;
|
|
@@ -3737,7 +3827,8 @@
|
|
|
3737
3827
|
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
3738
3828
|
.e-more-popup-wrapper .e-appointment:focus {
|
|
3739
3829
|
border: 0;
|
|
3740
|
-
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);
|
|
3830
|
+
-webkit-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);
|
|
3831
|
+
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);
|
|
3741
3832
|
}
|
|
3742
3833
|
.e-bigger .e-more-popup-wrapper.e-device,
|
|
3743
3834
|
.e-more-popup-wrapper.e-device {
|
|
@@ -3770,7 +3861,6 @@
|
|
|
3770
3861
|
right: auto;
|
|
3771
3862
|
}
|
|
3772
3863
|
|
|
3773
|
-
/*! schedule component theme */
|
|
3774
3864
|
.e-schedule {
|
|
3775
3865
|
background: #1a1a1a;
|
|
3776
3866
|
border: 1px solid #505050;
|
|
@@ -3783,7 +3873,8 @@
|
|
|
3783
3873
|
}
|
|
3784
3874
|
.e-schedule .e-header-calendar {
|
|
3785
3875
|
background-color: none;
|
|
3786
|
-
box-shadow: none;
|
|
3876
|
+
-webkit-box-shadow: none;
|
|
3877
|
+
box-shadow: none;
|
|
3787
3878
|
}
|
|
3788
3879
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
3789
3880
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
@@ -3947,6 +4038,8 @@
|
|
|
3947
4038
|
color: #fff;
|
|
3948
4039
|
min-width: 20px;
|
|
3949
4040
|
padding: 0 4px;
|
|
4041
|
+
width: -webkit-fit-content;
|
|
4042
|
+
width: -moz-fit-content;
|
|
3950
4043
|
width: fit-content;
|
|
3951
4044
|
}
|
|
3952
4045
|
.e-schedule .e-month-view .e-selected-cell,
|
|
@@ -4117,7 +4210,8 @@
|
|
|
4117
4210
|
}
|
|
4118
4211
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
4119
4212
|
background: rgba(0, 0, 0, 0.08);
|
|
4120
|
-
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
4213
|
+
-webkit-box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
4214
|
+
box-shadow: inset 0 0 0 8px #2a2a2a;
|
|
4121
4215
|
}
|
|
4122
4216
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
4123
4217
|
background: rgba(0, 0, 0, 0.08);
|
|
@@ -4182,8 +4276,8 @@
|
|
|
4182
4276
|
}
|
|
4183
4277
|
|
|
4184
4278
|
.e-tooltip-wrap.e-schedule-error {
|
|
4185
|
-
background: #
|
|
4186
|
-
border-color: #
|
|
4279
|
+
background: #fde;
|
|
4280
|
+
border-color: #fde;
|
|
4187
4281
|
z-index: 1000;
|
|
4188
4282
|
}
|
|
4189
4283
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top {
|
|
@@ -4191,29 +4285,30 @@
|
|
|
4191
4285
|
}
|
|
4192
4286
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
|
|
4193
4287
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
|
|
4194
|
-
border-bottom: 8px solid #
|
|
4195
|
-
color: #
|
|
4288
|
+
border-bottom: 8px solid #fde;
|
|
4289
|
+
color: #fde;
|
|
4196
4290
|
}
|
|
4197
4291
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
|
|
4198
4292
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
|
|
4199
|
-
border-top: 8px solid #
|
|
4200
|
-
color: #
|
|
4293
|
+
border-top: 8px solid #fde;
|
|
4294
|
+
color: #fde;
|
|
4201
4295
|
}
|
|
4202
4296
|
.e-tooltip-wrap.e-schedule-error .e-tip-content {
|
|
4203
4297
|
padding: 3px 6px;
|
|
4204
4298
|
}
|
|
4205
4299
|
.e-tooltip-wrap.e-schedule-error .e-tip-content,
|
|
4206
4300
|
.e-tooltip-wrap.e-schedule-error .e-tip-content label {
|
|
4207
|
-
color: #
|
|
4301
|
+
color: #f43;
|
|
4208
4302
|
}
|
|
4209
4303
|
|
|
4210
|
-
/*! recurrence editor theme wise definitions*/
|
|
4211
|
-
/*! Recurrence-Editor component layout */
|
|
4212
4304
|
.e-recurrenceeditor .e-editor {
|
|
4305
|
+
display: -webkit-box;
|
|
4213
4306
|
display: -ms-flexbox;
|
|
4214
4307
|
display: flex;
|
|
4215
|
-
-
|
|
4216
|
-
|
|
4308
|
+
-webkit-box-orient: horizontal;
|
|
4309
|
+
-webkit-box-direction: normal;
|
|
4310
|
+
-ms-flex-flow: row wrap;
|
|
4311
|
+
flex-flow: row wrap;
|
|
4217
4312
|
margin: 0 auto;
|
|
4218
4313
|
max-width: 1240px;
|
|
4219
4314
|
}
|
|
@@ -4313,8 +4408,10 @@
|
|
|
4313
4408
|
}
|
|
4314
4409
|
.e-recurrenceeditor .e-days button {
|
|
4315
4410
|
border-radius: 50%;
|
|
4316
|
-
-
|
|
4317
|
-
|
|
4411
|
+
-webkit-box-orient: horizontal;
|
|
4412
|
+
-webkit-box-direction: normal;
|
|
4413
|
+
-ms-flex-flow: row wrap;
|
|
4414
|
+
flex-flow: row wrap;
|
|
4318
4415
|
height: 35px;
|
|
4319
4416
|
margin: 0 8px 10px;
|
|
4320
4417
|
width: 35px;
|
|
@@ -4373,13 +4470,6 @@
|
|
|
4373
4470
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
4374
4471
|
padding: 0 12px 14px 0;
|
|
4375
4472
|
}
|
|
4376
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
4377
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4378
|
-
padding: 0 0 10px;
|
|
4379
|
-
}
|
|
4380
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4381
|
-
padding-bottom: 6px;
|
|
4382
|
-
}
|
|
4383
4473
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4384
4474
|
padding-left: 70px;
|
|
4385
4475
|
}
|
|
@@ -4406,16 +4496,12 @@
|
|
|
4406
4496
|
font-size: 12px;
|
|
4407
4497
|
margin-bottom: 8px;
|
|
4408
4498
|
}
|
|
4409
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
4410
|
-
padding-bottom: 12px;
|
|
4411
|
-
}
|
|
4412
4499
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
4413
4500
|
font-size: 12px;
|
|
4414
4501
|
margin-bottom: 1px;
|
|
4415
4502
|
}
|
|
4416
4503
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
4417
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
4418
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4504
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
4419
4505
|
margin-bottom: 11px;
|
|
4420
4506
|
}
|
|
4421
4507
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -4527,7 +4613,8 @@
|
|
|
4527
4613
|
}
|
|
4528
4614
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
4529
4615
|
background: none;
|
|
4530
|
-
box-shadow: none;
|
|
4616
|
+
-webkit-box-shadow: none;
|
|
4617
|
+
box-shadow: none;
|
|
4531
4618
|
padding-bottom: 10px;
|
|
4532
4619
|
}
|
|
4533
4620
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -4552,8 +4639,10 @@
|
|
|
4552
4639
|
width: 100%;
|
|
4553
4640
|
}
|
|
4554
4641
|
.e-recurrenceeditor .e-editor {
|
|
4555
|
-
-
|
|
4556
|
-
|
|
4642
|
+
-webkit-box-orient: vertical;
|
|
4643
|
+
-webkit-box-direction: normal;
|
|
4644
|
+
-ms-flex-direction: column;
|
|
4645
|
+
flex-direction: column;
|
|
4557
4646
|
}
|
|
4558
4647
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
4559
4648
|
margin-top: 0;
|