@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50
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/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +190 -13
- package/styles/bootstrap.css +190 -13
- package/styles/bootstrap4.css +190 -13
- package/styles/bootstrap5-dark.css +192 -17
- package/styles/bootstrap5.css +192 -17
- package/styles/calendar/_all.scss +1 -1
- package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
- package/styles/calendar/_bootstrap-definition.scss +6 -6
- package/styles/calendar/_bootstrap4-definition.scss +5 -6
- package/styles/calendar/_bootstrap5-definition.scss +3 -29
- package/styles/calendar/_fabric-dark-definition.scss +1 -4
- package/styles/calendar/_fabric-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +4 -30
- package/styles/calendar/_fusionnew-definition.scss +3 -29
- package/styles/calendar/_highcontrast-light-definition.scss +1 -3
- package/styles/calendar/_layout.scss +95 -153
- package/styles/calendar/_material-dark-definition.scss +1 -3
- package/styles/calendar/_material3-definition.scss +3 -29
- package/styles/calendar/_tailwind-definition.scss +5 -27
- package/styles/calendar/_theme.scss +66 -111
- package/styles/calendar/bootstrap-dark.css +0 -1
- package/styles/calendar/bootstrap.css +0 -1
- package/styles/calendar/bootstrap4.css +0 -1
- package/styles/calendar/bootstrap5-dark.css +0 -1
- package/styles/calendar/bootstrap5.css +0 -1
- package/styles/calendar/fabric-dark.css +0 -1
- package/styles/calendar/fabric.css +0 -1
- package/styles/calendar/fluent-dark.css +0 -1
- package/styles/calendar/fluent.css +0 -1
- package/styles/calendar/highcontrast-light.css +0 -1
- package/styles/calendar/highcontrast.css +0 -1
- package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
- package/styles/calendar/icons/_bootstrap.scss +1 -2
- package/styles/calendar/icons/_bootstrap4.scss +1 -2
- package/styles/calendar/icons/_bootstrap5.scss +1 -2
- package/styles/calendar/icons/_fabric-dark.scss +1 -2
- package/styles/calendar/icons/_fabric.scss +1 -2
- package/styles/calendar/icons/_fluent.scss +1 -2
- package/styles/calendar/icons/_fusionnew.scss +1 -2
- package/styles/calendar/icons/_highcontrast-light.scss +1 -2
- package/styles/calendar/icons/_highcontrast.scss +1 -2
- package/styles/calendar/icons/_material-dark.scss +1 -2
- package/styles/calendar/icons/_material.scss +1 -2
- package/styles/calendar/icons/_material3.scss +1 -2
- package/styles/calendar/icons/_tailwind.scss +1 -2
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/tailwind-dark.css +0 -2
- package/styles/calendar/tailwind.css +0 -2
- package/styles/datepicker/_all.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
- package/styles/datepicker/_bootstrap-definition.scss +0 -2
- package/styles/datepicker/_bootstrap4-definition.scss +0 -2
- package/styles/datepicker/_bootstrap5-definition.scss +1 -5
- package/styles/datepicker/_fabric-dark-definition.scss +0 -3
- package/styles/datepicker/_fabric-definition.scss +0 -2
- package/styles/datepicker/_fluent-definition.scss +1 -4
- package/styles/datepicker/_fusionnew-definition.scss +1 -5
- package/styles/datepicker/_highcontrast-definition.scss +0 -2
- package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
- package/styles/datepicker/_layout.scss +131 -6
- package/styles/datepicker/_material-dark-definition.scss +1 -4
- package/styles/datepicker/_material-definition.scss +0 -2
- package/styles/datepicker/_material3-definition.scss +1 -5
- package/styles/datepicker/_tailwind-definition.scss +1 -5
- package/styles/datepicker/_theme.scss +7 -7
- package/styles/datepicker/bootstrap-dark.css +79 -3
- package/styles/datepicker/bootstrap.css +79 -3
- package/styles/datepicker/bootstrap4.css +79 -3
- package/styles/datepicker/bootstrap5-dark.css +80 -4
- package/styles/datepicker/bootstrap5.css +80 -4
- package/styles/datepicker/fabric-dark.css +79 -3
- package/styles/datepicker/fabric.css +79 -3
- package/styles/datepicker/fluent-dark.css +80 -4
- package/styles/datepicker/fluent.css +80 -4
- package/styles/datepicker/highcontrast-light.css +79 -3
- package/styles/datepicker/highcontrast.css +79 -3
- package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
- package/styles/datepicker/icons/_bootstrap.scss +6 -7
- package/styles/datepicker/icons/_bootstrap4.scss +6 -7
- package/styles/datepicker/icons/_bootstrap5.scss +6 -7
- package/styles/datepicker/icons/_fabric-dark.scss +5 -6
- package/styles/datepicker/icons/_fabric.scss +6 -7
- package/styles/datepicker/icons/_fluent.scss +6 -7
- package/styles/datepicker/icons/_fusionnew.scss +6 -7
- package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
- package/styles/datepicker/icons/_highcontrast.scss +7 -7
- package/styles/datepicker/icons/_material-dark.scss +6 -7
- package/styles/datepicker/icons/_material.scss +6 -7
- package/styles/datepicker/icons/_material3.scss +6 -7
- package/styles/datepicker/icons/_tailwind.scss +6 -7
- package/styles/datepicker/material-dark.css +79 -3
- package/styles/datepicker/material.css +79 -3
- package/styles/datepicker/tailwind-dark.css +80 -4
- package/styles/datepicker/tailwind.css +80 -4
- package/styles/daterangepicker/_all.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
- package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
- package/styles/daterangepicker/_fabric-definition.scss +1 -5
- package/styles/daterangepicker/_fluent-definition.scss +1 -6
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
- package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
- package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
- package/styles/daterangepicker/_layout.scss +207 -111
- package/styles/daterangepicker/_material-dark-definition.scss +1 -6
- package/styles/daterangepicker/_material-definition.scss +1 -6
- package/styles/daterangepicker/_material3-definition.scss +0 -6
- package/styles/daterangepicker/_tailwind-definition.scss +0 -5
- package/styles/daterangepicker/_theme.scss +27 -52
- package/styles/daterangepicker/bootstrap-dark.css +111 -3
- package/styles/daterangepicker/bootstrap.css +111 -3
- package/styles/daterangepicker/bootstrap4.css +111 -3
- package/styles/daterangepicker/bootstrap5-dark.css +112 -4
- package/styles/daterangepicker/bootstrap5.css +112 -4
- package/styles/daterangepicker/fabric-dark.css +111 -3
- package/styles/daterangepicker/fabric.css +111 -3
- package/styles/daterangepicker/fluent-dark.css +112 -4
- package/styles/daterangepicker/fluent.css +112 -4
- package/styles/daterangepicker/highcontrast-light.css +111 -3
- package/styles/daterangepicker/highcontrast.css +111 -3
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
- package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
- package/styles/daterangepicker/icons/_fabric.scss +8 -13
- package/styles/daterangepicker/icons/_fluent.scss +8 -13
- package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
- package/styles/daterangepicker/icons/_material-dark.scss +7 -13
- package/styles/daterangepicker/icons/_material.scss +7 -13
- package/styles/daterangepicker/icons/_material3.scss +8 -13
- package/styles/daterangepicker/icons/_tailwind.scss +8 -13
- package/styles/daterangepicker/material-dark.css +111 -3
- package/styles/daterangepicker/material.css +111 -3
- package/styles/daterangepicker/tailwind-dark.css +112 -5
- package/styles/daterangepicker/tailwind.css +112 -5
- package/styles/datetimepicker/_all.scss +1 -1
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
- package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-definition.scss +0 -4
- package/styles/datetimepicker/_fluent-definition.scss +3 -8
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
- package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/datetimepicker/_layout.scss +3 -2
- package/styles/datetimepicker/_material-dark-definition.scss +1 -6
- package/styles/datetimepicker/_material-definition.scss +0 -4
- package/styles/datetimepicker/_material3-definition.scss +0 -5
- package/styles/datetimepicker/_tailwind-definition.scss +0 -5
- package/styles/datetimepicker/_theme.scss +1 -2
- package/styles/datetimepicker/bootstrap-dark.css +0 -2
- package/styles/datetimepicker/bootstrap.css +0 -2
- package/styles/datetimepicker/bootstrap4.css +0 -2
- package/styles/datetimepicker/bootstrap5-dark.css +0 -3
- package/styles/datetimepicker/bootstrap5.css +0 -3
- package/styles/datetimepicker/fabric-dark.css +0 -2
- package/styles/datetimepicker/fabric.css +0 -2
- package/styles/datetimepicker/fluent-dark.css +0 -3
- package/styles/datetimepicker/fluent.css +0 -3
- package/styles/datetimepicker/highcontrast-light.css +0 -2
- package/styles/datetimepicker/highcontrast.css +0 -2
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
- package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
- package/styles/datetimepicker/icons/_fabric.scss +1 -1
- package/styles/datetimepicker/icons/_fluent.scss +1 -1
- package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
- package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
- package/styles/datetimepicker/icons/_material-dark.scss +1 -1
- package/styles/datetimepicker/icons/_material.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +1 -1
- package/styles/datetimepicker/icons/_tailwind.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -2
- package/styles/datetimepicker/material.css +0 -2
- package/styles/datetimepicker/tailwind-dark.css +0 -3
- package/styles/datetimepicker/tailwind.css +0 -3
- package/styles/fabric-dark.css +190 -13
- package/styles/fabric.css +190 -13
- package/styles/fluent-dark.css +192 -17
- package/styles/fluent.css +192 -17
- package/styles/highcontrast-light.css +190 -13
- package/styles/highcontrast.css +190 -13
- package/styles/material-dark.css +190 -13
- package/styles/material.css +190 -13
- package/styles/tailwind-dark.css +192 -19
- package/styles/tailwind.css +192 -19
- package/styles/timepicker/_all.scss +1 -1
- package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
- package/styles/timepicker/_bootstrap-definition.scss +0 -4
- package/styles/timepicker/_bootstrap4-definition.scss +0 -5
- package/styles/timepicker/_bootstrap5-definition.scss +0 -5
- package/styles/timepicker/_fabric-dark-definition.scss +1 -6
- package/styles/timepicker/_fabric-definition.scss +0 -4
- package/styles/timepicker/_fluent-definition.scss +0 -5
- package/styles/timepicker/_fusionnew-definition.scss +0 -5
- package/styles/timepicker/_highcontrast-definition.scss +0 -4
- package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/timepicker/_layout.scss +5 -4
- package/styles/timepicker/_material-dark-definition.scss +1 -6
- package/styles/timepicker/_material-definition.scss +0 -4
- package/styles/timepicker/_material3-definition.scss +0 -5
- package/styles/timepicker/_tailwind-definition.scss +0 -5
- package/styles/timepicker/_theme.scss +1 -2
- package/styles/timepicker/bootstrap-dark.css +0 -4
- package/styles/timepicker/bootstrap.css +0 -4
- package/styles/timepicker/bootstrap4.css +0 -4
- package/styles/timepicker/bootstrap5-dark.css +0 -5
- package/styles/timepicker/bootstrap5.css +0 -5
- package/styles/timepicker/fabric-dark.css +0 -4
- package/styles/timepicker/fabric.css +0 -4
- package/styles/timepicker/fluent-dark.css +0 -5
- package/styles/timepicker/fluent.css +0 -5
- package/styles/timepicker/highcontrast-light.css +0 -4
- package/styles/timepicker/highcontrast.css +0 -4
- package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
- package/styles/timepicker/icons/_bootstrap.scss +2 -1
- package/styles/timepicker/icons/_bootstrap4.scss +2 -1
- package/styles/timepicker/icons/_bootstrap5.scss +2 -1
- package/styles/timepicker/icons/_fabric-dark.scss +2 -1
- package/styles/timepicker/icons/_fabric.scss +2 -1
- package/styles/timepicker/icons/_fluent.scss +2 -1
- package/styles/timepicker/icons/_fusionnew.scss +2 -1
- package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
- package/styles/timepicker/icons/_highcontrast.scss +2 -1
- package/styles/timepicker/icons/_material-dark.scss +2 -1
- package/styles/timepicker/icons/_material.scss +1 -1
- package/styles/timepicker/icons/_material3.scss +2 -1
- package/styles/timepicker/icons/_tailwind.scss +2 -1
- package/styles/timepicker/material-dark.css +0 -4
- package/styles/timepicker/material.css +0 -4
- package/styles/timepicker/tailwind-dark.css +0 -5
- package/styles/timepicker/tailwind.css +0 -5
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-fabric-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -10,31 +9,26 @@
|
|
|
10
9
|
#{if(&, '&', '*')}::before {
|
|
11
10
|
content: '\e244';
|
|
12
11
|
font-family: 'e-icons';
|
|
13
|
-
|
|
12
|
+
}
|
|
14
13
|
|
|
15
14
|
#{if(&, '&', '*')}:focus {
|
|
16
15
|
background: $range-icon-hover-color;
|
|
17
16
|
border-radius: $range-icon-border-radius;
|
|
18
|
-
}
|
|
19
17
|
}
|
|
18
|
+
}
|
|
20
19
|
|
|
21
20
|
.e-daterangepicker {
|
|
22
21
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
23
22
|
content: '\e85c';
|
|
24
|
-
}
|
|
25
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
23
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
26
24
|
content: '\e98f';
|
|
27
|
-
}
|
|
28
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
25
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
29
26
|
content: '\e85f';
|
|
30
|
-
}
|
|
31
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
27
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
32
28
|
content: '\e98f';
|
|
33
|
-
}
|
|
34
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
29
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
35
30
|
content: '\e85c';
|
|
36
|
-
}
|
|
37
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
31
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
38
32
|
content: '\e85b';
|
|
39
33
|
}
|
|
40
34
|
}
|
|
@@ -63,3 +57,4 @@
|
|
|
63
57
|
font-size: $range-bigger-small-icon-font-size;
|
|
64
58
|
}
|
|
65
59
|
}
|
|
60
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-fluent-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -15,31 +14,26 @@
|
|
|
15
14
|
#{if(&, '&', '*')}::before {
|
|
16
15
|
content: '\e7da';
|
|
17
16
|
font-family: 'e-icons';
|
|
18
|
-
|
|
17
|
+
}
|
|
19
18
|
|
|
20
19
|
#{if(&, '&', '*')}:focus {
|
|
21
20
|
background: $range-icon-hover-color;
|
|
22
21
|
border-radius: $range-icon-border-radius;
|
|
23
|
-
}
|
|
24
22
|
}
|
|
23
|
+
}
|
|
25
24
|
|
|
26
25
|
.e-daterangepicker {
|
|
27
26
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
28
27
|
content: '\e7d8';
|
|
29
|
-
}
|
|
30
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
28
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
31
29
|
content: '\e7df';
|
|
32
|
-
}
|
|
33
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
30
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
34
31
|
content: '\e7f9';
|
|
35
|
-
}
|
|
36
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
32
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
37
33
|
content: '\e7d8';
|
|
38
|
-
}
|
|
39
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
34
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
40
35
|
content: '\e7df';
|
|
41
|
-
}
|
|
42
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
36
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
43
37
|
content: '\e773';
|
|
44
38
|
}
|
|
45
39
|
}
|
|
@@ -70,3 +64,4 @@
|
|
|
70
64
|
font-size: $range-bigger-small-icon-font-size;
|
|
71
65
|
}
|
|
72
66
|
}
|
|
67
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-fusionnew-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -15,31 +14,26 @@
|
|
|
15
14
|
#{if(&, '&', '*')}::before {
|
|
16
15
|
content: '\e74c';
|
|
17
16
|
font-family: 'e-icons';
|
|
18
|
-
|
|
17
|
+
}
|
|
19
18
|
|
|
20
19
|
#{if(&, '&', '*')}:focus {
|
|
21
20
|
background: $range-icon-hover-color;
|
|
22
21
|
border-radius: $range-icon-border-radius;
|
|
23
|
-
}
|
|
24
22
|
}
|
|
23
|
+
}
|
|
25
24
|
|
|
26
25
|
.e-daterangepicker {
|
|
27
26
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
28
27
|
content: '\e748';
|
|
29
|
-
}
|
|
30
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
28
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
31
29
|
content: '\e765';
|
|
32
|
-
}
|
|
33
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
30
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
34
31
|
content: '\e7f9';
|
|
35
|
-
}
|
|
36
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
32
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
37
33
|
content: '\e765';
|
|
38
|
-
}
|
|
39
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
34
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
40
35
|
content: '\e748';
|
|
41
|
-
}
|
|
42
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
36
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
43
37
|
content: '\e773';
|
|
44
38
|
}
|
|
45
39
|
}
|
|
@@ -70,3 +64,4 @@
|
|
|
70
64
|
font-size: $range-bigger-small-icon-font-size;
|
|
71
65
|
}
|
|
72
66
|
}
|
|
67
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -10,31 +9,26 @@
|
|
|
10
9
|
#{if(&, '&', '*')}::before {
|
|
11
10
|
content: '\e244';
|
|
12
11
|
font-family: 'e-icons';
|
|
13
|
-
|
|
12
|
+
}
|
|
14
13
|
|
|
15
14
|
#{if(&, '&', '*')}:focus {
|
|
16
15
|
background: $range-icon-hover-color;
|
|
17
16
|
border-radius: $range-icon-border-radius;
|
|
18
|
-
}
|
|
19
17
|
}
|
|
18
|
+
}
|
|
20
19
|
|
|
21
20
|
.e-daterangepicker {
|
|
22
21
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
23
22
|
content: '\e85c';
|
|
24
|
-
}
|
|
25
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
23
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
26
24
|
content: '\e98f';
|
|
27
|
-
}
|
|
28
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
25
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
29
26
|
content: '\e85f';
|
|
30
|
-
}
|
|
31
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
27
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
32
28
|
content: '\e98f';
|
|
33
|
-
}
|
|
34
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
29
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
35
30
|
content: '\e85c';
|
|
36
|
-
}
|
|
37
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
31
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
38
32
|
content: '\e85b';
|
|
39
33
|
}
|
|
40
34
|
}
|
|
@@ -63,3 +57,4 @@
|
|
|
63
57
|
font-size: $range-bigger-small-icon-font-size;
|
|
64
58
|
}
|
|
65
59
|
}
|
|
60
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -10,31 +9,26 @@
|
|
|
10
9
|
#{if(&, '&', '*')}::before {
|
|
11
10
|
content: '\e244';
|
|
12
11
|
font-family: 'e-icons';
|
|
13
|
-
|
|
12
|
+
}
|
|
14
13
|
|
|
15
14
|
#{if(&, '&', '*')}:focus {
|
|
16
15
|
background: $range-icon-hover-color;
|
|
17
16
|
border-radius: $range-icon-border-radius;
|
|
18
|
-
}
|
|
19
17
|
}
|
|
18
|
+
}
|
|
20
19
|
|
|
21
20
|
.e-daterangepicker {
|
|
22
21
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
23
22
|
content: '\e85c';
|
|
24
|
-
}
|
|
25
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
23
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
26
24
|
content: '\e98f';
|
|
27
|
-
}
|
|
28
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
25
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
29
26
|
content: '\e85f';
|
|
30
|
-
}
|
|
31
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
27
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
32
28
|
content: '\e98f';
|
|
33
|
-
}
|
|
34
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
29
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
35
30
|
content: '\e85c';
|
|
36
|
-
}
|
|
37
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
31
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
38
32
|
content: '\e85b';
|
|
39
33
|
}
|
|
40
34
|
}
|
|
@@ -63,3 +57,4 @@
|
|
|
63
57
|
font-size: $range-bigger-small-icon-font-size;
|
|
64
58
|
}
|
|
65
59
|
}
|
|
60
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-material-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -12,31 +11,26 @@
|
|
|
12
11
|
#{if(&, '&', '*')}::before {
|
|
13
12
|
content: '\e245';
|
|
14
13
|
font-family: 'e-icons';
|
|
15
|
-
|
|
14
|
+
}
|
|
16
15
|
|
|
17
16
|
#{if(&, '&', '*')}:focus {
|
|
18
17
|
background: $range-icon-hover-color;
|
|
19
18
|
border-radius: $range-icon-border-radius;
|
|
20
|
-
}
|
|
21
19
|
}
|
|
20
|
+
}
|
|
22
21
|
|
|
23
22
|
.e-daterangepicker {
|
|
24
23
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
25
24
|
content: '\e913';
|
|
26
|
-
}
|
|
27
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
25
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
28
26
|
content: '\e921';
|
|
29
|
-
}
|
|
30
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
27
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
31
28
|
content: '\e85f';
|
|
32
|
-
}
|
|
33
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
29
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
34
30
|
content: '\e921';
|
|
35
|
-
}
|
|
36
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
31
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
37
32
|
content: '\e913';
|
|
38
|
-
}
|
|
39
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
33
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
40
34
|
content: '\e85b';
|
|
41
35
|
}
|
|
42
36
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-material-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -12,31 +11,26 @@
|
|
|
12
11
|
#{if(&, '&', '*')}::before {
|
|
13
12
|
content: '\e245';
|
|
14
13
|
font-family: 'e-icons';
|
|
15
|
-
|
|
14
|
+
}
|
|
16
15
|
|
|
17
16
|
#{if(&, '&', '*')}:focus {
|
|
18
17
|
background: $range-icon-hover-color;
|
|
19
18
|
border-radius: $range-icon-border-radius;
|
|
20
|
-
}
|
|
21
19
|
}
|
|
20
|
+
}
|
|
22
21
|
|
|
23
22
|
.e-daterangepicker {
|
|
24
23
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
25
24
|
content: '\e913';
|
|
26
|
-
}
|
|
27
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
25
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
28
26
|
content: '\e921';
|
|
29
|
-
}
|
|
30
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
27
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
31
28
|
content: '\e85f';
|
|
32
|
-
}
|
|
33
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
29
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
34
30
|
content: '\e921';
|
|
35
|
-
}
|
|
36
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
31
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
37
32
|
content: '\e913';
|
|
38
|
-
}
|
|
39
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
33
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
40
34
|
content: '\e85b';
|
|
41
35
|
}
|
|
42
36
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-material3-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -15,31 +14,26 @@
|
|
|
15
14
|
#{if(&, '&', '*')}::before {
|
|
16
15
|
content: '\e74c';
|
|
17
16
|
font-family: 'e-icons';
|
|
18
|
-
|
|
17
|
+
}
|
|
19
18
|
|
|
20
19
|
#{if(&, '&', '*')}:focus {
|
|
21
20
|
background: $range-icon-hover-color;
|
|
22
21
|
border-radius: $range-icon-border-radius;
|
|
23
|
-
}
|
|
24
22
|
}
|
|
23
|
+
}
|
|
25
24
|
|
|
26
25
|
.e-daterangepicker {
|
|
27
26
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
28
27
|
content: '\e748';
|
|
29
|
-
}
|
|
30
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
28
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
31
29
|
content: '\e765';
|
|
32
|
-
}
|
|
33
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
30
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
34
31
|
content: '\e7f9';
|
|
35
|
-
}
|
|
36
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
32
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
37
33
|
content: '\e765';
|
|
38
|
-
}
|
|
39
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
34
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
40
35
|
content: '\e748';
|
|
41
|
-
}
|
|
42
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
36
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
43
37
|
content: '\e773';
|
|
44
38
|
}
|
|
45
39
|
}
|
|
@@ -70,3 +64,4 @@
|
|
|
70
64
|
font-size: $range-bigger-small-icon-font-size;
|
|
71
65
|
}
|
|
72
66
|
}
|
|
67
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('daterangepicker-tailwind-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-range-icon,
|
|
5
4
|
#{if(&, '&', '*')}.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -15,31 +14,26 @@
|
|
|
15
14
|
#{if(&, '&', '*')}::before {
|
|
16
15
|
content: '\e74c';
|
|
17
16
|
font-family: 'e-icons';
|
|
18
|
-
|
|
17
|
+
}
|
|
19
18
|
|
|
20
19
|
#{if(&, '&', '*')}:focus {
|
|
21
20
|
background: $range-icon-hover-color;
|
|
22
21
|
border-radius: $range-icon-border-radius;
|
|
23
|
-
}
|
|
24
22
|
}
|
|
23
|
+
}
|
|
25
24
|
|
|
26
25
|
.e-daterangepicker {
|
|
27
26
|
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-next::before {
|
|
28
27
|
content: '\e748';
|
|
29
|
-
}
|
|
30
|
-
#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
28
|
+
}#{if(&, '&', '*')} .e-calendar .e-header .e-date-icon-prev::before {
|
|
31
29
|
content: '\e765';
|
|
32
|
-
}
|
|
33
|
-
#{if(&, '&', '*')} .e-change-icon::before {
|
|
30
|
+
}#{if(&, '&', '*')} .e-change-icon::before {
|
|
34
31
|
content: '\e7f9';
|
|
35
|
-
}
|
|
36
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
32
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-next::before {
|
|
37
33
|
content: '\e765';
|
|
38
|
-
}
|
|
39
|
-
#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
34
|
+
}#{if(&, '&', '*')} .e-calendar.e-rtl .e-header .e-date-icon-prev::before {
|
|
40
35
|
content: '\e748';
|
|
41
|
-
}
|
|
42
|
-
#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
36
|
+
}#{if(&, '&', '*')}.e-rtl .e-start-end .e-change-icon::before {
|
|
43
37
|
content: '\e773';
|
|
44
38
|
}
|
|
45
39
|
}
|
|
@@ -70,3 +64,4 @@
|
|
|
70
64
|
font-size: $range-bigger-small-icon-font-size;
|
|
71
65
|
}
|
|
72
66
|
}
|
|
67
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -637,7 +636,6 @@
|
|
|
637
636
|
line-height: 26px;
|
|
638
637
|
}
|
|
639
638
|
|
|
640
|
-
/* stylelint-disable */
|
|
641
639
|
.e-range-overflow {
|
|
642
640
|
overflow: hidden;
|
|
643
641
|
}
|
|
@@ -664,6 +662,12 @@
|
|
|
664
662
|
top: 0 !important;
|
|
665
663
|
left: 0 !important;
|
|
666
664
|
}
|
|
665
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
666
|
+
min-height: 100%;
|
|
667
|
+
min-width: 100%;
|
|
668
|
+
height: 100%;
|
|
669
|
+
width: 100%;
|
|
670
|
+
}
|
|
667
671
|
|
|
668
672
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
669
673
|
background-size: 250px 33px;
|
|
@@ -676,7 +680,111 @@
|
|
|
676
680
|
min-height: 40px;
|
|
677
681
|
}
|
|
678
682
|
|
|
679
|
-
|
|
683
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
684
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
685
|
+
min-height: 100%;
|
|
686
|
+
min-width: 100%;
|
|
687
|
+
height: 100%;
|
|
688
|
+
width: 100%;
|
|
689
|
+
}
|
|
690
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
691
|
+
height: 100%;
|
|
692
|
+
}
|
|
693
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
694
|
+
height: 78%;
|
|
695
|
+
}
|
|
696
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
697
|
+
height: 90%;
|
|
698
|
+
}
|
|
699
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
700
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
701
|
+
height: 10%;
|
|
702
|
+
}
|
|
703
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
704
|
+
margin: 0;
|
|
705
|
+
}
|
|
706
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
707
|
+
height: 90%;
|
|
708
|
+
}
|
|
709
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
710
|
+
height: 100%;
|
|
711
|
+
border-spacing: 0px 30px;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
@media screen and (orientation: landscape) {
|
|
715
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
716
|
+
float: left;
|
|
717
|
+
height: 100%;
|
|
718
|
+
border-right: 1.5px;
|
|
719
|
+
border-color: black;
|
|
720
|
+
width: 40%;
|
|
721
|
+
margin: 0;
|
|
722
|
+
display: block;
|
|
723
|
+
background-color: #3f51b5;
|
|
724
|
+
}
|
|
725
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
726
|
+
height: 100%;
|
|
727
|
+
width: 100%;
|
|
728
|
+
}
|
|
729
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
730
|
+
display: block;
|
|
731
|
+
width: 100%;
|
|
732
|
+
text-align: -webkit-center;
|
|
733
|
+
}
|
|
734
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
735
|
+
display: block;
|
|
736
|
+
width: 100%;
|
|
737
|
+
text-align: -webkit-center;
|
|
738
|
+
margin-top: 20%;
|
|
739
|
+
font-size: 20px;
|
|
740
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
741
|
+
}
|
|
742
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
743
|
+
font-size: 20px;
|
|
744
|
+
margin-top: 60%;
|
|
745
|
+
color: #fff;
|
|
746
|
+
}
|
|
747
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
748
|
+
width: 100%;
|
|
749
|
+
text-align: -webkit-center;
|
|
750
|
+
margin-top: 20%;
|
|
751
|
+
font-size: 20px;
|
|
752
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
753
|
+
}
|
|
754
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
755
|
+
height: 82%;
|
|
756
|
+
}
|
|
757
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
758
|
+
height: 80%;
|
|
759
|
+
}
|
|
760
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
761
|
+
border-spacing: unset;
|
|
762
|
+
}
|
|
763
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
764
|
+
height: 20%;
|
|
765
|
+
}
|
|
766
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
767
|
+
width: 100%;
|
|
768
|
+
}
|
|
769
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
770
|
+
display: -ms-flexbox;
|
|
771
|
+
display: flex;
|
|
772
|
+
}
|
|
773
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
774
|
+
border-radius: 0 40% 40% 0;
|
|
775
|
+
}
|
|
776
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
777
|
+
border-radius: 0 40% 40% 0;
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
781
|
+
width: calc(100% - 80px);
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
785
|
+
width: calc(100% - 110px);
|
|
786
|
+
}
|
|
787
|
+
|
|
680
788
|
/*! daterangepicker theme */
|
|
681
789
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
682
790
|
color: #00b0ff;
|