@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('datepicker-bootstrap5-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -13,13 +12,13 @@
|
|
|
13
12
|
#{if(&, '&', '*')}::before {
|
|
14
13
|
content: '\e75e';
|
|
15
14
|
font-family: 'e-icons';
|
|
16
|
-
|
|
15
|
+
}
|
|
17
16
|
|
|
18
17
|
#{if(&, '&', '*')}:focus {
|
|
19
18
|
background: $datepicker-icon-hover-color;
|
|
20
19
|
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
23
22
|
|
|
24
23
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
24
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -32,13 +31,13 @@
|
|
|
32
31
|
#{if(&, '&', '*')}::before {
|
|
33
32
|
content: '\e75e';
|
|
34
33
|
font-family: 'e-icons';
|
|
35
|
-
|
|
34
|
+
}
|
|
36
35
|
|
|
37
36
|
#{if(&, '&', '*')}:focus {
|
|
38
37
|
background: $datepicker-icon-hover-color;
|
|
39
38
|
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
}
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
// mouse small icon
|
|
44
43
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-fabric-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -11,13 +10,13 @@
|
|
|
11
10
|
#{if(&, '&', '*')}::before {
|
|
12
11
|
content: '\e93a';
|
|
13
12
|
font-family: 'e-icons';
|
|
14
|
-
|
|
13
|
+
}
|
|
15
14
|
|
|
16
15
|
#{if(&, '&', '*')}:focus {
|
|
17
16
|
background: $datepicker-icon-hover-color;
|
|
18
17
|
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
}
|
|
19
|
+
}
|
|
21
20
|
|
|
22
21
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
22
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -28,13 +27,13 @@
|
|
|
28
27
|
#{if(&, '&', '*')}::before {
|
|
29
28
|
content: '\e93a';
|
|
30
29
|
font-family: 'e-icons';
|
|
31
|
-
|
|
30
|
+
}
|
|
32
31
|
|
|
33
32
|
#{if(&, '&', '*')}:focus {
|
|
34
33
|
background: $datepicker-icon-hover-color;
|
|
35
34
|
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
}
|
|
37
35
|
}
|
|
36
|
+
}
|
|
38
37
|
|
|
39
38
|
// mouse small icon
|
|
40
39
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-fabric-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -11,13 +10,13 @@
|
|
|
11
10
|
#{if(&, '&', '*')}::before {
|
|
12
11
|
content: '\e93a';
|
|
13
12
|
font-family: 'e-icons';
|
|
14
|
-
|
|
13
|
+
}
|
|
15
14
|
|
|
16
15
|
#{if(&, '&', '*')}:focus {
|
|
17
16
|
background: $datepicker-icon-hover-color;
|
|
18
17
|
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
}
|
|
19
|
+
}
|
|
21
20
|
|
|
22
21
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
22
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -28,13 +27,13 @@
|
|
|
28
27
|
#{if(&, '&', '*')}::before {
|
|
29
28
|
content: '\e93a';
|
|
30
29
|
font-family: 'e-icons';
|
|
31
|
-
|
|
30
|
+
}
|
|
32
31
|
|
|
33
32
|
#{if(&, '&', '*')}:focus {
|
|
34
33
|
background: $datepicker-icon-hover-color;
|
|
35
34
|
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
}
|
|
36
|
+
}
|
|
38
37
|
|
|
39
38
|
// mouse small icon
|
|
40
39
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-fluent-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -13,13 +12,13 @@
|
|
|
13
12
|
#{if(&, '&', '*')}::before {
|
|
14
13
|
content: '\e75e';
|
|
15
14
|
font-family: 'e-icons';
|
|
16
|
-
|
|
15
|
+
}
|
|
17
16
|
|
|
18
17
|
#{if(&, '&', '*')}:focus {
|
|
19
18
|
background: $datepicker-icon-hover-color;
|
|
20
19
|
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
23
22
|
|
|
24
23
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
24
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -32,13 +31,13 @@
|
|
|
32
31
|
#{if(&, '&', '*')}::before {
|
|
33
32
|
content: '\e75e';
|
|
34
33
|
font-family: 'e-icons';
|
|
35
|
-
|
|
34
|
+
}
|
|
36
35
|
|
|
37
36
|
#{if(&, '&', '*')}:focus {
|
|
38
37
|
background: $datepicker-icon-hover-color;
|
|
39
38
|
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
}
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
// mouse small icon
|
|
44
43
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-fusionnew-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -13,13 +12,13 @@
|
|
|
13
12
|
#{if(&, '&', '*')}::before {
|
|
14
13
|
content: '\e75e';
|
|
15
14
|
font-family: 'e-icons';
|
|
16
|
-
|
|
15
|
+
}
|
|
17
16
|
|
|
18
17
|
#{if(&, '&', '*')}:focus {
|
|
19
18
|
background: $datepicker-icon-hover-color;
|
|
20
19
|
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
23
22
|
|
|
24
23
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
24
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -32,13 +31,13 @@
|
|
|
32
31
|
#{if(&, '&', '*')}::before {
|
|
33
32
|
content: '\e75e';
|
|
34
33
|
font-family: 'e-icons';
|
|
35
|
-
|
|
34
|
+
}
|
|
36
35
|
|
|
37
36
|
#{if(&, '&', '*')}:focus {
|
|
38
37
|
background: $datepicker-icon-hover-color;
|
|
39
38
|
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
}
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
// mouse small icon
|
|
44
43
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -11,13 +10,13 @@
|
|
|
11
10
|
#{if(&, '&', '*')}::before {
|
|
12
11
|
content: '\e93a';
|
|
13
12
|
font-family: 'e-icons';
|
|
14
|
-
|
|
13
|
+
}
|
|
15
14
|
|
|
16
15
|
#{if(&, '&', '*')}:focus {
|
|
17
16
|
background: $datepicker-icon-hover-color;
|
|
18
17
|
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
}
|
|
19
|
+
}
|
|
21
20
|
|
|
22
21
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
22
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -28,13 +27,13 @@
|
|
|
28
27
|
#{if(&, '&', '*')}::before {
|
|
29
28
|
content: '\e93a';
|
|
30
29
|
font-family: 'e-icons';
|
|
31
|
-
|
|
30
|
+
}
|
|
32
31
|
|
|
33
32
|
#{if(&, '&', '*')}:focus {
|
|
34
33
|
background: $datepicker-icon-hover-color;
|
|
35
34
|
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
}
|
|
36
|
+
}
|
|
38
37
|
|
|
39
38
|
// mouse small icon
|
|
40
39
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-highcontrast-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -11,13 +10,13 @@
|
|
|
11
10
|
#{if(&, '&', '*')}::before {
|
|
12
11
|
content: '\e93a';
|
|
13
12
|
font-family: 'e-icons';
|
|
14
|
-
|
|
13
|
+
}
|
|
15
14
|
|
|
16
15
|
#{if(&, '&', '*')}:focus {
|
|
17
16
|
background: $datepicker-icon-hover-color;
|
|
18
17
|
border-radius: $datepicker-icon-border-radius;
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
}
|
|
19
|
+
}
|
|
21
20
|
|
|
22
21
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
22
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -28,13 +27,13 @@
|
|
|
28
27
|
#{if(&, '&', '*')}::before {
|
|
29
28
|
content: '\e93a';
|
|
30
29
|
font-family: 'e-icons';
|
|
31
|
-
|
|
30
|
+
}
|
|
32
31
|
|
|
33
32
|
#{if(&, '&', '*')}:focus {
|
|
34
33
|
background: $datepicker-icon-hover-color;
|
|
35
34
|
border-radius: $datepicker-icon-border-radius;
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
}
|
|
36
|
+
}
|
|
38
37
|
|
|
39
38
|
// mouse small icon
|
|
40
39
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -50,3 +49,4 @@
|
|
|
50
49
|
font-size: $datepicker-bigger-small-icon-font-size;
|
|
51
50
|
}
|
|
52
51
|
}
|
|
52
|
+
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-material-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -13,13 +12,13 @@
|
|
|
13
12
|
#{if(&, '&', '*')}::before {
|
|
14
13
|
content: '\e901';
|
|
15
14
|
font-family: 'e-icons';
|
|
16
|
-
|
|
15
|
+
}
|
|
17
16
|
|
|
18
17
|
#{if(&, '&', '*')}:focus {
|
|
19
18
|
background: $datepicker-icon-hover-color;
|
|
20
19
|
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
23
22
|
|
|
24
23
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
24
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -32,13 +31,13 @@
|
|
|
32
31
|
#{if(&, '&', '*')}::before {
|
|
33
32
|
content: '\e901';
|
|
34
33
|
font-family: 'e-icons';
|
|
35
|
-
|
|
34
|
+
}
|
|
36
35
|
|
|
37
36
|
#{if(&, '&', '*')}:focus {
|
|
38
37
|
background: $datepicker-icon-hover-color;
|
|
39
38
|
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
}
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
// mouse small icon
|
|
44
43
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-material-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -13,13 +12,13 @@
|
|
|
13
12
|
#{if(&, '&', '*')}::before {
|
|
14
13
|
content: '\e901';
|
|
15
14
|
font-family: 'e-icons';
|
|
16
|
-
|
|
15
|
+
}
|
|
17
16
|
|
|
18
17
|
#{if(&, '&', '*')}:focus {
|
|
19
18
|
background: $datepicker-icon-hover-color;
|
|
20
19
|
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
23
22
|
|
|
24
23
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
24
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -32,13 +31,13 @@
|
|
|
32
31
|
#{if(&, '&', '*')}::before {
|
|
33
32
|
content: '\e901';
|
|
34
33
|
font-family: 'e-icons';
|
|
35
|
-
|
|
34
|
+
}
|
|
36
35
|
|
|
37
36
|
#{if(&, '&', '*')}:focus {
|
|
38
37
|
background: $datepicker-icon-hover-color;
|
|
39
38
|
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
}
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
// mouse small icon
|
|
44
43
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-material3-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -13,13 +12,13 @@
|
|
|
13
12
|
#{if(&, '&', '*')}::before {
|
|
14
13
|
content: '\e75e';
|
|
15
14
|
font-family: 'e-icons';
|
|
16
|
-
|
|
15
|
+
}
|
|
17
16
|
|
|
18
17
|
#{if(&, '&', '*')}:focus {
|
|
19
18
|
background: $datepicker-icon-hover-color;
|
|
20
19
|
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
23
22
|
|
|
24
23
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
24
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -32,13 +31,13 @@
|
|
|
32
31
|
#{if(&, '&', '*')}::before {
|
|
33
32
|
content: '\e75e';
|
|
34
33
|
font-family: 'e-icons';
|
|
35
|
-
|
|
34
|
+
}
|
|
36
35
|
|
|
37
36
|
#{if(&, '&', '*')}:focus {
|
|
38
37
|
background: $datepicker-icon-hover-color;
|
|
39
38
|
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
}
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
// mouse small icon
|
|
44
43
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@include export-module('datepicker-tailwind-icons') {
|
|
2
|
-
|
|
3
2
|
/*! component icons */
|
|
4
3
|
|
|
5
4
|
.e-input-group-icon.e-date-icon,
|
|
@@ -13,13 +12,13 @@
|
|
|
13
12
|
#{if(&, '&', '*')}::before {
|
|
14
13
|
content: '\e75e';
|
|
15
14
|
font-family: 'e-icons';
|
|
16
|
-
|
|
15
|
+
}
|
|
17
16
|
|
|
18
17
|
#{if(&, '&', '*')}:focus {
|
|
19
18
|
background: $datepicker-icon-hover-color;
|
|
20
19
|
border-radius: $datepicker-icon-border-radius;
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
23
22
|
|
|
24
23
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
24
|
#{if(&, '&', '*')}.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
@@ -32,13 +31,13 @@
|
|
|
32
31
|
#{if(&, '&', '*')}::before {
|
|
33
32
|
content: '\e75e';
|
|
34
33
|
font-family: 'e-icons';
|
|
35
|
-
|
|
34
|
+
}
|
|
36
35
|
|
|
37
36
|
#{if(&, '&', '*')}:focus {
|
|
38
37
|
background: $datepicker-icon-hover-color;
|
|
39
38
|
border-radius: $datepicker-icon-border-radius;
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
}
|
|
40
|
+
}
|
|
42
41
|
|
|
43
42
|
// mouse small icon
|
|
44
43
|
.e-small .e-input-group-icon.e-date-icon,
|
|
@@ -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;
|
|
@@ -136,7 +135,6 @@
|
|
|
136
135
|
margin: 0;
|
|
137
136
|
}
|
|
138
137
|
|
|
139
|
-
/* stylelint-disable */
|
|
140
138
|
.e-date-overflow {
|
|
141
139
|
overflow: hidden !important;
|
|
142
140
|
}
|
|
@@ -163,6 +161,10 @@
|
|
|
163
161
|
top: 0 !important;
|
|
164
162
|
left: 0 !important;
|
|
165
163
|
}
|
|
164
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
165
|
+
min-width: 100%;
|
|
166
|
+
min-height: 100%;
|
|
167
|
+
}
|
|
166
168
|
|
|
167
169
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
168
170
|
background-size: 250px 33px;
|
|
@@ -175,7 +177,40 @@
|
|
|
175
177
|
min-height: 40px;
|
|
176
178
|
}
|
|
177
179
|
|
|
178
|
-
|
|
180
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
181
|
+
height: 15%;
|
|
182
|
+
}
|
|
183
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
184
|
+
float: right;
|
|
185
|
+
margin-right: 10px;
|
|
186
|
+
padding: 5px;
|
|
187
|
+
}
|
|
188
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
189
|
+
content: "\e932";
|
|
190
|
+
font-family: "e-icons";
|
|
191
|
+
color: rgb(255, 255, 255);
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
194
|
+
min-width: 100%;
|
|
195
|
+
min-height: 100%;
|
|
196
|
+
height: 100%;
|
|
197
|
+
}
|
|
198
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
199
|
+
height: 10%;
|
|
200
|
+
}
|
|
201
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
202
|
+
height: 85%;
|
|
203
|
+
}
|
|
204
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
205
|
+
height: 10%;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
208
|
+
height: 80%;
|
|
209
|
+
}
|
|
210
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
211
|
+
height: 100%;
|
|
212
|
+
}
|
|
213
|
+
|
|
179
214
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
180
215
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
181
216
|
display: inline-block;
|
|
@@ -183,6 +218,47 @@
|
|
|
183
218
|
overflow: auto;
|
|
184
219
|
}
|
|
185
220
|
}
|
|
221
|
+
@media screen and (orientation: landscape) {
|
|
222
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
223
|
+
float: left;
|
|
224
|
+
height: 100%;
|
|
225
|
+
width: 30%;
|
|
226
|
+
}
|
|
227
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
228
|
+
float: left;
|
|
229
|
+
padding: 5px;
|
|
230
|
+
}
|
|
231
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
232
|
+
font-size: 35px;
|
|
233
|
+
margin-top: 35%;
|
|
234
|
+
}
|
|
235
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
236
|
+
display: block;
|
|
237
|
+
font-size: 40px;
|
|
238
|
+
margin-top: 10%;
|
|
239
|
+
}
|
|
240
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
241
|
+
height: 10%;
|
|
242
|
+
}
|
|
243
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
244
|
+
height: 75%;
|
|
245
|
+
}
|
|
246
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
247
|
+
display: -ms-flexbox;
|
|
248
|
+
display: flex;
|
|
249
|
+
}
|
|
250
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
251
|
+
float: right;
|
|
252
|
+
height: 90%;
|
|
253
|
+
width: 70%;
|
|
254
|
+
}
|
|
255
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
256
|
+
display: table-row-group;
|
|
257
|
+
}
|
|
258
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
259
|
+
height: 100%;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
186
262
|
.e-datepicker.e-popup-wrapper,
|
|
187
263
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
188
264
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -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;
|
|
@@ -145,7 +144,6 @@
|
|
|
145
144
|
margin: 0;
|
|
146
145
|
}
|
|
147
146
|
|
|
148
|
-
/* stylelint-disable */
|
|
149
147
|
.e-date-overflow {
|
|
150
148
|
overflow: hidden !important;
|
|
151
149
|
}
|
|
@@ -172,6 +170,10 @@
|
|
|
172
170
|
top: 0 !important;
|
|
173
171
|
left: 0 !important;
|
|
174
172
|
}
|
|
173
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
174
|
+
min-width: 100%;
|
|
175
|
+
min-height: 100%;
|
|
176
|
+
}
|
|
175
177
|
|
|
176
178
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
177
179
|
background-size: 250px 33px;
|
|
@@ -184,7 +186,40 @@
|
|
|
184
186
|
min-height: 40px;
|
|
185
187
|
}
|
|
186
188
|
|
|
187
|
-
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
190
|
+
height: 15%;
|
|
191
|
+
}
|
|
192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
193
|
+
float: right;
|
|
194
|
+
margin-right: 10px;
|
|
195
|
+
padding: 5px;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
198
|
+
content: "\e932";
|
|
199
|
+
font-family: "e-icons";
|
|
200
|
+
color: rgb(255, 255, 255);
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
203
|
+
min-width: 100%;
|
|
204
|
+
min-height: 100%;
|
|
205
|
+
height: 100%;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
208
|
+
height: 10%;
|
|
209
|
+
}
|
|
210
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
211
|
+
height: 85%;
|
|
212
|
+
}
|
|
213
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
214
|
+
height: 10%;
|
|
215
|
+
}
|
|
216
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
217
|
+
height: 80%;
|
|
218
|
+
}
|
|
219
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
220
|
+
height: 100%;
|
|
221
|
+
}
|
|
222
|
+
|
|
188
223
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
189
224
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
190
225
|
display: inline-block;
|
|
@@ -192,6 +227,47 @@
|
|
|
192
227
|
overflow: auto;
|
|
193
228
|
}
|
|
194
229
|
}
|
|
230
|
+
@media screen and (orientation: landscape) {
|
|
231
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
232
|
+
float: left;
|
|
233
|
+
height: 100%;
|
|
234
|
+
width: 30%;
|
|
235
|
+
}
|
|
236
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
237
|
+
float: left;
|
|
238
|
+
padding: 5px;
|
|
239
|
+
}
|
|
240
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
241
|
+
font-size: 35px;
|
|
242
|
+
margin-top: 35%;
|
|
243
|
+
}
|
|
244
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
245
|
+
display: block;
|
|
246
|
+
font-size: 40px;
|
|
247
|
+
margin-top: 10%;
|
|
248
|
+
}
|
|
249
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
250
|
+
height: 10%;
|
|
251
|
+
}
|
|
252
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
253
|
+
height: 75%;
|
|
254
|
+
}
|
|
255
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
256
|
+
display: -ms-flexbox;
|
|
257
|
+
display: flex;
|
|
258
|
+
}
|
|
259
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
260
|
+
float: right;
|
|
261
|
+
height: 90%;
|
|
262
|
+
width: 70%;
|
|
263
|
+
}
|
|
264
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
265
|
+
display: table-row-group;
|
|
266
|
+
}
|
|
267
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
268
|
+
height: 100%;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
195
271
|
.e-datepicker.e-popup-wrapper,
|
|
196
272
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
197
273
|
.e-bigger .e-datepicker.e-popup-wrapper,
|