@syncfusion/ej2-angular-schedule 20.4.38-ngcc → 20.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/README.md +47 -121
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +11 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
- package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
- package/esm2020/src/schedule/resources.directive.mjs +58 -0
- package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
- package/esm2020/src/schedule/schedule.component.mjs +283 -0
- package/esm2020/src/schedule/schedule.module.mjs +52 -0
- package/esm2020/src/schedule/views.directive.mjs +126 -0
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +733 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +733 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/package.json +45 -22
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
- package/src/schedule/headerrows.directive.d.ts +5 -0
- package/src/schedule/resources.directive.d.ts +5 -0
- package/src/schedule/schedule-all.module.d.ts +6 -0
- package/src/schedule/schedule.component.d.ts +3 -0
- package/src/schedule/schedule.module.d.ts +9 -0
- package/src/schedule/views.directive.d.ts +6 -6
- package/styles/bootstrap-dark.css +106 -369
- package/styles/bootstrap.css +104 -368
- package/styles/bootstrap4.css +146 -380
- package/styles/bootstrap5-dark.css +142 -344
- package/styles/bootstrap5.css +142 -344
- package/styles/fabric-dark.css +106 -335
- package/styles/fabric.css +111 -321
- package/styles/fluent-dark.css +107 -400
- package/styles/fluent.css +107 -400
- package/styles/highcontrast-light.css +103 -412
- package/styles/highcontrast.css +118 -404
- package/styles/material-dark.css +115 -367
- package/styles/material.css +115 -409
- package/styles/recurrence-editor/_all.scss +2 -0
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
- package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_fabric-definition.scss +13 -0
- package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_fluent-definition.scss +13 -0
- package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
- package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
- package/styles/recurrence-editor/_layout.scss +534 -0
- package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_material-definition.scss +13 -0
- package/styles/recurrence-editor/_material3-definition.scss +13 -0
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
- package/styles/recurrence-editor/_theme.scss +1 -0
- package/styles/recurrence-editor/bootstrap-dark.css +33 -142
- package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
- package/styles/recurrence-editor/bootstrap.css +33 -142
- package/styles/recurrence-editor/bootstrap.scss +3 -1
- package/styles/recurrence-editor/bootstrap4.css +33 -176
- package/styles/recurrence-editor/bootstrap4.scss +3 -1
- package/styles/recurrence-editor/bootstrap5-dark.css +33 -183
- package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
- package/styles/recurrence-editor/bootstrap5.css +33 -183
- package/styles/recurrence-editor/bootstrap5.scss +3 -1
- package/styles/recurrence-editor/fabric-dark.css +33 -118
- package/styles/recurrence-editor/fabric-dark.scss +3 -1
- package/styles/recurrence-editor/fabric.css +33 -111
- package/styles/recurrence-editor/fabric.scss +3 -1
- package/styles/recurrence-editor/fluent-dark.css +33 -163
- package/styles/recurrence-editor/fluent-dark.scss +3 -1
- package/styles/recurrence-editor/fluent.css +33 -163
- package/styles/recurrence-editor/fluent.scss +3 -1
- package/styles/recurrence-editor/highcontrast-light.css +33 -115
- package/styles/recurrence-editor/highcontrast-light.scss +3 -1
- package/styles/recurrence-editor/highcontrast.css +33 -115
- package/styles/recurrence-editor/highcontrast.scss +3 -1
- package/styles/recurrence-editor/material-dark.css +33 -143
- package/styles/recurrence-editor/material-dark.scss +3 -1
- package/styles/recurrence-editor/material.css +33 -168
- package/styles/recurrence-editor/material.scss +3 -1
- package/styles/recurrence-editor/tailwind-dark.css +33 -131
- package/styles/recurrence-editor/tailwind-dark.scss +3 -1
- package/styles/recurrence-editor/tailwind.css +33 -131
- package/styles/recurrence-editor/tailwind.scss +3 -1
- package/styles/schedule/_all.scss +2 -0
- package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
- package/styles/schedule/_bootstrap-definition.scss +213 -0
- package/styles/schedule/_bootstrap4-definition.scss +215 -0
- package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
- package/styles/schedule/_bootstrap5-definition.scss +224 -0
- package/styles/schedule/_fabric-dark-definition.scss +213 -0
- package/styles/schedule/_fabric-definition.scss +213 -0
- package/styles/schedule/_fluent-dark-definition.scss +1 -0
- package/styles/schedule/_fluent-definition.scss +220 -0
- package/styles/schedule/_fusionnew-definition.scss +224 -0
- package/styles/schedule/_highcontrast-definition.scss +214 -0
- package/styles/schedule/_highcontrast-light-definition.scss +214 -0
- package/styles/schedule/_layout.scss +4489 -0
- package/styles/schedule/_material-dark-definition.scss +213 -0
- package/styles/schedule/_material-definition.scss +213 -0
- package/styles/schedule/_material3-definition.scss +224 -0
- package/styles/schedule/_tailwind-dark-definition.scss +1 -0
- package/styles/schedule/_tailwind-definition.scss +217 -0
- package/styles/schedule/_theme.scss +510 -0
- package/styles/schedule/bootstrap-dark.css +73 -332
- package/styles/schedule/bootstrap-dark.scss +5 -1
- package/styles/schedule/bootstrap.css +71 -331
- package/styles/schedule/bootstrap.scss +5 -1
- package/styles/schedule/bootstrap4.css +113 -343
- package/styles/schedule/bootstrap4.scss +5 -1
- package/styles/schedule/bootstrap5-dark.css +109 -307
- package/styles/schedule/bootstrap5-dark.scss +4 -1
- package/styles/schedule/bootstrap5.css +109 -307
- package/styles/schedule/bootstrap5.scss +5 -1
- package/styles/schedule/fabric-dark.css +73 -298
- package/styles/schedule/fabric-dark.scss +5 -1
- package/styles/schedule/fabric.css +78 -284
- package/styles/schedule/fabric.scss +5 -1
- package/styles/schedule/fluent-dark.css +74 -363
- package/styles/schedule/fluent-dark.scss +4 -1
- package/styles/schedule/fluent.css +74 -363
- package/styles/schedule/fluent.scss +5 -1
- package/styles/schedule/highcontrast-light.css +70 -375
- package/styles/schedule/highcontrast-light.scss +5 -1
- package/styles/schedule/highcontrast.css +85 -367
- package/styles/schedule/highcontrast.scss +5 -1
- package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
- package/styles/schedule/icons/_bootstrap.scss +231 -0
- package/styles/schedule/icons/_bootstrap4.scss +231 -0
- package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
- package/styles/schedule/icons/_bootstrap5.scss +231 -0
- package/styles/schedule/icons/_fabric-dark.scss +231 -0
- package/styles/schedule/icons/_fabric.scss +231 -0
- package/styles/schedule/icons/_fluent-dark.scss +1 -0
- package/styles/schedule/icons/_fluent.scss +231 -0
- package/styles/schedule/icons/_fusionnew.scss +231 -0
- package/styles/schedule/icons/_highcontrast-light.scss +231 -0
- package/styles/schedule/icons/_highcontrast.scss +231 -0
- package/styles/schedule/icons/_material-dark.scss +231 -0
- package/styles/schedule/icons/_material.scss +231 -0
- package/styles/schedule/icons/_material3.scss +231 -0
- package/styles/schedule/icons/_tailwind-dark.scss +1 -0
- package/styles/schedule/icons/_tailwind.scss +231 -0
- package/styles/schedule/material-dark.css +82 -330
- package/styles/schedule/material-dark.scss +5 -1
- package/styles/schedule/material.css +82 -372
- package/styles/schedule/material.scss +5 -1
- package/styles/schedule/tailwind-dark.css +111 -246
- package/styles/schedule/tailwind-dark.scss +4 -1
- package/styles/schedule/tailwind.css +111 -246
- package/styles/schedule/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +145 -284
- package/styles/tailwind.css +145 -284
- package/syncfusion-ej2-angular-schedule.d.ts +5 -0
- package/@syncfusion/ej2-angular-schedule.es5.js +0 -840
- package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-schedule.js +0 -788
- package/@syncfusion/ej2-angular-schedule.js.map +0 -1
- package/CHANGELOG.md +0 -1589
- package/dist/ej2-angular-schedule.umd.js +0 -980
- package/dist/ej2-angular-schedule.umd.js.map +0 -1
- package/dist/ej2-angular-schedule.umd.min.js +0 -11
- package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
- package/ej2-angular-schedule.d.ts +0 -6
- package/ej2-angular-schedule.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
package/styles/fabric-dark.css
CHANGED
|
@@ -1,105 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
-
.e-ddl.e-popup {
|
|
4
|
-
border: 0;
|
|
5
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
6
|
-
margin-top: 1px;
|
|
7
|
-
}
|
|
8
|
-
.e-ddl.e-popup .e-input-group input {
|
|
9
|
-
line-height: 15px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.e-ddl.e-popup .e-input-group {
|
|
13
|
-
display: -ms-flexbox;
|
|
14
|
-
display: flex;
|
|
15
|
-
width: auto;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
19
|
-
border-left-width: 0;
|
|
20
|
-
border-right-width: 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
24
|
-
margin-top: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
28
|
-
min-height: 26px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
32
|
-
font-size: 15px;
|
|
33
|
-
line-height: 45px;
|
|
34
|
-
padding-left: 0;
|
|
35
|
-
text-indent: 16px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
39
|
-
padding-left: 4px;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
43
|
-
padding: 4px 0;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
|
|
47
|
-
height: 38px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
51
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
52
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
53
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
54
|
-
background: transparent;
|
|
55
|
-
color: #fff;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head,
|
|
59
|
-
.e-ddl.e-popup .e-bigger.e-small .e-list-item,
|
|
60
|
-
.e-ddl.e-popup .e-bigger.e-small .e-list-group-item,
|
|
61
|
-
.e-ddl.e-popup .e-bigger.e-small .e-fixed-head {
|
|
62
|
-
font-size: 14px;
|
|
63
|
-
line-height: 40px;
|
|
64
|
-
padding-left: 0;
|
|
65
|
-
text-indent: 16px;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item,
|
|
69
|
-
.e-ddl.e-popup .e-bigger.e-small .e-dd-group .e-list-item {
|
|
70
|
-
padding-left: 4px;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group,
|
|
74
|
-
.e-ddl.e-popup .e-bigger.e-small .e-input-group {
|
|
75
|
-
padding: 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input,
|
|
79
|
-
.e-ddl.e-popup .e-bigger.e-small .e-input-group input,
|
|
80
|
-
.e-ddl.e-popup .e-bigger.e-small .e-input-group input.e-input {
|
|
81
|
-
height: 34px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
85
|
-
height: 30px;
|
|
86
|
-
width: 30px;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.e-small .e-multi-select-wrapper .e-chips,
|
|
90
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips {
|
|
91
|
-
padding: 0;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
95
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
96
|
-
padding: 0 8px;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
100
|
-
margin: 2px 2px 2px 0;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
1
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
104
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
105
3
|
content: "\e98f";
|
|
@@ -295,7 +193,7 @@
|
|
|
295
193
|
}
|
|
296
194
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
|
|
297
195
|
font-size: 12px;
|
|
298
|
-
|
|
196
|
+
padding-top: 3px;
|
|
299
197
|
}
|
|
300
198
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
301
199
|
border-radius: 0%;
|
|
@@ -316,6 +214,9 @@
|
|
|
316
214
|
font-size: 16px;
|
|
317
215
|
text-transform: initial;
|
|
318
216
|
}
|
|
217
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
218
|
+
padding: 0 12px;
|
|
219
|
+
}
|
|
319
220
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
320
221
|
background: #201f1f;
|
|
321
222
|
border-left: 0;
|
|
@@ -359,9 +260,6 @@
|
|
|
359
260
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
360
261
|
height: inherit;
|
|
361
262
|
}
|
|
362
|
-
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
363
|
-
padding: 0;
|
|
364
|
-
}
|
|
365
263
|
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
366
264
|
font-size: 15px;
|
|
367
265
|
}
|
|
@@ -440,7 +338,6 @@
|
|
|
440
338
|
height: 100%;
|
|
441
339
|
position: absolute;
|
|
442
340
|
width: 250px;
|
|
443
|
-
color: #dadada;
|
|
444
341
|
}
|
|
445
342
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
446
343
|
height: 100%;
|
|
@@ -543,6 +440,7 @@
|
|
|
543
440
|
}
|
|
544
441
|
.e-schedule .e-block-appointment {
|
|
545
442
|
background: rgba(255, 255, 255, 0.08);
|
|
443
|
+
border-radius: 2px;
|
|
546
444
|
color: #969696;
|
|
547
445
|
cursor: default;
|
|
548
446
|
overflow: hidden;
|
|
@@ -800,15 +698,11 @@
|
|
|
800
698
|
.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
801
699
|
display: table;
|
|
802
700
|
font-size: 13px;
|
|
803
|
-
line-height: unset;
|
|
804
|
-
padding-bottom: 0;
|
|
805
701
|
}
|
|
806
702
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
807
703
|
cursor: pointer;
|
|
808
704
|
display: table;
|
|
809
705
|
font-size: 18px;
|
|
810
|
-
line-height: unset;
|
|
811
|
-
padding-top: 0;
|
|
812
706
|
}
|
|
813
707
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
814
708
|
text-decoration: underline;
|
|
@@ -876,7 +770,6 @@
|
|
|
876
770
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
877
771
|
background: #414040;
|
|
878
772
|
border-radius: 100%;
|
|
879
|
-
color: #dadada;
|
|
880
773
|
}
|
|
881
774
|
.e-schedule .e-vertical-view .e-appointment-hide {
|
|
882
775
|
opacity: 0;
|
|
@@ -1029,7 +922,6 @@
|
|
|
1029
922
|
flex: auto;
|
|
1030
923
|
padding: 0 4px;
|
|
1031
924
|
text-align: left;
|
|
1032
|
-
line-height: unset;
|
|
1033
925
|
}
|
|
1034
926
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1035
927
|
font-size: 13px;
|
|
@@ -1330,9 +1222,6 @@
|
|
|
1330
1222
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1331
1223
|
text-decoration: underline;
|
|
1332
1224
|
}
|
|
1333
|
-
.e-schedule.e-rtl .e-month-view .e-date-header {
|
|
1334
|
-
margin: 3px 3px 2px;
|
|
1335
|
-
}
|
|
1336
1225
|
.e-schedule.e-rtl .e-month-view .e-left-indent {
|
|
1337
1226
|
border-left: 1px solid #414040;
|
|
1338
1227
|
border-right-width: 0;
|
|
@@ -1505,6 +1394,54 @@
|
|
|
1505
1394
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1506
1395
|
transform: rotate(90deg);
|
|
1507
1396
|
}
|
|
1397
|
+
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1398
|
+
background-color: #282727;
|
|
1399
|
+
border-color: #414040;
|
|
1400
|
+
border-style: solid;
|
|
1401
|
+
border-width: 0 1px 1px 0;
|
|
1402
|
+
color: #dadada;
|
|
1403
|
+
padding: 0;
|
|
1404
|
+
}
|
|
1405
|
+
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
1406
|
+
background: #414040;
|
|
1407
|
+
color: #dadada;
|
|
1408
|
+
}
|
|
1409
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
1410
|
+
background-color: #201f1f;
|
|
1411
|
+
}
|
|
1412
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
1413
|
+
color: #dadada;
|
|
1414
|
+
}
|
|
1415
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1416
|
+
background-color: #0074cc;
|
|
1417
|
+
border-radius: 50%;
|
|
1418
|
+
color: #fff;
|
|
1419
|
+
margin: 2px;
|
|
1420
|
+
width: 20px;
|
|
1421
|
+
}
|
|
1422
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
1423
|
+
background-color: #514f4f;
|
|
1424
|
+
color: #dadada;
|
|
1425
|
+
}
|
|
1426
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1427
|
+
color: #dadada;
|
|
1428
|
+
}
|
|
1429
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1430
|
+
background-color: #514f4f;
|
|
1431
|
+
}
|
|
1432
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1433
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1434
|
+
}
|
|
1435
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1436
|
+
cursor: default;
|
|
1437
|
+
opacity: 0.35;
|
|
1438
|
+
}
|
|
1439
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1440
|
+
text-decoration: none;
|
|
1441
|
+
}
|
|
1442
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1443
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1444
|
+
}
|
|
1508
1445
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1509
1446
|
height: 100%;
|
|
1510
1447
|
}
|
|
@@ -1531,7 +1468,6 @@
|
|
|
1531
1468
|
border-bottom: 1px solid #414040;
|
|
1532
1469
|
border-right: 1px solid #414040;
|
|
1533
1470
|
text-align: center;
|
|
1534
|
-
color: #c8c8c8;
|
|
1535
1471
|
}
|
|
1536
1472
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1537
1473
|
color: #38a9ff;
|
|
@@ -1567,6 +1503,13 @@
|
|
|
1567
1503
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
|
|
1568
1504
|
text-decoration: underline;
|
|
1569
1505
|
}
|
|
1506
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
1507
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1508
|
+
box-shadow: inset 0 0 0 8px #282727;
|
|
1509
|
+
}
|
|
1510
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1511
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1512
|
+
}
|
|
1570
1513
|
.e-schedule .e-timeline-year-view .e-event-table {
|
|
1571
1514
|
position: absolute;
|
|
1572
1515
|
top: 0;
|
|
@@ -1663,7 +1606,7 @@
|
|
|
1663
1606
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
|
|
1664
1607
|
text-decoration: underline;
|
|
1665
1608
|
}
|
|
1666
|
-
.e-schedule.e-device .e-year-view .e-
|
|
1609
|
+
.e-schedule.e-device .e-year-view .e-month-calendar {
|
|
1667
1610
|
max-width: 100%;
|
|
1668
1611
|
min-width: 100%;
|
|
1669
1612
|
}
|
|
@@ -1705,7 +1648,6 @@
|
|
|
1705
1648
|
}
|
|
1706
1649
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
1707
1650
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
1708
|
-
background-color: #201f1f;
|
|
1709
1651
|
overflow: inherit;
|
|
1710
1652
|
}
|
|
1711
1653
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
@@ -2031,7 +1973,6 @@
|
|
|
2031
1973
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2032
1974
|
border-bottom: 2px solid #414040;
|
|
2033
1975
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
|
2034
|
-
height: 100%;
|
|
2035
1976
|
}
|
|
2036
1977
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2037
1978
|
border-bottom: 1px solid #414040;
|
|
@@ -2248,7 +2189,6 @@
|
|
|
2248
2189
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2249
2190
|
display: -ms-flexbox;
|
|
2250
2191
|
display: flex;
|
|
2251
|
-
margin-bottom: 0;
|
|
2252
2192
|
}
|
|
2253
2193
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
|
|
2254
2194
|
color: #dadada;
|
|
@@ -2402,10 +2342,6 @@
|
|
|
2402
2342
|
min-width: 32px;
|
|
2403
2343
|
z-index: 0;
|
|
2404
2344
|
}
|
|
2405
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
2406
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
2407
|
-
font-size: 14px;
|
|
2408
|
-
}
|
|
2409
2345
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
|
|
2410
2346
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
|
|
2411
2347
|
line-height: inherit;
|
|
@@ -2447,19 +2383,13 @@
|
|
|
2447
2383
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
2448
2384
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2449
2385
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right {
|
|
2450
|
-
padding:
|
|
2451
|
-
font-size: 14px;
|
|
2386
|
+
padding: 3px 12px 0 0;
|
|
2452
2387
|
}
|
|
2453
2388
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2454
2389
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2455
2390
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2456
2391
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2457
2392
|
height: 25px;
|
|
2458
|
-
padding-top: 0;
|
|
2459
|
-
}
|
|
2460
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2461
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2462
|
-
font-size: 16px;
|
|
2463
2393
|
}
|
|
2464
2394
|
.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
|
|
2465
2395
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
@@ -2565,19 +2495,10 @@
|
|
|
2565
2495
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2566
2496
|
width: 420px;
|
|
2567
2497
|
}
|
|
2568
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2569
|
-
padding: 2%;
|
|
2570
|
-
}
|
|
2571
2498
|
@media screen and (max-width: 767px) {
|
|
2572
2499
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2573
2500
|
width: 289px;
|
|
2574
2501
|
}
|
|
2575
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2576
|
-
padding: 5%;
|
|
2577
|
-
}
|
|
2578
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
|
|
2579
|
-
margin-bottom: 5%;
|
|
2580
|
-
}
|
|
2581
2502
|
}
|
|
2582
2503
|
|
|
2583
2504
|
.e-dialog.e-quick-dialog {
|
|
@@ -3021,7 +2942,6 @@
|
|
|
3021
2942
|
position: absolute;
|
|
3022
2943
|
right: 6px;
|
|
3023
2944
|
top: 4px;
|
|
3024
|
-
padding: 0;
|
|
3025
2945
|
}
|
|
3026
2946
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3027
2947
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
@@ -3048,15 +2968,12 @@
|
|
|
3048
2968
|
width: 100%;
|
|
3049
2969
|
}
|
|
3050
2970
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3051
|
-
margin:
|
|
2971
|
+
margin-bottom: 4px;
|
|
3052
2972
|
}
|
|
3053
2973
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3054
2974
|
font-size: 22px;
|
|
3055
2975
|
height: 40px;
|
|
3056
2976
|
}
|
|
3057
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3058
|
-
background-color: #201f1f;
|
|
3059
|
-
}
|
|
3060
2977
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3061
2978
|
padding: 5px 5px 2px;
|
|
3062
2979
|
}
|
|
@@ -3100,15 +3017,13 @@
|
|
|
3100
3017
|
padding: 0 18px 8px;
|
|
3101
3018
|
}
|
|
3102
3019
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3103
|
-
background-color: #333232;
|
|
3104
|
-
border-left: 6px solid #0074cc;
|
|
3105
|
-
border-radius: 2px;
|
|
3106
|
-
color: #dadada;
|
|
3107
3020
|
cursor: default;
|
|
3108
3021
|
font-size: 20px;
|
|
3109
3022
|
font-weight: 500;
|
|
3110
3023
|
line-height: 1.5;
|
|
3111
3024
|
max-height: 87px;
|
|
3025
|
+
background-color: #333232;
|
|
3026
|
+
border-left: 6px solid #0074cc;
|
|
3112
3027
|
padding: 8px 0 8px 10px;
|
|
3113
3028
|
}
|
|
3114
3029
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
@@ -3157,7 +3072,7 @@
|
|
|
3157
3072
|
.e-quick-popup-wrapper .e-event-popup .e-resource-icon {
|
|
3158
3073
|
color: #dadada;
|
|
3159
3074
|
font-size: 18px;
|
|
3160
|
-
padding:
|
|
3075
|
+
padding-right: 13px;
|
|
3161
3076
|
}
|
|
3162
3077
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
3163
3078
|
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
|
|
@@ -3198,9 +3113,6 @@
|
|
|
3198
3113
|
right: auto;
|
|
3199
3114
|
text-transform: capitalize;
|
|
3200
3115
|
}
|
|
3201
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
|
|
3202
|
-
display: block;
|
|
3203
|
-
}
|
|
3204
3116
|
.e-quick-popup-wrapper.e-rtl {
|
|
3205
3117
|
text-align: right;
|
|
3206
3118
|
}
|
|
@@ -3208,6 +3120,10 @@
|
|
|
3208
3120
|
left: 6px;
|
|
3209
3121
|
right: auto;
|
|
3210
3122
|
}
|
|
3123
|
+
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3124
|
+
padding: 8px 18px 8px 8px;
|
|
3125
|
+
text-align: left;
|
|
3126
|
+
}
|
|
3211
3127
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3212
3128
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3213
3129
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3215,17 +3131,9 @@
|
|
|
3215
3131
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3216
3132
|
margin-right: 10px;
|
|
3217
3133
|
}
|
|
3218
|
-
.e-quick-popup-wrapper.e-rtl .e-event-details
|
|
3219
|
-
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3134
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3220
3135
|
margin-left: 8px;
|
|
3221
3136
|
}
|
|
3222
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3223
|
-
padding: 8px 8px 8px 18px;
|
|
3224
|
-
text-align: left;
|
|
3225
|
-
}
|
|
3226
|
-
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3227
|
-
padding: 0 0 0 10px;
|
|
3228
|
-
}
|
|
3229
3137
|
.e-quick-popup-wrapper.e-device {
|
|
3230
3138
|
bottom: 0;
|
|
3231
3139
|
height: 100%;
|
|
@@ -3282,7 +3190,6 @@
|
|
|
3282
3190
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
3283
3191
|
background-color: transparent;
|
|
3284
3192
|
border: 0;
|
|
3285
|
-
color: #dadada;
|
|
3286
3193
|
height: 40px;
|
|
3287
3194
|
width: 40px;
|
|
3288
3195
|
}
|
|
@@ -3314,25 +3221,6 @@
|
|
|
3314
3221
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3315
3222
|
font-size: 24px;
|
|
3316
3223
|
}
|
|
3317
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3318
|
-
padding: 38px 18px 12px;
|
|
3319
|
-
}
|
|
3320
|
-
.e-bigger .e-quick-popup-wrapper .e-popup-footer {
|
|
3321
|
-
padding: 8px 18px 8px 22px;
|
|
3322
|
-
}
|
|
3323
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3324
|
-
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3325
|
-
padding-right: 13px;
|
|
3326
|
-
}
|
|
3327
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3328
|
-
font-size: 16px;
|
|
3329
|
-
}
|
|
3330
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
|
|
3331
|
-
padding-right: 0;
|
|
3332
|
-
}
|
|
3333
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3334
|
-
padding-right: 13px;
|
|
3335
|
-
}
|
|
3336
3224
|
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3337
3225
|
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3338
3226
|
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
@@ -3353,35 +3241,6 @@
|
|
|
3353
3241
|
padding: 0 5px 0 8px;
|
|
3354
3242
|
}
|
|
3355
3243
|
|
|
3356
|
-
.e-bigger .e-agenda-view .e-appointment {
|
|
3357
|
-
padding: 0 8px;
|
|
3358
|
-
}
|
|
3359
|
-
.e-bigger .e-agenda-view .e-subject {
|
|
3360
|
-
font-size: 16px;
|
|
3361
|
-
}
|
|
3362
|
-
.e-bigger .e-agenda-view .e-date-time {
|
|
3363
|
-
font-size: 14px;
|
|
3364
|
-
}
|
|
3365
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-date {
|
|
3366
|
-
font-size: 20px;
|
|
3367
|
-
}
|
|
3368
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-day {
|
|
3369
|
-
font-size: 14px;
|
|
3370
|
-
}
|
|
3371
|
-
|
|
3372
|
-
.e-bigger .e-timeline-view .e-resource-text {
|
|
3373
|
-
font-size: 14px;
|
|
3374
|
-
padding-left: 12px;
|
|
3375
|
-
}
|
|
3376
|
-
.e-bigger .e-timeline-view .e-navigate {
|
|
3377
|
-
font-size: 18px;
|
|
3378
|
-
padding: 8px 0 8px 8px;
|
|
3379
|
-
}
|
|
3380
|
-
.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
|
|
3381
|
-
font-size: 18px;
|
|
3382
|
-
padding: 8px 0 8px 8px;
|
|
3383
|
-
}
|
|
3384
|
-
|
|
3385
3244
|
.e-appointment.e-schedule-event-clone {
|
|
3386
3245
|
background: #0074cc;
|
|
3387
3246
|
border-radius: 2px;
|
|
@@ -3484,7 +3343,8 @@
|
|
|
3484
3343
|
height: calc(100% - 35px);
|
|
3485
3344
|
max-height: 150px;
|
|
3486
3345
|
overflow-y: auto;
|
|
3487
|
-
padding: 10px
|
|
3346
|
+
padding-left: 10px;
|
|
3347
|
+
padding-right: 10px;
|
|
3488
3348
|
}
|
|
3489
3349
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3490
3350
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
@@ -3531,7 +3391,6 @@
|
|
|
3531
3391
|
color: #dadada;
|
|
3532
3392
|
cursor: pointer;
|
|
3533
3393
|
height: 25px;
|
|
3534
|
-
padding: unset;
|
|
3535
3394
|
position: absolute;
|
|
3536
3395
|
right: 6px;
|
|
3537
3396
|
width: 25px;
|
|
@@ -3606,14 +3465,6 @@
|
|
|
3606
3465
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
3607
3466
|
max-height: unset;
|
|
3608
3467
|
}
|
|
3609
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
3610
|
-
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
3611
|
-
padding-right: 10px;
|
|
3612
|
-
}
|
|
3613
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
3614
|
-
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
3615
|
-
padding-right: 10px;
|
|
3616
|
-
}
|
|
3617
3468
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
3618
3469
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
3619
3470
|
left: 6px;
|
|
@@ -3631,10 +3482,6 @@
|
|
|
3631
3482
|
border-width: 0;
|
|
3632
3483
|
position: relative;
|
|
3633
3484
|
}
|
|
3634
|
-
.e-schedule .e-header-calendar {
|
|
3635
|
-
background-color: none;
|
|
3636
|
-
box-shadow: none;
|
|
3637
|
-
}
|
|
3638
3485
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
3639
3486
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
3640
3487
|
border-left-width: 0;
|
|
@@ -3694,7 +3541,6 @@
|
|
|
3694
3541
|
}
|
|
3695
3542
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
3696
3543
|
color: #38a9ff;
|
|
3697
|
-
font-weight: normal;
|
|
3698
3544
|
}
|
|
3699
3545
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
3700
3546
|
background-color: #282727;
|
|
@@ -3725,7 +3571,6 @@
|
|
|
3725
3571
|
}
|
|
3726
3572
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
3727
3573
|
background-color: #514f4f;
|
|
3728
|
-
color: #dadada;
|
|
3729
3574
|
}
|
|
3730
3575
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
3731
3576
|
background-color: #514f4f;
|
|
@@ -3733,7 +3578,6 @@
|
|
|
3733
3578
|
}
|
|
3734
3579
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
3735
3580
|
background-color: #514f4f;
|
|
3736
|
-
color: #dadada;
|
|
3737
3581
|
}
|
|
3738
3582
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
3739
3583
|
.e-schedule .e-vertical-view .e-current-time {
|
|
@@ -3759,14 +3603,11 @@
|
|
|
3759
3603
|
border-style: solid;
|
|
3760
3604
|
border-width: 0 0 1px;
|
|
3761
3605
|
color: #c8c8c8;
|
|
3762
|
-
font-size: none;
|
|
3763
3606
|
text-align: left;
|
|
3764
|
-
text-transform: none;
|
|
3765
3607
|
}
|
|
3766
3608
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3767
3609
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
3768
3610
|
color: #38a9ff;
|
|
3769
|
-
font-weight: normal;
|
|
3770
3611
|
}
|
|
3771
3612
|
.e-schedule .e-month-view .e-work-cells,
|
|
3772
3613
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
@@ -3802,10 +3643,6 @@
|
|
|
3802
3643
|
background-color: #514f4f;
|
|
3803
3644
|
color: #dadada;
|
|
3804
3645
|
}
|
|
3805
|
-
.e-schedule .e-month-view .e-selected-cell .e-date-header,
|
|
3806
|
-
.e-schedule .e-month-agenda-view .e-selected-cell .e-date-header {
|
|
3807
|
-
color: none;
|
|
3808
|
-
}
|
|
3809
3646
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
3810
3647
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
3811
3648
|
color: #dadada;
|
|
@@ -3814,9 +3651,6 @@
|
|
|
3814
3651
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
3815
3652
|
background-color: #514f4f;
|
|
3816
3653
|
}
|
|
3817
|
-
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
|
|
3818
|
-
overflow: auto;
|
|
3819
|
-
}
|
|
3820
3654
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
3821
3655
|
border-width: 0 0 1px 0;
|
|
3822
3656
|
text-align: center;
|
|
@@ -3848,7 +3682,6 @@
|
|
|
3848
3682
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
3849
3683
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
3850
3684
|
color: #38a9ff;
|
|
3851
|
-
font-weight: normal;
|
|
3852
3685
|
}
|
|
3853
3686
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
3854
3687
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
@@ -3912,64 +3745,6 @@
|
|
|
3912
3745
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
3913
3746
|
border-left: 1px solid #0074cc;
|
|
3914
3747
|
}
|
|
3915
|
-
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
3916
|
-
background-color: #282727;
|
|
3917
|
-
border-color: #414040;
|
|
3918
|
-
border-style: solid;
|
|
3919
|
-
border-width: 0 1px 1px 0;
|
|
3920
|
-
color: #dadada;
|
|
3921
|
-
padding: 0;
|
|
3922
|
-
}
|
|
3923
|
-
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
3924
|
-
background: #414040;
|
|
3925
|
-
color: #dadada;
|
|
3926
|
-
}
|
|
3927
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
3928
|
-
background-color: #201f1f;
|
|
3929
|
-
}
|
|
3930
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
3931
|
-
color: #dadada;
|
|
3932
|
-
}
|
|
3933
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
3934
|
-
background-color: #0074cc;
|
|
3935
|
-
border-radius: 50%;
|
|
3936
|
-
color: #fff;
|
|
3937
|
-
margin: 2px;
|
|
3938
|
-
width: 20px;
|
|
3939
|
-
}
|
|
3940
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
3941
|
-
background-color: #514f4f;
|
|
3942
|
-
color: #dadada;
|
|
3943
|
-
}
|
|
3944
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
3945
|
-
color: #dadada;
|
|
3946
|
-
}
|
|
3947
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
3948
|
-
color: #dadada;
|
|
3949
|
-
}
|
|
3950
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
3951
|
-
background-color: #514f4f;
|
|
3952
|
-
}
|
|
3953
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
3954
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3955
|
-
}
|
|
3956
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
3957
|
-
cursor: default;
|
|
3958
|
-
opacity: 0.35;
|
|
3959
|
-
}
|
|
3960
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
3961
|
-
text-decoration: none;
|
|
3962
|
-
}
|
|
3963
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
3964
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3965
|
-
}
|
|
3966
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
3967
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3968
|
-
box-shadow: inset 0 0 0 8px #282727;
|
|
3969
|
-
}
|
|
3970
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
3971
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3972
|
-
}
|
|
3973
3748
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
3974
3749
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3975
3750
|
border-right-width: 0;
|
|
@@ -4062,7 +3837,8 @@
|
|
|
4062
3837
|
display: flex;
|
|
4063
3838
|
-ms-flex-flow: row wrap;
|
|
4064
3839
|
flex-flow: row wrap;
|
|
4065
|
-
margin:
|
|
3840
|
+
margin-left: auto;
|
|
3841
|
+
margin-right: auto;
|
|
4066
3842
|
max-width: 1240px;
|
|
4067
3843
|
}
|
|
4068
3844
|
.e-recurrenceeditor .e-recurrence-table {
|
|
@@ -4103,7 +3879,7 @@
|
|
|
4103
3879
|
}
|
|
4104
3880
|
.e-recurrenceeditor .e-form-right,
|
|
4105
3881
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4106
|
-
padding: 0 0 10px;
|
|
3882
|
+
padding: 0 0 10px 8px;
|
|
4107
3883
|
}
|
|
4108
3884
|
.e-recurrenceeditor .e-input-wrapper {
|
|
4109
3885
|
float: left;
|
|
@@ -4144,11 +3920,13 @@
|
|
|
4144
3920
|
margin-bottom: 5px;
|
|
4145
3921
|
}
|
|
4146
3922
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4147
|
-
padding:
|
|
3923
|
+
padding-left: 8px;
|
|
3924
|
+
padding-right: 0;
|
|
4148
3925
|
}
|
|
4149
3926
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
4150
3927
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4151
|
-
padding: 0
|
|
3928
|
+
padding-left: 0;
|
|
3929
|
+
padding-right: 8px;
|
|
4152
3930
|
}
|
|
4153
3931
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4154
3932
|
width: 30px;
|
|
@@ -4176,10 +3954,10 @@
|
|
|
4176
3954
|
margin-bottom: 11px;
|
|
4177
3955
|
}
|
|
4178
3956
|
.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
|
|
4179
|
-
|
|
3957
|
+
margin-bottom: 11px;
|
|
4180
3958
|
}
|
|
4181
3959
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
|
|
4182
|
-
|
|
3960
|
+
margin-top: -3px;
|
|
4183
3961
|
}
|
|
4184
3962
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
|
|
4185
3963
|
display: none;
|
|
@@ -4229,7 +4007,7 @@
|
|
|
4229
4007
|
}
|
|
4230
4008
|
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
4231
4009
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4232
|
-
padding: 0 0 10px;
|
|
4010
|
+
padding: 0 0 10px 12px;
|
|
4233
4011
|
}
|
|
4234
4012
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4235
4013
|
padding-bottom: 6px;
|
|
@@ -4288,7 +4066,8 @@
|
|
|
4288
4066
|
}
|
|
4289
4067
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
4290
4068
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4291
|
-
padding: 0
|
|
4069
|
+
padding-left: 0;
|
|
4070
|
+
padding-right: 64px;
|
|
4292
4071
|
}
|
|
4293
4072
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
4294
4073
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -4298,11 +4077,13 @@
|
|
|
4298
4077
|
margin-bottom: 5px;
|
|
4299
4078
|
}
|
|
4300
4079
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4301
|
-
padding:
|
|
4080
|
+
padding-left: 12px;
|
|
4081
|
+
padding-right: 0;
|
|
4302
4082
|
}
|
|
4303
4083
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
4304
4084
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4305
|
-
padding: 0
|
|
4085
|
+
padding-left: 0;
|
|
4086
|
+
padding-right: 12px;
|
|
4306
4087
|
}
|
|
4307
4088
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
4308
4089
|
left: 0;
|
|
@@ -4334,7 +4115,8 @@
|
|
|
4334
4115
|
}
|
|
4335
4116
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
|
|
4336
4117
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
|
|
4337
|
-
padding:
|
|
4118
|
+
padding-left: 10px;
|
|
4119
|
+
padding-right: 0;
|
|
4338
4120
|
}
|
|
4339
4121
|
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4340
4122
|
padding-right: 10px;
|
|
@@ -4355,25 +4137,23 @@
|
|
|
4355
4137
|
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4356
4138
|
padding-left: 20px;
|
|
4357
4139
|
}
|
|
4358
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4359
|
-
margin-left: 20px;
|
|
4360
|
-
}
|
|
4361
4140
|
.e-device .e-recurrenceeditor .e-week-position {
|
|
4362
4141
|
right: 0;
|
|
4363
|
-
padding-right: 10px;
|
|
4364
4142
|
}
|
|
4365
4143
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4366
4144
|
padding-right: 0;
|
|
4367
4145
|
}
|
|
4368
4146
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
4369
4147
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4370
|
-
padding: 0
|
|
4148
|
+
padding-left: 0;
|
|
4149
|
+
padding-right: 10px;
|
|
4371
4150
|
}
|
|
4372
4151
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4373
|
-
padding: 0
|
|
4152
|
+
padding-left: 0;
|
|
4374
4153
|
}
|
|
4375
4154
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4376
|
-
padding:
|
|
4155
|
+
padding-right: 20px;
|
|
4156
|
+
padding-left: 0;
|
|
4377
4157
|
}
|
|
4378
4158
|
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
4379
4159
|
left: 0;
|
|
@@ -4390,14 +4170,6 @@
|
|
|
4390
4170
|
padding: 16px 8px;
|
|
4391
4171
|
}
|
|
4392
4172
|
|
|
4393
|
-
@media (max-width: 1024px) {
|
|
4394
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
|
|
4395
|
-
width: 100%;
|
|
4396
|
-
}
|
|
4397
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
|
|
4398
|
-
width: 65%;
|
|
4399
|
-
}
|
|
4400
|
-
}
|
|
4401
4173
|
@media (max-width: 580px) {
|
|
4402
4174
|
.e-recurrenceeditor {
|
|
4403
4175
|
margin-left: auto;
|
|
@@ -4412,7 +4184,7 @@
|
|
|
4412
4184
|
margin-top: 0;
|
|
4413
4185
|
}
|
|
4414
4186
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
4415
|
-
|
|
4187
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
4416
4188
|
margin-bottom: 7px;
|
|
4417
4189
|
}
|
|
4418
4190
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -4428,35 +4200,34 @@
|
|
|
4428
4200
|
width: 50%;
|
|
4429
4201
|
}
|
|
4430
4202
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
4431
|
-
|
|
4203
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
4432
4204
|
padding: 0 0 10px;
|
|
4433
4205
|
}
|
|
4434
4206
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
4435
|
-
|
|
4436
|
-
padding:
|
|
4207
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
4208
|
+
padding-left: 10px;
|
|
4209
|
+
padding-right: 0;
|
|
4437
4210
|
}
|
|
4438
4211
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4439
4212
|
padding-right: 10px;
|
|
4440
4213
|
}
|
|
4441
4214
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
4442
|
-
|
|
4215
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
4443
4216
|
padding-left: 0;
|
|
4444
4217
|
}
|
|
4445
4218
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
4446
4219
|
width: 100%;
|
|
4447
4220
|
}
|
|
4448
4221
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
|
|
4449
|
-
width:
|
|
4450
|
-
}
|
|
4451
|
-
.e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
|
|
4452
|
-
padding-left: 50px;
|
|
4222
|
+
width: 100%;
|
|
4453
4223
|
}
|
|
4454
4224
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4455
4225
|
padding-right: 0;
|
|
4456
4226
|
}
|
|
4457
4227
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
4458
|
-
|
|
4459
|
-
padding: 0
|
|
4228
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4229
|
+
padding-left: 0;
|
|
4230
|
+
padding-right: 10px;
|
|
4460
4231
|
}
|
|
4461
4232
|
}
|
|
4462
4233
|
/*! Recurrence-Editor component theme */
|