@syncfusion/ej2-schedule 32.1.25 → 33.1.44
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/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 +3 -3
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +3 -3
- 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 +11 -11
- package/src/schedule/actions/keyboard.js +1 -1
- package/src/schedule/event-renderer/month.js +1 -1
- package/src/schedule/models/event-settings-model.d.ts +2 -2
- package/src/schedule/models/event-settings.d.ts +2 -2
- package/src/schedule/models/resources-model.d.ts +2 -2
- package/src/schedule/models/resources.d.ts +2 -2
- package/src/schedule/renderer/timeline-year.js +1 -1
- package/styles/bds-lite.css +43 -1
- package/styles/bds.css +43 -1
- package/styles/bootstrap-dark-lite.css +43 -1
- package/styles/bootstrap-dark.css +43 -1
- package/styles/bootstrap-lite.css +43 -1
- package/styles/bootstrap.css +43 -1
- package/styles/bootstrap4-lite.css +43 -1
- package/styles/bootstrap4.css +43 -1
- package/styles/bootstrap5-dark-lite.css +47 -5
- package/styles/bootstrap5-dark.css +48 -6
- package/styles/bootstrap5-lite.css +47 -5
- package/styles/bootstrap5.3-lite.css +47 -5
- package/styles/bootstrap5.3.css +48 -6
- package/styles/bootstrap5.css +48 -6
- package/styles/fabric-dark-lite.css +43 -1
- package/styles/fabric-dark.css +43 -1
- package/styles/fabric-lite.css +43 -1
- package/styles/fabric.css +43 -1
- package/styles/fluent-dark-lite.css +47 -5
- package/styles/fluent-dark.css +48 -6
- package/styles/fluent-lite.css +47 -5
- package/styles/fluent.css +48 -6
- package/styles/fluent2-lite.css +47 -5
- package/styles/fluent2.css +48 -6
- package/styles/highcontrast-light-lite.css +43 -1
- package/styles/highcontrast-light.css +43 -1
- package/styles/highcontrast-lite.css +43 -1
- package/styles/highcontrast.css +43 -1
- package/styles/material-dark-lite.css +43 -1
- package/styles/material-dark.css +43 -1
- package/styles/material-lite.css +43 -1
- package/styles/material.css +43 -1
- package/styles/material3-dark-lite.css +47 -20
- package/styles/material3-dark.css +48 -22
- package/styles/material3-lite.css +47 -20
- package/styles/material3.css +48 -22
- package/styles/schedule/_bootstrap5-dark-definition.scss +1 -1
- package/styles/schedule/_bootstrap5-definition.scss +1 -1
- package/styles/schedule/_bootstrap5.3-definition.scss +1 -1
- package/styles/schedule/_fluent-dark-definition.scss +1 -1
- package/styles/schedule/_fluent-definition.scss +1 -1
- package/styles/schedule/_fluent2-definition.scss +1 -1
- package/styles/schedule/_layout.scss +54 -1
- package/styles/schedule/_material3-dark-definition.scss +1 -1
- package/styles/schedule/_material3-definition.scss +1 -1
- package/styles/schedule/_tailwind-dark-definition.scss +1 -1
- package/styles/schedule/_tailwind-definition.scss +1 -1
- package/styles/schedule/_tailwind3-definition.scss +1 -1
- package/styles/schedule/bds.css +43 -1
- package/styles/schedule/bootstrap-dark.css +43 -1
- package/styles/schedule/bootstrap.css +43 -1
- package/styles/schedule/bootstrap4.css +43 -1
- package/styles/schedule/bootstrap5-dark.css +48 -6
- package/styles/schedule/bootstrap5.3.css +48 -6
- package/styles/schedule/bootstrap5.css +48 -6
- package/styles/schedule/fabric-dark.css +43 -1
- package/styles/schedule/fabric.css +43 -1
- package/styles/schedule/fluent-dark.css +48 -6
- package/styles/schedule/fluent.css +48 -6
- package/styles/schedule/fluent2.css +48 -6
- package/styles/schedule/highcontrast-light.css +43 -1
- package/styles/schedule/highcontrast.css +43 -1
- package/styles/schedule/material-dark.css +43 -1
- package/styles/schedule/material.css +43 -1
- package/styles/schedule/material3-dark.css +48 -22
- package/styles/schedule/material3.css +48 -22
- package/styles/schedule/tailwind-dark.css +48 -6
- package/styles/schedule/tailwind.css +48 -6
- package/styles/schedule/tailwind3.css +48 -6
- package/styles/tailwind-dark-lite.css +47 -5
- package/styles/tailwind-dark.css +48 -6
- package/styles/tailwind-lite.css +47 -5
- package/styles/tailwind.css +48 -6
- package/styles/tailwind3-lite.css +47 -5
- package/styles/tailwind3.css +48 -6
|
@@ -948,7 +948,6 @@
|
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
950
|
.e-schedule .e-schedule-resource-toolbar {
|
|
951
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
952
951
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
953
952
|
border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
|
|
954
953
|
-webkit-box-shadow: none;
|
|
@@ -1125,13 +1124,15 @@
|
|
|
1125
1124
|
text-decoration: none;
|
|
1126
1125
|
}
|
|
1127
1126
|
.e-schedule .e-block-appointment {
|
|
1128
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
1129
1127
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1130
1128
|
color: rgba(var(--color-sf-on-surface));
|
|
1131
1129
|
cursor: default;
|
|
1132
1130
|
overflow: hidden;
|
|
1133
1131
|
position: absolute;
|
|
1134
1132
|
}
|
|
1133
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
1134
|
+
display: none;
|
|
1135
|
+
}
|
|
1135
1136
|
.e-schedule .e-block-appointment .e-subject {
|
|
1136
1137
|
overflow: hidden;
|
|
1137
1138
|
overflow-wrap: break-word;
|
|
@@ -1145,6 +1146,9 @@
|
|
|
1145
1146
|
padding: 0 5px;
|
|
1146
1147
|
z-index: 1;
|
|
1147
1148
|
}
|
|
1149
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
1150
|
+
display: none;
|
|
1151
|
+
}
|
|
1148
1152
|
.e-schedule.e-rtl .e-block-indicator {
|
|
1149
1153
|
float: left;
|
|
1150
1154
|
}
|
|
@@ -1158,6 +1162,9 @@
|
|
|
1158
1162
|
-webkit-transition: opacity 100ms linear;
|
|
1159
1163
|
transition: opacity 100ms linear;
|
|
1160
1164
|
}
|
|
1165
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
1166
|
+
display: none;
|
|
1167
|
+
}
|
|
1161
1168
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
1162
1169
|
display: none;
|
|
1163
1170
|
}
|
|
@@ -1298,6 +1305,9 @@
|
|
|
1298
1305
|
height: 118px;
|
|
1299
1306
|
margin-bottom: 2px;
|
|
1300
1307
|
}
|
|
1308
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
1309
|
+
display: none;
|
|
1310
|
+
}
|
|
1301
1311
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
1302
1312
|
display: -webkit-box;
|
|
1303
1313
|
display: -ms-flexbox;
|
|
@@ -1372,6 +1382,9 @@
|
|
|
1372
1382
|
position: absolute;
|
|
1373
1383
|
text-overflow: ellipsis;
|
|
1374
1384
|
}
|
|
1385
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
1386
|
+
display: none;
|
|
1387
|
+
}
|
|
1375
1388
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
1376
1389
|
text-decoration: underline;
|
|
1377
1390
|
}
|
|
@@ -1442,6 +1455,9 @@
|
|
|
1442
1455
|
text-overflow: ellipsis;
|
|
1443
1456
|
width: 100%;
|
|
1444
1457
|
}
|
|
1458
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
1459
|
+
display: none;
|
|
1460
|
+
}
|
|
1445
1461
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
1446
1462
|
text-decoration: underline;
|
|
1447
1463
|
}
|
|
@@ -1480,7 +1496,6 @@
|
|
|
1480
1496
|
transform: rotate(180deg);
|
|
1481
1497
|
}
|
|
1482
1498
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
1483
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1484
1499
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1485
1500
|
border-radius: 100%;
|
|
1486
1501
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
@@ -1590,6 +1605,9 @@
|
|
|
1590
1605
|
position: absolute;
|
|
1591
1606
|
height: 25px;
|
|
1592
1607
|
}
|
|
1608
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1609
|
+
display: none;
|
|
1610
|
+
}
|
|
1593
1611
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1594
1612
|
display: -webkit-box;
|
|
1595
1613
|
display: -ms-flexbox;
|
|
@@ -1909,6 +1927,9 @@
|
|
|
1909
1927
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1910
1928
|
display: none;
|
|
1911
1929
|
}
|
|
1930
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1931
|
+
display: none;
|
|
1932
|
+
}
|
|
1912
1933
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1913
1934
|
display: -webkit-box;
|
|
1914
1935
|
display: -ms-flexbox;
|
|
@@ -1941,7 +1962,7 @@
|
|
|
1941
1962
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1942
1963
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1943
1964
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1944
|
-
line-height:
|
|
1965
|
+
line-height: 22px;
|
|
1945
1966
|
padding: 0 2px;
|
|
1946
1967
|
}
|
|
1947
1968
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1966,6 +1987,9 @@
|
|
|
1966
1987
|
position: absolute;
|
|
1967
1988
|
text-overflow: ellipsis;
|
|
1968
1989
|
}
|
|
1990
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1991
|
+
display: none;
|
|
1992
|
+
}
|
|
1969
1993
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1970
1994
|
text-decoration: underline;
|
|
1971
1995
|
}
|
|
@@ -2111,7 +2135,6 @@
|
|
|
2111
2135
|
position: relative;
|
|
2112
2136
|
}
|
|
2113
2137
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
|
|
2114
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
2115
2138
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
2116
2139
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
2117
2140
|
border-style: solid;
|
|
@@ -2238,6 +2261,9 @@
|
|
|
2238
2261
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
2239
2262
|
display: none;
|
|
2240
2263
|
}
|
|
2264
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
2265
|
+
display: none;
|
|
2266
|
+
}
|
|
2241
2267
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
2242
2268
|
display: -webkit-box;
|
|
2243
2269
|
display: -ms-flexbox;
|
|
@@ -2270,12 +2296,12 @@
|
|
|
2270
2296
|
}
|
|
2271
2297
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
2272
2298
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
2273
|
-
line-height:
|
|
2299
|
+
line-height: 22px;
|
|
2274
2300
|
padding: 0 5px;
|
|
2275
2301
|
}
|
|
2276
2302
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
2277
2303
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
2278
|
-
line-height:
|
|
2304
|
+
line-height: 22px;
|
|
2279
2305
|
padding: 0 2px;
|
|
2280
2306
|
}
|
|
2281
2307
|
.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 {
|
|
@@ -2296,6 +2322,9 @@
|
|
|
2296
2322
|
position: absolute;
|
|
2297
2323
|
text-overflow: ellipsis;
|
|
2298
2324
|
}
|
|
2325
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
2326
|
+
display: none;
|
|
2327
|
+
}
|
|
2299
2328
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
2300
2329
|
display: none;
|
|
2301
2330
|
}
|
|
@@ -2392,7 +2421,6 @@
|
|
|
2392
2421
|
}
|
|
2393
2422
|
.e-schedule .e-timeline-view .e-resource-cells,
|
|
2394
2423
|
.e-schedule .e-timeline-month-view .e-resource-cells {
|
|
2395
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
2396
2424
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
2397
2425
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
2398
2426
|
border-style: solid;
|
|
@@ -2472,6 +2500,10 @@
|
|
|
2472
2500
|
cursor: default;
|
|
2473
2501
|
height: 38px;
|
|
2474
2502
|
}
|
|
2503
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
2504
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
2505
|
+
display: none;
|
|
2506
|
+
}
|
|
2475
2507
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
2476
2508
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
2477
2509
|
display: -webkit-box;
|
|
@@ -2564,6 +2596,10 @@
|
|
|
2564
2596
|
position: absolute;
|
|
2565
2597
|
text-overflow: ellipsis;
|
|
2566
2598
|
}
|
|
2599
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2600
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2601
|
+
display: none;
|
|
2602
|
+
}
|
|
2567
2603
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2568
2604
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2569
2605
|
text-decoration: underline;
|
|
@@ -3248,7 +3284,8 @@
|
|
|
3248
3284
|
resize: vertical;
|
|
3249
3285
|
}
|
|
3250
3286
|
.e-schedule-dialog .e-repeat-container,
|
|
3251
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
3287
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
3288
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
3252
3289
|
display: none;
|
|
3253
3290
|
}
|
|
3254
3291
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3462,7 +3499,6 @@
|
|
|
3462
3499
|
|
|
3463
3500
|
/*! schedule quick popup */
|
|
3464
3501
|
.e-quick-popup-wrapper {
|
|
3465
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
3466
3502
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
3467
3503
|
border-radius: 12px;
|
|
3468
3504
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 0 rgba(var(--color-sf-black), 0), 0 0 rgba(var(--color-sf-black), 0);
|
|
@@ -3519,7 +3555,6 @@
|
|
|
3519
3555
|
height: auto;
|
|
3520
3556
|
}
|
|
3521
3557
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3522
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
3523
3558
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
3524
3559
|
}
|
|
3525
3560
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
@@ -3874,7 +3909,6 @@
|
|
|
3874
3909
|
}
|
|
3875
3910
|
}
|
|
3876
3911
|
.e-more-popup-wrapper {
|
|
3877
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
3878
3912
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
3879
3913
|
border: 1px solid rgba(var(--color-sf-surface));
|
|
3880
3914
|
border-radius: 12px;
|
|
@@ -3998,7 +4032,7 @@
|
|
|
3998
4032
|
}
|
|
3999
4033
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4000
4034
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4001
|
-
line-height:
|
|
4035
|
+
line-height: 22px;
|
|
4002
4036
|
padding: 0 2px;
|
|
4003
4037
|
}
|
|
4004
4038
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -4126,7 +4160,6 @@
|
|
|
4126
4160
|
position: relative;
|
|
4127
4161
|
}
|
|
4128
4162
|
.e-schedule .e-header-calendar {
|
|
4129
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
4130
4163
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
4131
4164
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
4132
4165
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -4193,7 +4226,6 @@
|
|
|
4193
4226
|
font-weight: 400;
|
|
4194
4227
|
}
|
|
4195
4228
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
4196
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4197
4229
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4198
4230
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4199
4231
|
border-style: solid;
|
|
@@ -4267,7 +4299,6 @@
|
|
|
4267
4299
|
}
|
|
4268
4300
|
.e-schedule .e-month-view .e-work-cells,
|
|
4269
4301
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4270
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4271
4302
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4272
4303
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4273
4304
|
border-style: solid;
|
|
@@ -4350,7 +4381,6 @@
|
|
|
4350
4381
|
}
|
|
4351
4382
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
4352
4383
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
4353
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4354
4384
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4355
4385
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4356
4386
|
border-style: solid;
|
|
@@ -4373,7 +4403,6 @@
|
|
|
4373
4403
|
}
|
|
4374
4404
|
.e-schedule .e-timeline-view .e-resource-group-cells,
|
|
4375
4405
|
.e-schedule .e-timeline-month-view .e-resource-group-cells {
|
|
4376
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4377
4406
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4378
4407
|
}
|
|
4379
4408
|
.e-schedule .e-timeline-view .e-selected-cell,
|
|
@@ -4389,7 +4418,6 @@
|
|
|
4389
4418
|
background: rgba(var(--color-sf-surface));
|
|
4390
4419
|
}
|
|
4391
4420
|
.e-schedule .e-timeline-view .e-resource-group-cells {
|
|
4392
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4393
4421
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4394
4422
|
}
|
|
4395
4423
|
.e-schedule .e-timeline-view .e-selected-cell {
|
|
@@ -4414,7 +4442,6 @@
|
|
|
4414
4442
|
border-left: 1px solid rgba(var(--color-sf-primary));
|
|
4415
4443
|
}
|
|
4416
4444
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
4417
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4418
4445
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4419
4446
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4420
4447
|
border-style: solid;
|
|
@@ -5150,7 +5177,6 @@
|
|
|
5150
5177
|
}
|
|
5151
5178
|
|
|
5152
5179
|
.e-bigger .e-more-popup-wrapper {
|
|
5153
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
5154
5180
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
5155
5181
|
border: 1px solid rgba(var(--color-sf-surface));
|
|
5156
5182
|
border-radius: 12px;
|
|
@@ -5274,7 +5300,7 @@
|
|
|
5274
5300
|
}
|
|
5275
5301
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
5276
5302
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
5277
|
-
line-height:
|
|
5303
|
+
line-height: 22px;
|
|
5278
5304
|
padding: 0 2px;
|
|
5279
5305
|
}
|
|
5280
5306
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -952,7 +952,6 @@
|
|
|
952
952
|
}
|
|
953
953
|
}
|
|
954
954
|
.e-schedule .e-schedule-resource-toolbar {
|
|
955
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
956
955
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
957
956
|
border-bottom: 1px solid rgba(var(--color-sf-outline-variant));
|
|
958
957
|
-webkit-box-shadow: none;
|
|
@@ -1129,13 +1128,15 @@
|
|
|
1129
1128
|
text-decoration: none;
|
|
1130
1129
|
}
|
|
1131
1130
|
.e-schedule .e-block-appointment {
|
|
1132
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
1133
1131
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
1134
1132
|
color: rgba(var(--color-sf-on-surface));
|
|
1135
1133
|
cursor: default;
|
|
1136
1134
|
overflow: hidden;
|
|
1137
1135
|
position: absolute;
|
|
1138
1136
|
}
|
|
1137
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
1138
|
+
display: none;
|
|
1139
|
+
}
|
|
1139
1140
|
.e-schedule .e-block-appointment .e-subject {
|
|
1140
1141
|
overflow: hidden;
|
|
1141
1142
|
overflow-wrap: break-word;
|
|
@@ -1149,6 +1150,9 @@
|
|
|
1149
1150
|
padding: 0 5px;
|
|
1150
1151
|
z-index: 1;
|
|
1151
1152
|
}
|
|
1153
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
1154
|
+
display: none;
|
|
1155
|
+
}
|
|
1152
1156
|
.e-schedule.e-rtl .e-block-indicator {
|
|
1153
1157
|
float: left;
|
|
1154
1158
|
}
|
|
@@ -1162,6 +1166,9 @@
|
|
|
1162
1166
|
-webkit-transition: opacity 100ms linear;
|
|
1163
1167
|
transition: opacity 100ms linear;
|
|
1164
1168
|
}
|
|
1169
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
1170
|
+
display: none;
|
|
1171
|
+
}
|
|
1165
1172
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
1166
1173
|
display: none;
|
|
1167
1174
|
}
|
|
@@ -1302,6 +1309,9 @@
|
|
|
1302
1309
|
height: 118px;
|
|
1303
1310
|
margin-bottom: 2px;
|
|
1304
1311
|
}
|
|
1312
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
1313
|
+
display: none;
|
|
1314
|
+
}
|
|
1305
1315
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
1306
1316
|
display: -webkit-box;
|
|
1307
1317
|
display: -ms-flexbox;
|
|
@@ -1376,6 +1386,9 @@
|
|
|
1376
1386
|
position: absolute;
|
|
1377
1387
|
text-overflow: ellipsis;
|
|
1378
1388
|
}
|
|
1389
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
1390
|
+
display: none;
|
|
1391
|
+
}
|
|
1379
1392
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
1380
1393
|
text-decoration: underline;
|
|
1381
1394
|
}
|
|
@@ -1446,6 +1459,9 @@
|
|
|
1446
1459
|
text-overflow: ellipsis;
|
|
1447
1460
|
width: 100%;
|
|
1448
1461
|
}
|
|
1462
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
1463
|
+
display: none;
|
|
1464
|
+
}
|
|
1449
1465
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
1450
1466
|
text-decoration: underline;
|
|
1451
1467
|
}
|
|
@@ -1484,7 +1500,6 @@
|
|
|
1484
1500
|
transform: rotate(180deg);
|
|
1485
1501
|
}
|
|
1486
1502
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
1487
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
1488
1503
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
1489
1504
|
border-radius: 999px;
|
|
1490
1505
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
@@ -1594,6 +1609,9 @@
|
|
|
1594
1609
|
position: absolute;
|
|
1595
1610
|
height: 25px;
|
|
1596
1611
|
}
|
|
1612
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1613
|
+
display: none;
|
|
1614
|
+
}
|
|
1597
1615
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1598
1616
|
display: -webkit-box;
|
|
1599
1617
|
display: -ms-flexbox;
|
|
@@ -1913,6 +1931,9 @@
|
|
|
1913
1931
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1914
1932
|
display: none;
|
|
1915
1933
|
}
|
|
1934
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1935
|
+
display: none;
|
|
1936
|
+
}
|
|
1916
1937
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1917
1938
|
display: -webkit-box;
|
|
1918
1939
|
display: -ms-flexbox;
|
|
@@ -1945,7 +1966,7 @@
|
|
|
1945
1966
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1946
1967
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1947
1968
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1948
|
-
line-height:
|
|
1969
|
+
line-height: 22px;
|
|
1949
1970
|
padding: 0 2px;
|
|
1950
1971
|
}
|
|
1951
1972
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1970,6 +1991,9 @@
|
|
|
1970
1991
|
position: absolute;
|
|
1971
1992
|
text-overflow: ellipsis;
|
|
1972
1993
|
}
|
|
1994
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1995
|
+
display: none;
|
|
1996
|
+
}
|
|
1973
1997
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1974
1998
|
text-decoration: underline;
|
|
1975
1999
|
}
|
|
@@ -2115,7 +2139,6 @@
|
|
|
2115
2139
|
position: relative;
|
|
2116
2140
|
}
|
|
2117
2141
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
|
|
2118
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
2119
2142
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
2120
2143
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
2121
2144
|
border-style: solid;
|
|
@@ -2242,6 +2265,9 @@
|
|
|
2242
2265
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
2243
2266
|
display: none;
|
|
2244
2267
|
}
|
|
2268
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
2269
|
+
display: none;
|
|
2270
|
+
}
|
|
2245
2271
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
2246
2272
|
display: -webkit-box;
|
|
2247
2273
|
display: -ms-flexbox;
|
|
@@ -2274,12 +2300,12 @@
|
|
|
2274
2300
|
}
|
|
2275
2301
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
2276
2302
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
2277
|
-
line-height:
|
|
2303
|
+
line-height: 22px;
|
|
2278
2304
|
padding: 0 5px;
|
|
2279
2305
|
}
|
|
2280
2306
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
2281
2307
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
2282
|
-
line-height:
|
|
2308
|
+
line-height: 22px;
|
|
2283
2309
|
padding: 0 2px;
|
|
2284
2310
|
}
|
|
2285
2311
|
.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 {
|
|
@@ -2300,6 +2326,9 @@
|
|
|
2300
2326
|
position: absolute;
|
|
2301
2327
|
text-overflow: ellipsis;
|
|
2302
2328
|
}
|
|
2329
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
2330
|
+
display: none;
|
|
2331
|
+
}
|
|
2303
2332
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
2304
2333
|
display: none;
|
|
2305
2334
|
}
|
|
@@ -2396,7 +2425,6 @@
|
|
|
2396
2425
|
}
|
|
2397
2426
|
.e-schedule .e-timeline-view .e-resource-cells,
|
|
2398
2427
|
.e-schedule .e-timeline-month-view .e-resource-cells {
|
|
2399
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
2400
2428
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
2401
2429
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
2402
2430
|
border-style: solid;
|
|
@@ -2476,6 +2504,10 @@
|
|
|
2476
2504
|
cursor: default;
|
|
2477
2505
|
height: 38px;
|
|
2478
2506
|
}
|
|
2507
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
2508
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
2509
|
+
display: none;
|
|
2510
|
+
}
|
|
2479
2511
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
2480
2512
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
2481
2513
|
display: -webkit-box;
|
|
@@ -2568,6 +2600,10 @@
|
|
|
2568
2600
|
position: absolute;
|
|
2569
2601
|
text-overflow: ellipsis;
|
|
2570
2602
|
}
|
|
2603
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2604
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2605
|
+
display: none;
|
|
2606
|
+
}
|
|
2571
2607
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2572
2608
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2573
2609
|
text-decoration: underline;
|
|
@@ -3252,7 +3288,8 @@
|
|
|
3252
3288
|
resize: vertical;
|
|
3253
3289
|
}
|
|
3254
3290
|
.e-schedule-dialog .e-repeat-container,
|
|
3255
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
3291
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
3292
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
3256
3293
|
display: none;
|
|
3257
3294
|
}
|
|
3258
3295
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3466,7 +3503,6 @@
|
|
|
3466
3503
|
|
|
3467
3504
|
/*! schedule quick popup */
|
|
3468
3505
|
.e-quick-popup-wrapper {
|
|
3469
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
3470
3506
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
3471
3507
|
border-radius: calc(var(--e-radius) * 0.75);
|
|
3472
3508
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 0 rgba(var(--color-sf-black), 0), 0 0 rgba(var(--color-sf-black), 0);
|
|
@@ -3523,7 +3559,6 @@
|
|
|
3523
3559
|
height: auto;
|
|
3524
3560
|
}
|
|
3525
3561
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3526
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
3527
3562
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
3528
3563
|
}
|
|
3529
3564
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
@@ -3878,7 +3913,6 @@
|
|
|
3878
3913
|
}
|
|
3879
3914
|
}
|
|
3880
3915
|
.e-more-popup-wrapper {
|
|
3881
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
3882
3916
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
3883
3917
|
border: 1px solid rgba(var(--color-sf-surface));
|
|
3884
3918
|
border-radius: calc(var(--e-radius) * 0.75);
|
|
@@ -4002,7 +4036,7 @@
|
|
|
4002
4036
|
}
|
|
4003
4037
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4004
4038
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4005
|
-
line-height:
|
|
4039
|
+
line-height: 22px;
|
|
4006
4040
|
padding: 0 2px;
|
|
4007
4041
|
}
|
|
4008
4042
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -4132,7 +4166,6 @@
|
|
|
4132
4166
|
position: relative;
|
|
4133
4167
|
}
|
|
4134
4168
|
.e-schedule .e-header-calendar {
|
|
4135
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
4136
4169
|
background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
4137
4170
|
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
4138
4171
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
|
|
@@ -4199,7 +4232,6 @@
|
|
|
4199
4232
|
font-weight: 400;
|
|
4200
4233
|
}
|
|
4201
4234
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
4202
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4203
4235
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4204
4236
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4205
4237
|
border-style: solid;
|
|
@@ -4273,7 +4305,6 @@
|
|
|
4273
4305
|
}
|
|
4274
4306
|
.e-schedule .e-month-view .e-work-cells,
|
|
4275
4307
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4276
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4277
4308
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4278
4309
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4279
4310
|
border-style: solid;
|
|
@@ -4356,7 +4387,6 @@
|
|
|
4356
4387
|
}
|
|
4357
4388
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
4358
4389
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
4359
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4360
4390
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4361
4391
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4362
4392
|
border-style: solid;
|
|
@@ -4379,7 +4409,6 @@
|
|
|
4379
4409
|
}
|
|
4380
4410
|
.e-schedule .e-timeline-view .e-resource-group-cells,
|
|
4381
4411
|
.e-schedule .e-timeline-month-view .e-resource-group-cells {
|
|
4382
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4383
4412
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4384
4413
|
}
|
|
4385
4414
|
.e-schedule .e-timeline-view .e-selected-cell,
|
|
@@ -4395,7 +4424,6 @@
|
|
|
4395
4424
|
background: rgba(var(--color-sf-surface));
|
|
4396
4425
|
}
|
|
4397
4426
|
.e-schedule .e-timeline-view .e-resource-group-cells {
|
|
4398
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4399
4427
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4400
4428
|
}
|
|
4401
4429
|
.e-schedule .e-timeline-view .e-selected-cell {
|
|
@@ -4420,7 +4448,6 @@
|
|
|
4420
4448
|
border-left: 1px solid rgba(var(--color-sf-primary));
|
|
4421
4449
|
}
|
|
4422
4450
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
4423
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.05)), to(rgba(var(--color-sf-primary), 0.05))), rgba(var(--color-sf-surface));
|
|
4424
4451
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
|
|
4425
4452
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
4426
4453
|
border-style: solid;
|