@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
package/styles/tailwind-dark.css
CHANGED
|
@@ -586,6 +586,9 @@
|
|
|
586
586
|
overflow: hidden;
|
|
587
587
|
position: absolute;
|
|
588
588
|
}
|
|
589
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
590
|
+
display: none;
|
|
591
|
+
}
|
|
589
592
|
.e-schedule .e-block-appointment .e-subject {
|
|
590
593
|
overflow: hidden;
|
|
591
594
|
overflow-wrap: break-word;
|
|
@@ -599,6 +602,9 @@
|
|
|
599
602
|
padding: 0 5px;
|
|
600
603
|
z-index: 1;
|
|
601
604
|
}
|
|
605
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
606
|
+
display: none;
|
|
607
|
+
}
|
|
602
608
|
.e-schedule.e-rtl .e-block-indicator {
|
|
603
609
|
float: left;
|
|
604
610
|
}
|
|
@@ -612,6 +618,9 @@
|
|
|
612
618
|
-webkit-transition: opacity 100ms linear;
|
|
613
619
|
transition: opacity 100ms linear;
|
|
614
620
|
}
|
|
621
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
622
|
+
display: none;
|
|
623
|
+
}
|
|
615
624
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
616
625
|
display: none;
|
|
617
626
|
}
|
|
@@ -752,6 +761,9 @@
|
|
|
752
761
|
height: 54px;
|
|
753
762
|
margin-bottom: 2px;
|
|
754
763
|
}
|
|
764
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
765
|
+
display: none;
|
|
766
|
+
}
|
|
755
767
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
756
768
|
display: -webkit-box;
|
|
757
769
|
display: -ms-flexbox;
|
|
@@ -826,6 +838,9 @@
|
|
|
826
838
|
position: absolute;
|
|
827
839
|
text-overflow: ellipsis;
|
|
828
840
|
}
|
|
841
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
842
|
+
display: none;
|
|
843
|
+
}
|
|
829
844
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
830
845
|
text-decoration: underline;
|
|
831
846
|
}
|
|
@@ -896,6 +911,9 @@
|
|
|
896
911
|
text-overflow: ellipsis;
|
|
897
912
|
width: 100%;
|
|
898
913
|
}
|
|
914
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
915
|
+
display: none;
|
|
916
|
+
}
|
|
899
917
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
900
918
|
text-decoration: underline;
|
|
901
919
|
}
|
|
@@ -1043,6 +1061,9 @@
|
|
|
1043
1061
|
position: absolute;
|
|
1044
1062
|
height: 26px;
|
|
1045
1063
|
}
|
|
1064
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1065
|
+
display: none;
|
|
1066
|
+
}
|
|
1046
1067
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1047
1068
|
display: -webkit-box;
|
|
1048
1069
|
display: -ms-flexbox;
|
|
@@ -1362,6 +1383,9 @@
|
|
|
1362
1383
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1363
1384
|
display: none;
|
|
1364
1385
|
}
|
|
1386
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1387
|
+
display: none;
|
|
1388
|
+
}
|
|
1365
1389
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1366
1390
|
display: -webkit-box;
|
|
1367
1391
|
display: -ms-flexbox;
|
|
@@ -1394,7 +1418,7 @@
|
|
|
1394
1418
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1395
1419
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1396
1420
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1397
|
-
line-height:
|
|
1421
|
+
line-height: 22px;
|
|
1398
1422
|
padding: 0 2px;
|
|
1399
1423
|
}
|
|
1400
1424
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1419,6 +1443,9 @@
|
|
|
1419
1443
|
position: absolute;
|
|
1420
1444
|
text-overflow: ellipsis;
|
|
1421
1445
|
}
|
|
1446
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1447
|
+
display: none;
|
|
1448
|
+
}
|
|
1422
1449
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1423
1450
|
text-decoration: underline;
|
|
1424
1451
|
}
|
|
@@ -1690,6 +1717,9 @@
|
|
|
1690
1717
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1691
1718
|
display: none;
|
|
1692
1719
|
}
|
|
1720
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
1721
|
+
display: none;
|
|
1722
|
+
}
|
|
1693
1723
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1694
1724
|
display: -webkit-box;
|
|
1695
1725
|
display: -ms-flexbox;
|
|
@@ -1722,12 +1752,12 @@
|
|
|
1722
1752
|
}
|
|
1723
1753
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1724
1754
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1725
|
-
line-height:
|
|
1755
|
+
line-height: 22px;
|
|
1726
1756
|
padding: 0 5px;
|
|
1727
1757
|
}
|
|
1728
1758
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1729
1759
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1730
|
-
line-height:
|
|
1760
|
+
line-height: 22px;
|
|
1731
1761
|
padding: 0 2px;
|
|
1732
1762
|
}
|
|
1733
1763
|
.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 {
|
|
@@ -1748,6 +1778,9 @@
|
|
|
1748
1778
|
position: absolute;
|
|
1749
1779
|
text-overflow: ellipsis;
|
|
1750
1780
|
}
|
|
1781
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
1782
|
+
display: none;
|
|
1783
|
+
}
|
|
1751
1784
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1752
1785
|
display: none;
|
|
1753
1786
|
}
|
|
@@ -1923,6 +1956,10 @@
|
|
|
1923
1956
|
cursor: default;
|
|
1924
1957
|
height: 38px;
|
|
1925
1958
|
}
|
|
1959
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
1960
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
1961
|
+
display: none;
|
|
1962
|
+
}
|
|
1926
1963
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
1927
1964
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
1928
1965
|
display: -webkit-box;
|
|
@@ -2015,6 +2052,10 @@
|
|
|
2015
2052
|
position: absolute;
|
|
2016
2053
|
text-overflow: ellipsis;
|
|
2017
2054
|
}
|
|
2055
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2056
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2057
|
+
display: none;
|
|
2058
|
+
}
|
|
2018
2059
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2019
2060
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2020
2061
|
text-decoration: underline;
|
|
@@ -2699,7 +2740,8 @@
|
|
|
2699
2740
|
resize: vertical;
|
|
2700
2741
|
}
|
|
2701
2742
|
.e-schedule-dialog .e-repeat-container,
|
|
2702
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
2743
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
2744
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
2703
2745
|
display: none;
|
|
2704
2746
|
}
|
|
2705
2747
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3446,7 +3488,7 @@
|
|
|
3446
3488
|
}
|
|
3447
3489
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3448
3490
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
3449
|
-
line-height:
|
|
3491
|
+
line-height: 22px;
|
|
3450
3492
|
padding: 0 2px;
|
|
3451
3493
|
}
|
|
3452
3494
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -4550,7 +4592,7 @@
|
|
|
4550
4592
|
}
|
|
4551
4593
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4552
4594
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4553
|
-
line-height:
|
|
4595
|
+
line-height: 22px;
|
|
4554
4596
|
padding: 0 2px;
|
|
4555
4597
|
}
|
|
4556
4598
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus {
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -586,6 +586,9 @@
|
|
|
586
586
|
overflow: hidden;
|
|
587
587
|
position: absolute;
|
|
588
588
|
}
|
|
589
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
590
|
+
display: none;
|
|
591
|
+
}
|
|
589
592
|
.e-schedule .e-block-appointment .e-subject {
|
|
590
593
|
overflow: hidden;
|
|
591
594
|
overflow-wrap: break-word;
|
|
@@ -599,6 +602,9 @@
|
|
|
599
602
|
padding: 0 5px;
|
|
600
603
|
z-index: 1;
|
|
601
604
|
}
|
|
605
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
606
|
+
display: none;
|
|
607
|
+
}
|
|
602
608
|
.e-schedule.e-rtl .e-block-indicator {
|
|
603
609
|
float: left;
|
|
604
610
|
}
|
|
@@ -612,6 +618,9 @@
|
|
|
612
618
|
-webkit-transition: opacity 100ms linear;
|
|
613
619
|
transition: opacity 100ms linear;
|
|
614
620
|
}
|
|
621
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
622
|
+
display: none;
|
|
623
|
+
}
|
|
615
624
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
616
625
|
display: none;
|
|
617
626
|
}
|
|
@@ -752,6 +761,9 @@
|
|
|
752
761
|
height: 54px;
|
|
753
762
|
margin-bottom: 2px;
|
|
754
763
|
}
|
|
764
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
765
|
+
display: none;
|
|
766
|
+
}
|
|
755
767
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
756
768
|
display: -webkit-box;
|
|
757
769
|
display: -ms-flexbox;
|
|
@@ -826,6 +838,9 @@
|
|
|
826
838
|
position: absolute;
|
|
827
839
|
text-overflow: ellipsis;
|
|
828
840
|
}
|
|
841
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
842
|
+
display: none;
|
|
843
|
+
}
|
|
829
844
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
830
845
|
text-decoration: underline;
|
|
831
846
|
}
|
|
@@ -896,6 +911,9 @@
|
|
|
896
911
|
text-overflow: ellipsis;
|
|
897
912
|
width: 100%;
|
|
898
913
|
}
|
|
914
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
915
|
+
display: none;
|
|
916
|
+
}
|
|
899
917
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
900
918
|
text-decoration: underline;
|
|
901
919
|
}
|
|
@@ -1043,6 +1061,9 @@
|
|
|
1043
1061
|
position: absolute;
|
|
1044
1062
|
height: 26px;
|
|
1045
1063
|
}
|
|
1064
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1065
|
+
display: none;
|
|
1066
|
+
}
|
|
1046
1067
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1047
1068
|
display: -webkit-box;
|
|
1048
1069
|
display: -ms-flexbox;
|
|
@@ -1362,6 +1383,9 @@
|
|
|
1362
1383
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1363
1384
|
display: none;
|
|
1364
1385
|
}
|
|
1386
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1387
|
+
display: none;
|
|
1388
|
+
}
|
|
1365
1389
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1366
1390
|
display: -webkit-box;
|
|
1367
1391
|
display: -ms-flexbox;
|
|
@@ -1394,7 +1418,7 @@
|
|
|
1394
1418
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1395
1419
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1396
1420
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1397
|
-
line-height:
|
|
1421
|
+
line-height: 22px;
|
|
1398
1422
|
padding: 0 2px;
|
|
1399
1423
|
}
|
|
1400
1424
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1419,6 +1443,9 @@
|
|
|
1419
1443
|
position: absolute;
|
|
1420
1444
|
text-overflow: ellipsis;
|
|
1421
1445
|
}
|
|
1446
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1447
|
+
display: none;
|
|
1448
|
+
}
|
|
1422
1449
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1423
1450
|
text-decoration: underline;
|
|
1424
1451
|
}
|
|
@@ -1690,6 +1717,9 @@
|
|
|
1690
1717
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1691
1718
|
display: none;
|
|
1692
1719
|
}
|
|
1720
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
1721
|
+
display: none;
|
|
1722
|
+
}
|
|
1693
1723
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1694
1724
|
display: -webkit-box;
|
|
1695
1725
|
display: -ms-flexbox;
|
|
@@ -1722,12 +1752,12 @@
|
|
|
1722
1752
|
}
|
|
1723
1753
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1724
1754
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1725
|
-
line-height:
|
|
1755
|
+
line-height: 22px;
|
|
1726
1756
|
padding: 0 5px;
|
|
1727
1757
|
}
|
|
1728
1758
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1729
1759
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1730
|
-
line-height:
|
|
1760
|
+
line-height: 22px;
|
|
1731
1761
|
padding: 0 2px;
|
|
1732
1762
|
}
|
|
1733
1763
|
.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 {
|
|
@@ -1748,6 +1778,9 @@
|
|
|
1748
1778
|
position: absolute;
|
|
1749
1779
|
text-overflow: ellipsis;
|
|
1750
1780
|
}
|
|
1781
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
1782
|
+
display: none;
|
|
1783
|
+
}
|
|
1751
1784
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1752
1785
|
display: none;
|
|
1753
1786
|
}
|
|
@@ -1923,6 +1956,10 @@
|
|
|
1923
1956
|
cursor: default;
|
|
1924
1957
|
height: 38px;
|
|
1925
1958
|
}
|
|
1959
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
1960
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
1961
|
+
display: none;
|
|
1962
|
+
}
|
|
1926
1963
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
1927
1964
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
1928
1965
|
display: -webkit-box;
|
|
@@ -2015,6 +2052,10 @@
|
|
|
2015
2052
|
position: absolute;
|
|
2016
2053
|
text-overflow: ellipsis;
|
|
2017
2054
|
}
|
|
2055
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2056
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2057
|
+
display: none;
|
|
2058
|
+
}
|
|
2018
2059
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2019
2060
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2020
2061
|
text-decoration: underline;
|
|
@@ -2699,7 +2740,8 @@
|
|
|
2699
2740
|
resize: vertical;
|
|
2700
2741
|
}
|
|
2701
2742
|
.e-schedule-dialog .e-repeat-container,
|
|
2702
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
2743
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
2744
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
2703
2745
|
display: none;
|
|
2704
2746
|
}
|
|
2705
2747
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3446,7 +3488,7 @@
|
|
|
3446
3488
|
}
|
|
3447
3489
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3448
3490
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
3449
|
-
line-height:
|
|
3491
|
+
line-height: 22px;
|
|
3450
3492
|
padding: 0 2px;
|
|
3451
3493
|
}
|
|
3452
3494
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
package/styles/tailwind.css
CHANGED
|
@@ -586,6 +586,9 @@
|
|
|
586
586
|
overflow: hidden;
|
|
587
587
|
position: absolute;
|
|
588
588
|
}
|
|
589
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
590
|
+
display: none;
|
|
591
|
+
}
|
|
589
592
|
.e-schedule .e-block-appointment .e-subject {
|
|
590
593
|
overflow: hidden;
|
|
591
594
|
overflow-wrap: break-word;
|
|
@@ -599,6 +602,9 @@
|
|
|
599
602
|
padding: 0 5px;
|
|
600
603
|
z-index: 1;
|
|
601
604
|
}
|
|
605
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
606
|
+
display: none;
|
|
607
|
+
}
|
|
602
608
|
.e-schedule.e-rtl .e-block-indicator {
|
|
603
609
|
float: left;
|
|
604
610
|
}
|
|
@@ -612,6 +618,9 @@
|
|
|
612
618
|
-webkit-transition: opacity 100ms linear;
|
|
613
619
|
transition: opacity 100ms linear;
|
|
614
620
|
}
|
|
621
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
622
|
+
display: none;
|
|
623
|
+
}
|
|
615
624
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
616
625
|
display: none;
|
|
617
626
|
}
|
|
@@ -752,6 +761,9 @@
|
|
|
752
761
|
height: 54px;
|
|
753
762
|
margin-bottom: 2px;
|
|
754
763
|
}
|
|
764
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
765
|
+
display: none;
|
|
766
|
+
}
|
|
755
767
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
756
768
|
display: -webkit-box;
|
|
757
769
|
display: -ms-flexbox;
|
|
@@ -826,6 +838,9 @@
|
|
|
826
838
|
position: absolute;
|
|
827
839
|
text-overflow: ellipsis;
|
|
828
840
|
}
|
|
841
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
842
|
+
display: none;
|
|
843
|
+
}
|
|
829
844
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
830
845
|
text-decoration: underline;
|
|
831
846
|
}
|
|
@@ -896,6 +911,9 @@
|
|
|
896
911
|
text-overflow: ellipsis;
|
|
897
912
|
width: 100%;
|
|
898
913
|
}
|
|
914
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
915
|
+
display: none;
|
|
916
|
+
}
|
|
899
917
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
900
918
|
text-decoration: underline;
|
|
901
919
|
}
|
|
@@ -1043,6 +1061,9 @@
|
|
|
1043
1061
|
position: absolute;
|
|
1044
1062
|
height: 26px;
|
|
1045
1063
|
}
|
|
1064
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1065
|
+
display: none;
|
|
1066
|
+
}
|
|
1046
1067
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1047
1068
|
display: -webkit-box;
|
|
1048
1069
|
display: -ms-flexbox;
|
|
@@ -1362,6 +1383,9 @@
|
|
|
1362
1383
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1363
1384
|
display: none;
|
|
1364
1385
|
}
|
|
1386
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1387
|
+
display: none;
|
|
1388
|
+
}
|
|
1365
1389
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1366
1390
|
display: -webkit-box;
|
|
1367
1391
|
display: -ms-flexbox;
|
|
@@ -1394,7 +1418,7 @@
|
|
|
1394
1418
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1395
1419
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1396
1420
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1397
|
-
line-height:
|
|
1421
|
+
line-height: 22px;
|
|
1398
1422
|
padding: 0 2px;
|
|
1399
1423
|
}
|
|
1400
1424
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1419,6 +1443,9 @@
|
|
|
1419
1443
|
position: absolute;
|
|
1420
1444
|
text-overflow: ellipsis;
|
|
1421
1445
|
}
|
|
1446
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1447
|
+
display: none;
|
|
1448
|
+
}
|
|
1422
1449
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1423
1450
|
text-decoration: underline;
|
|
1424
1451
|
}
|
|
@@ -1690,6 +1717,9 @@
|
|
|
1690
1717
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1691
1718
|
display: none;
|
|
1692
1719
|
}
|
|
1720
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
1721
|
+
display: none;
|
|
1722
|
+
}
|
|
1693
1723
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1694
1724
|
display: -webkit-box;
|
|
1695
1725
|
display: -ms-flexbox;
|
|
@@ -1722,12 +1752,12 @@
|
|
|
1722
1752
|
}
|
|
1723
1753
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1724
1754
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1725
|
-
line-height:
|
|
1755
|
+
line-height: 22px;
|
|
1726
1756
|
padding: 0 5px;
|
|
1727
1757
|
}
|
|
1728
1758
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1729
1759
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1730
|
-
line-height:
|
|
1760
|
+
line-height: 22px;
|
|
1731
1761
|
padding: 0 2px;
|
|
1732
1762
|
}
|
|
1733
1763
|
.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 {
|
|
@@ -1748,6 +1778,9 @@
|
|
|
1748
1778
|
position: absolute;
|
|
1749
1779
|
text-overflow: ellipsis;
|
|
1750
1780
|
}
|
|
1781
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
1782
|
+
display: none;
|
|
1783
|
+
}
|
|
1751
1784
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1752
1785
|
display: none;
|
|
1753
1786
|
}
|
|
@@ -1923,6 +1956,10 @@
|
|
|
1923
1956
|
cursor: default;
|
|
1924
1957
|
height: 38px;
|
|
1925
1958
|
}
|
|
1959
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
1960
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
1961
|
+
display: none;
|
|
1962
|
+
}
|
|
1926
1963
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
1927
1964
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
1928
1965
|
display: -webkit-box;
|
|
@@ -2015,6 +2052,10 @@
|
|
|
2015
2052
|
position: absolute;
|
|
2016
2053
|
text-overflow: ellipsis;
|
|
2017
2054
|
}
|
|
2055
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2056
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2057
|
+
display: none;
|
|
2058
|
+
}
|
|
2018
2059
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2019
2060
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2020
2061
|
text-decoration: underline;
|
|
@@ -2699,7 +2740,8 @@
|
|
|
2699
2740
|
resize: vertical;
|
|
2700
2741
|
}
|
|
2701
2742
|
.e-schedule-dialog .e-repeat-container,
|
|
2702
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
2743
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
2744
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
2703
2745
|
display: none;
|
|
2704
2746
|
}
|
|
2705
2747
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3446,7 +3488,7 @@
|
|
|
3446
3488
|
}
|
|
3447
3489
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3448
3490
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
3449
|
-
line-height:
|
|
3491
|
+
line-height: 22px;
|
|
3450
3492
|
padding: 0 2px;
|
|
3451
3493
|
}
|
|
3452
3494
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -4550,7 +4592,7 @@
|
|
|
4550
4592
|
}
|
|
4551
4593
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4552
4594
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4553
|
-
line-height:
|
|
4595
|
+
line-height: 22px;
|
|
4554
4596
|
padding: 0 2px;
|
|
4555
4597
|
}
|
|
4556
4598
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus {
|
|
@@ -825,6 +825,9 @@
|
|
|
825
825
|
overflow: hidden;
|
|
826
826
|
position: absolute;
|
|
827
827
|
}
|
|
828
|
+
.e-schedule .e-block-appointment.e-hidden-event {
|
|
829
|
+
display: none;
|
|
830
|
+
}
|
|
828
831
|
.e-schedule .e-block-appointment .e-subject {
|
|
829
832
|
overflow: hidden;
|
|
830
833
|
overflow-wrap: break-word;
|
|
@@ -838,6 +841,9 @@
|
|
|
838
841
|
padding: 0 5px;
|
|
839
842
|
z-index: 1;
|
|
840
843
|
}
|
|
844
|
+
.e-schedule .e-block-indicator.e-hidden-event {
|
|
845
|
+
display: none;
|
|
846
|
+
}
|
|
841
847
|
.e-schedule.e-rtl .e-block-indicator {
|
|
842
848
|
float: left;
|
|
843
849
|
}
|
|
@@ -851,6 +857,9 @@
|
|
|
851
857
|
-webkit-transition: opacity 100ms linear;
|
|
852
858
|
transition: opacity 100ms linear;
|
|
853
859
|
}
|
|
860
|
+
.e-schedule .e-appointment.e-hidden-event {
|
|
861
|
+
display: none;
|
|
862
|
+
}
|
|
854
863
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
855
864
|
display: none;
|
|
856
865
|
}
|
|
@@ -991,6 +1000,9 @@
|
|
|
991
1000
|
height: 54px;
|
|
992
1001
|
margin-bottom: 2px;
|
|
993
1002
|
}
|
|
1003
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-hidden-event {
|
|
1004
|
+
display: none;
|
|
1005
|
+
}
|
|
994
1006
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
995
1007
|
display: -webkit-box;
|
|
996
1008
|
display: -ms-flexbox;
|
|
@@ -1065,6 +1077,9 @@
|
|
|
1065
1077
|
position: absolute;
|
|
1066
1078
|
text-overflow: ellipsis;
|
|
1067
1079
|
}
|
|
1080
|
+
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator.e-hidden-event {
|
|
1081
|
+
display: none;
|
|
1082
|
+
}
|
|
1068
1083
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
1069
1084
|
text-decoration: underline;
|
|
1070
1085
|
}
|
|
@@ -1135,6 +1150,9 @@
|
|
|
1135
1150
|
text-overflow: ellipsis;
|
|
1136
1151
|
width: 100%;
|
|
1137
1152
|
}
|
|
1153
|
+
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator.e-hidden-event {
|
|
1154
|
+
display: none;
|
|
1155
|
+
}
|
|
1138
1156
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
1139
1157
|
text-decoration: underline;
|
|
1140
1158
|
}
|
|
@@ -1282,6 +1300,9 @@
|
|
|
1282
1300
|
position: absolute;
|
|
1283
1301
|
height: 26px;
|
|
1284
1302
|
}
|
|
1303
|
+
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-hidden-event {
|
|
1304
|
+
display: none;
|
|
1305
|
+
}
|
|
1285
1306
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1286
1307
|
display: -webkit-box;
|
|
1287
1308
|
display: -ms-flexbox;
|
|
@@ -1601,6 +1622,9 @@
|
|
|
1601
1622
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1602
1623
|
display: none;
|
|
1603
1624
|
}
|
|
1625
|
+
.e-schedule .e-month-view .e-appointment.e-hidden-event {
|
|
1626
|
+
display: none;
|
|
1627
|
+
}
|
|
1604
1628
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1605
1629
|
display: -webkit-box;
|
|
1606
1630
|
display: -ms-flexbox;
|
|
@@ -1633,7 +1657,7 @@
|
|
|
1633
1657
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1634
1658
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
1635
1659
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon {
|
|
1636
|
-
line-height:
|
|
1660
|
+
line-height: 22px;
|
|
1637
1661
|
padding: 0 2px;
|
|
1638
1662
|
}
|
|
1639
1663
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
@@ -1658,6 +1682,9 @@
|
|
|
1658
1682
|
position: absolute;
|
|
1659
1683
|
text-overflow: ellipsis;
|
|
1660
1684
|
}
|
|
1685
|
+
.e-schedule .e-month-view .e-more-indicator.e-hidden-event {
|
|
1686
|
+
display: none;
|
|
1687
|
+
}
|
|
1661
1688
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1662
1689
|
text-decoration: underline;
|
|
1663
1690
|
}
|
|
@@ -1929,6 +1956,9 @@
|
|
|
1929
1956
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1930
1957
|
display: none;
|
|
1931
1958
|
}
|
|
1959
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden-event {
|
|
1960
|
+
display: none;
|
|
1961
|
+
}
|
|
1932
1962
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1933
1963
|
display: -webkit-box;
|
|
1934
1964
|
display: -ms-flexbox;
|
|
@@ -1961,12 +1991,12 @@
|
|
|
1961
1991
|
}
|
|
1962
1992
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1963
1993
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1964
|
-
line-height:
|
|
1994
|
+
line-height: 22px;
|
|
1965
1995
|
padding: 0 5px;
|
|
1966
1996
|
}
|
|
1967
1997
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1968
1998
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1969
|
-
line-height:
|
|
1999
|
+
line-height: 22px;
|
|
1970
2000
|
padding: 0 2px;
|
|
1971
2001
|
}
|
|
1972
2002
|
.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 {
|
|
@@ -1987,6 +2017,9 @@
|
|
|
1987
2017
|
position: absolute;
|
|
1988
2018
|
text-overflow: ellipsis;
|
|
1989
2019
|
}
|
|
2020
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden-event {
|
|
2021
|
+
display: none;
|
|
2022
|
+
}
|
|
1990
2023
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1991
2024
|
display: none;
|
|
1992
2025
|
}
|
|
@@ -2162,6 +2195,10 @@
|
|
|
2162
2195
|
cursor: default;
|
|
2163
2196
|
height: 38px;
|
|
2164
2197
|
}
|
|
2198
|
+
.e-schedule .e-timeline-view .e-appointment.e-hidden-event,
|
|
2199
|
+
.e-schedule .e-timeline-month-view .e-appointment.e-hidden-event {
|
|
2200
|
+
display: none;
|
|
2201
|
+
}
|
|
2165
2202
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
2166
2203
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
2167
2204
|
display: -webkit-box;
|
|
@@ -2254,6 +2291,10 @@
|
|
|
2254
2291
|
position: absolute;
|
|
2255
2292
|
text-overflow: ellipsis;
|
|
2256
2293
|
}
|
|
2294
|
+
.e-schedule .e-timeline-view .e-more-indicator.e-hidden-event,
|
|
2295
|
+
.e-schedule .e-timeline-month-view .e-more-indicator.e-hidden-event {
|
|
2296
|
+
display: none;
|
|
2297
|
+
}
|
|
2257
2298
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2258
2299
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2259
2300
|
text-decoration: underline;
|
|
@@ -2938,7 +2979,8 @@
|
|
|
2938
2979
|
resize: vertical;
|
|
2939
2980
|
}
|
|
2940
2981
|
.e-schedule-dialog .e-repeat-container,
|
|
2941
|
-
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable
|
|
2982
|
+
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable,
|
|
2983
|
+
.e-schedule-dialog .e-b-form-container .e-datetime-wrapper.disable-time .e-input-group-icon.e-time-icon {
|
|
2942
2984
|
display: none;
|
|
2943
2985
|
}
|
|
2944
2986
|
.e-schedule-dialog .e-footer-content {
|
|
@@ -3685,7 +3727,7 @@
|
|
|
3685
3727
|
}
|
|
3686
3728
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
3687
3729
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
3688
|
-
line-height:
|
|
3730
|
+
line-height: 22px;
|
|
3689
3731
|
padding: 0 2px;
|
|
3690
3732
|
}
|
|
3691
3733
|
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus {
|