@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,4 +1,4 @@
|
|
|
1
|
-
@include export-module('calendar-layout') { /*! calendar layout */
|
|
1
|
+
@include export-module('calendar-layout') { /*! calendar layout */
|
|
2
2
|
|
|
3
3
|
#{&}ejs-calendar {
|
|
4
4
|
display: block;
|
|
@@ -11,29 +11,29 @@
|
|
|
11
11
|
cursor: $calendar-cursor-default-style;
|
|
12
12
|
pointer-events: $calendar-none-style;
|
|
13
13
|
touch-action: $calendar-none-style;
|
|
14
|
-
|
|
14
|
+
}
|
|
15
15
|
|
|
16
16
|
#{if(&, '&', '*')} .e-title {
|
|
17
17
|
cursor: $calendar-cursor-default-style;
|
|
18
18
|
pointer-events: $calendar-none-style;
|
|
19
19
|
touch-action: $calendar-none-style;
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
22
|
|
|
23
23
|
#{if(&, '&', '*')} .e-content td {
|
|
24
24
|
pointer-events: $calendar-none-style;
|
|
25
25
|
touch-action: $calendar-none-style;
|
|
26
|
-
|
|
26
|
+
}
|
|
27
27
|
|
|
28
28
|
#{if(&, '&', '*')} .e-btn.e-today {
|
|
29
29
|
pointer-events: $calendar-none-style;
|
|
30
30
|
touch-action: $calendar-none-style;
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
33
|
|
|
34
34
|
#{&}.e-calendar,
|
|
35
35
|
.e-bigger.e-small #{&}.e-calendar {
|
|
36
|
-
|
|
36
|
+
// sass-lint:disable no-vendor-prefixes
|
|
37
37
|
-webkit-tap-highlight-color: transparent;
|
|
38
38
|
border-radius: $calendar-wrapper-border-radius;
|
|
39
39
|
display: $calendar-block-style;
|
|
@@ -43,11 +43,9 @@
|
|
|
43
43
|
#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
44
44
|
float: $calendar-float-right-style;
|
|
45
45
|
text-align: $calendar-float-right-style;
|
|
46
|
-
}
|
|
47
|
-
#{if(&, '&', '*')}.e-rtl .e-header .e-icon-container {
|
|
46
|
+
}#{if(&, '&', '*')}.e-rtl .e-header .e-icon-container {
|
|
48
47
|
float: $calendar-float-left-style;
|
|
49
|
-
}
|
|
50
|
-
#{if(&, '&', '*')} .e-header {
|
|
48
|
+
}#{if(&, '&', '*')} .e-header {
|
|
51
49
|
background: $calendar-none-style;
|
|
52
50
|
display: table;
|
|
53
51
|
font-weight: $calendar-spanicon-font-weight-style;
|
|
@@ -61,8 +59,7 @@
|
|
|
61
59
|
margin-right: $calendar-icon-button-margin;
|
|
62
60
|
padding: 0;
|
|
63
61
|
text-decoration: $calendar-none-style;
|
|
64
|
-
|
|
65
|
-
#{if(&, '&', '*')} span {
|
|
62
|
+
}#{if(&, '&', '*')} span {
|
|
66
63
|
cursor: $calendar-cursor-pointer-style;
|
|
67
64
|
display: inline-block;
|
|
68
65
|
font-size: $calendar-icon-font-size-style;
|
|
@@ -73,24 +70,20 @@
|
|
|
73
70
|
|
|
74
71
|
#{if(&, '&', '*')}.e-disabled {
|
|
75
72
|
cursor: $calendar-cursor-default-style;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
73
|
}
|
|
79
|
-
|
|
74
|
+
}
|
|
75
|
+
}#{if(&, '&', '*')} .e-week-header {
|
|
80
76
|
padding: $calendar-thead-padding;
|
|
81
|
-
|
|
82
|
-
#{if(&, '&', '*')} th {
|
|
77
|
+
}#{if(&, '&', '*')} th {
|
|
83
78
|
cursor: $calendar-cursor-default-style;
|
|
84
79
|
font-size: $calendar-header-font-size;
|
|
85
80
|
font-weight: normal;
|
|
86
81
|
text-align: center;
|
|
87
|
-
|
|
88
|
-
#{if(&, '&', '*')} .e-content {
|
|
82
|
+
}#{if(&, '&', '*')} .e-content {
|
|
89
83
|
#{if(&, '&', '*')} .e-selected ,
|
|
90
84
|
#{if(&, '&', '*')} .e-state-hover {
|
|
91
85
|
border-radius: 0;
|
|
92
|
-
}
|
|
93
|
-
#{if(&, '&', '*')} span.e-day {
|
|
86
|
+
}#{if(&, '&', '*')} span.e-day {
|
|
94
87
|
border-radius: 0;
|
|
95
88
|
cursor: $calendar-cursor-pointer-style;
|
|
96
89
|
display: $calendar-inline-block-style;
|
|
@@ -100,21 +93,17 @@
|
|
|
100
93
|
text-align: center;
|
|
101
94
|
text-decoration: $calendar-none-style;
|
|
102
95
|
vertical-align: middle;
|
|
103
|
-
|
|
104
|
-
#{if(&, '&', '*')} th,
|
|
96
|
+
}#{if(&, '&', '*')} th,
|
|
105
97
|
#{if(&, '&', '*')} td {
|
|
106
98
|
box-sizing: border-box;
|
|
107
|
-
|
|
108
|
-
#{if(&, '&', '*')} td.e-disabled {
|
|
99
|
+
}#{if(&, '&', '*')} td.e-disabled {
|
|
109
100
|
opacity: $calendar-disable-opacity;
|
|
110
101
|
pointer-events: $calendar-none-style;
|
|
111
102
|
touch-action: $calendar-none-style;
|
|
112
|
-
|
|
113
|
-
#{if(&, '&', '*')} td {
|
|
103
|
+
}#{if(&, '&', '*')} td {
|
|
114
104
|
cursor: pointer;
|
|
115
105
|
padding: $calendar-yeardeacde-span-padding;
|
|
116
|
-
text-align: center
|
|
117
|
-
#{if(&, '&', '*')}.e-week-number {
|
|
106
|
+
text-align: center;#{if(&, '&', '*')}.e-week-number {
|
|
118
107
|
color: $calendar-week-number-font-color;
|
|
119
108
|
font-size: $calendar-week-number-font-size-style;
|
|
120
109
|
font-style: $calendar-week-number-font-style;
|
|
@@ -123,12 +112,11 @@
|
|
|
123
112
|
background-color: $calendar-week-number-bg-color;
|
|
124
113
|
border-right: $calendar-week-number-border;
|
|
125
114
|
}
|
|
126
|
-
|
|
127
|
-
#{if(&, '&', '*')}.e-overlay {
|
|
115
|
+
}#{if(&, '&', '*')}.e-overlay {
|
|
128
116
|
background: $calendar-none-style;
|
|
129
117
|
width: initial;
|
|
130
|
-
|
|
131
|
-
|
|
118
|
+
}
|
|
119
|
+
}
|
|
132
120
|
|
|
133
121
|
table {
|
|
134
122
|
border-collapse: separate;
|
|
@@ -140,132 +128,112 @@
|
|
|
140
128
|
padding: $calendar-table-padding;
|
|
141
129
|
table-layout: fixed;
|
|
142
130
|
width: $calendar-full-width;
|
|
143
|
-
|
|
144
|
-
#{if(&, '&', '*')} td.e-other-month > span.e-day,
|
|
131
|
+
}#{if(&, '&', '*')} td.e-other-month > span.e-day,
|
|
145
132
|
#{if(&, '&', '*')} td.e-other-year > span.e-day {
|
|
146
133
|
display: $calendar-other-month-display-style;
|
|
147
134
|
font-weight: $calendar-link-font-weight-style;
|
|
148
|
-
|
|
149
|
-
#{if(&, '&', '*')} tr.e-month-hide {
|
|
135
|
+
}#{if(&, '&', '*')} tr.e-month-hide {
|
|
150
136
|
display: $calendar-other-month-row-display-style;
|
|
151
137
|
font-weight: $calendar-link-font-weight-style;
|
|
152
|
-
|
|
153
|
-
#{if(&, '&', '*')} tr.e-month-hide,
|
|
138
|
+
}#{if(&, '&', '*')} tr.e-month-hide,
|
|
154
139
|
#{if(&, '&', '*')} td.e-other-month,
|
|
155
140
|
#{if(&, '&', '*')} td.e-other-year {
|
|
156
141
|
pointer-events: $calendar-pointer-events;
|
|
157
142
|
touch-action: $calendar-pointer-events;
|
|
158
|
-
|
|
159
|
-
#{if(&, '&', '*')} tr.e-month-hide,
|
|
143
|
+
}#{if(&, '&', '*')} tr.e-month-hide,
|
|
160
144
|
#{if(&, '&', '*')} td.e-other-month.e-disabled,
|
|
161
145
|
#{if(&, '&', '*')} td.e-other-year.e-disabled {
|
|
162
146
|
pointer-events: $calendar-none-style;
|
|
163
147
|
touch-action: $calendar-none-style;
|
|
164
|
-
|
|
165
|
-
#{if(&, '&', '*')} td.e-week-number:hover span.e-day,
|
|
148
|
+
}#{if(&, '&', '*')} td.e-week-number:hover span.e-day,
|
|
166
149
|
#{if(&, '&', '*')} td.e-week-number:hover {
|
|
167
150
|
background-color: $calendar-bg-color;
|
|
168
151
|
cursor: $calendar-cursor-default-style;
|
|
169
152
|
@if $skin-name == 'FluentUI' {
|
|
170
153
|
background-color: $calendar-week-number-bg-color;
|
|
171
154
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
#{if(&, '&', '*')} .e-header {
|
|
155
|
+
}
|
|
156
|
+
}#{if(&, '&', '*')} .e-header {
|
|
175
157
|
#{if(&, '&', '*')} .e-prev,
|
|
176
158
|
#{if(&, '&', '*')} .e-next {
|
|
177
159
|
border-radius: $calendar-border-radius;
|
|
178
160
|
display: inline-block;
|
|
179
161
|
font-size: $calendar-next-prev-icon-size;
|
|
180
162
|
vertical-align: middle;
|
|
181
|
-
|
|
182
|
-
#{if(&, '&', '*')} .e-title {
|
|
163
|
+
}#{if(&, '&', '*')} .e-title {
|
|
183
164
|
cursor: $calendar-cursor-pointer-style;
|
|
184
165
|
display: $calendar-inline-block-style;
|
|
185
166
|
float: $calendar-float-left-style;
|
|
186
167
|
font-size: $calendar-title-font-size;
|
|
187
168
|
font-weight: $calendar-title-font-weight-style;
|
|
188
169
|
text-align: $calendar-float-left-style;
|
|
189
|
-
|
|
190
|
-
#{if(&, '&', '*')} .e-title {
|
|
170
|
+
}#{if(&, '&', '*')} .e-title {
|
|
191
171
|
margin-left: $calendar-title-margin-left-style;
|
|
192
|
-
|
|
193
|
-
#{if(&, '&', '*')} .e-prev:hover,
|
|
172
|
+
}#{if(&, '&', '*')} .e-prev:hover,
|
|
194
173
|
#{if(&, '&', '*')} .e-next:hover {
|
|
195
174
|
cursor: $calendar-cursor-pointer-style;
|
|
196
|
-
|
|
197
|
-
#{if(&, '&', '*')} .e-prev.e-overlay,
|
|
175
|
+
}#{if(&, '&', '*')} .e-prev.e-overlay,
|
|
198
176
|
#{if(&, '&', '*')} .e-next.e-overlay {
|
|
199
177
|
background: $calendar-none-style;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
#{if(&, '&', '*')} .e-header.e-decade .e-title,
|
|
178
|
+
}
|
|
179
|
+
}#{if(&, '&', '*')} .e-header.e-decade .e-title,
|
|
203
180
|
#{if(&, '&', '*')} .e-header.e-year .e-title {
|
|
204
181
|
margin-left: $calendar-decade-title-left-margin-style;
|
|
205
|
-
|
|
206
|
-
#{if(&, '&', '*')} .e-header.e-decade .e-title {
|
|
182
|
+
}#{if(&, '&', '*')} .e-header.e-decade .e-title {
|
|
207
183
|
cursor: $calendar-cursor-default-style;
|
|
208
|
-
|
|
209
|
-
#{if(&, '&', '*')} .e-header .e-icon-container {
|
|
184
|
+
}#{if(&, '&', '*')} .e-header .e-icon-container {
|
|
210
185
|
display: $calendar-inline-block-style;
|
|
211
186
|
float: $calendar-float-right-style;
|
|
212
187
|
padding-top: $calendar-icon-padding-top;
|
|
213
|
-
|
|
214
|
-
#{if(&, '&', '*')} .e-footer-container {
|
|
188
|
+
}#{if(&, '&', '*')} .e-footer-container {
|
|
215
189
|
text-transform: uppercase;
|
|
190
|
+
}
|
|
216
191
|
}
|
|
217
|
-
}
|
|
218
192
|
|
|
219
193
|
//normal style
|
|
220
194
|
#{&}.e-calendar,
|
|
221
195
|
.e-bigger.e-small #{&}.e-calendar {
|
|
222
196
|
border-spacing: 0;
|
|
223
197
|
max-width: $calendar-normal-max-width;
|
|
224
|
-
min-width:
|
|
198
|
+
min-width: $calendar-normal-min-width;
|
|
225
199
|
padding: $calendar-popup-padding;
|
|
226
200
|
|
|
227
201
|
#{if(&, '&', '*')}.e-calendar-day-header-lg {
|
|
228
202
|
max-width: $calendar-lg-day-header-format-max-width;
|
|
229
203
|
min-width: $calendar-lg-day-header-format-min-width;
|
|
230
|
-
}
|
|
231
|
-
#{if(&, '&', '*')}.e-week-number {
|
|
204
|
+
}#{if(&, '&', '*')}.e-week-number {
|
|
232
205
|
min-width: $calendar-weeknumber-min-width;
|
|
233
206
|
}
|
|
234
207
|
|
|
235
208
|
#{if(&, '&', '*')}.e-week {
|
|
236
209
|
max-width: $calendar-week-normal-max-width;
|
|
237
|
-
min-width:
|
|
238
|
-
}
|
|
239
|
-
#{if(&, '&', '*')} .e-header .e-title {
|
|
210
|
+
min-width: $calendar-week-normal-min-width;
|
|
211
|
+
}#{if(&, '&', '*')} .e-header .e-title {
|
|
240
212
|
line-height: $calendar-normal-header-height;
|
|
241
|
-
|
|
242
|
-
#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
213
|
+
}#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
243
214
|
text-align: $calendar-float-right-style;
|
|
244
215
|
text-indent: $calendar-rtl-text-indent;
|
|
245
|
-
|
|
246
|
-
#{if(&, '&', '*')} .e-header {
|
|
216
|
+
}#{if(&, '&', '*')} .e-header {
|
|
247
217
|
height: $calendar-normal-header-height;
|
|
248
218
|
|
|
249
219
|
#{if(&, '&', '*')}.e-month {
|
|
250
220
|
padding: $calendar-normal-header-padding;
|
|
251
|
-
|
|
221
|
+
}
|
|
252
222
|
|
|
253
223
|
#{if(&, '&', '*')}.e-year,
|
|
224
|
+
|
|
254
225
|
#{if(&, '&', '*')}.e-decade {
|
|
255
226
|
padding: $calendar-yeardecade-header-padding;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
#{if(&, '&', '*')} th {
|
|
227
|
+
}
|
|
228
|
+
}#{if(&, '&', '*')} th {
|
|
259
229
|
font-weight: $calendar-normal-day-header-font-weight;
|
|
260
230
|
height: $calendar-normal-day-header-height;
|
|
261
231
|
text-transform: $calendar-normal-day-header-text;
|
|
262
|
-
|
|
263
|
-
#{if(&, '&', '*')} .e-content {
|
|
232
|
+
}#{if(&, '&', '*')} .e-content {
|
|
264
233
|
#{if(&, '&', '*')} .e-selected ,
|
|
265
234
|
#{if(&, '&', '*')} .e-state-hover {
|
|
266
235
|
border-radius: 0;
|
|
267
|
-
}
|
|
268
|
-
#{if(&, '&', '*')} span.e-day {
|
|
236
|
+
}#{if(&, '&', '*')} span.e-day {
|
|
269
237
|
border: $calendar-default-border-color;
|
|
270
238
|
font-size: $calendar-date-font-size;
|
|
271
239
|
font-weight: $calendar-link-font-weight-style;
|
|
@@ -273,44 +241,36 @@
|
|
|
273
241
|
line-height: $calendar-normal-month-view-height;
|
|
274
242
|
width: $calendar-normal-month-view-width;
|
|
275
243
|
}
|
|
276
|
-
|
|
277
|
-
#{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
|
|
244
|
+
}#{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
|
|
278
245
|
line-height: $calendar-normal-month-view-line-height;
|
|
279
|
-
|
|
280
|
-
#{if(&, '&', '*')} .e-content.e-year table,
|
|
246
|
+
}#{if(&, '&', '*')} .e-content.e-year table,
|
|
281
247
|
#{if(&, '&', '*')} .e-content.e-decade table {
|
|
282
248
|
border-spacing: 0;
|
|
283
249
|
padding: $calendar-yeardecade-padding;
|
|
284
|
-
|
|
285
|
-
#{if(&, '&', '*')} .e-content.e-month td {
|
|
250
|
+
}#{if(&, '&', '*')} .e-content.e-month td {
|
|
286
251
|
height: $calendar-normal-month-view-height;
|
|
287
252
|
padding: $calendar-normal-month-cell-padding;
|
|
288
|
-
|
|
289
|
-
#{if(&, '&', '*')} .e-content .tfooter > tr > td {
|
|
253
|
+
}#{if(&, '&', '*')} .e-content .tfooter > tr > td {
|
|
290
254
|
height: $calendar-normal-today-button-height;
|
|
291
255
|
line-height: $calendar-normal-today-button-height;
|
|
292
|
-
|
|
293
|
-
#{if(&, '&', '*')} .e-content.e-year td,
|
|
256
|
+
}#{if(&, '&', '*')} .e-content.e-year td,
|
|
294
257
|
#{if(&, '&', '*')} .e-content.e-decade td {
|
|
295
258
|
height: $calendar-normal-year-decade-height;
|
|
296
259
|
padding: $calendar-normal-year-decade-padding;
|
|
297
|
-
|
|
298
|
-
#{if(&, '&', '*')} .e-content.e-year td > span.e-day,
|
|
260
|
+
}#{if(&, '&', '*')} .e-content.e-year td > span.e-day,
|
|
299
261
|
#{if(&, '&', '*')} .e-content.e-decade td > span.e-day {
|
|
300
262
|
font-weight: $calendar-yeardecade-font-weight;
|
|
301
263
|
height: $calendar-normal-year-decade-height;
|
|
302
264
|
line-height: $calendar-normal-year-decade-height;
|
|
303
265
|
width: $calendar-normal-year-decade-width;
|
|
304
|
-
|
|
305
|
-
#{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date) > span.e-day,
|
|
266
|
+
}#{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date) > span.e-day,
|
|
306
267
|
#{if(&, '&', '*')} .e-content.e-decade td.e-selected:not(.e-focused-date) > span.e-day,
|
|
307
268
|
#{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date):hover > span.e-day,
|
|
308
269
|
#{if(&, '&', '*')} .e-content.e-decade td.e-selected:not(.e-focused-date):hover > span.e-day {
|
|
309
270
|
@if ($skin-name == 'FluentUI') {
|
|
310
271
|
box-shadow: $calendar-none-style;
|
|
311
272
|
}
|
|
312
|
-
|
|
313
|
-
#{if(&, '&', '*')} .e-header .e-icon-container {
|
|
273
|
+
}#{if(&, '&', '*')} .e-header .e-icon-container {
|
|
314
274
|
#{if(&, '&', '*')} .e-prev,
|
|
315
275
|
#{if(&, '&', '*')} .e-next {
|
|
316
276
|
height: $calendar-normal-icon-size;
|
|
@@ -322,8 +282,8 @@
|
|
|
322
282
|
margin: $calendar-normal-down-icon-margin;
|
|
323
283
|
}
|
|
324
284
|
}
|
|
325
|
-
|
|
326
|
-
|
|
285
|
+
|
|
286
|
+
}#{if(&, '&', '*')} .e-footer-container {
|
|
327
287
|
background-color: $calendar-footer-background;
|
|
328
288
|
border-top: $calendar-footer-border;
|
|
329
289
|
cursor: $calendar-cursor-default-style;
|
|
@@ -333,13 +293,12 @@
|
|
|
333
293
|
padding: $calendar-footer-container-padding;
|
|
334
294
|
text-align: center;
|
|
335
295
|
width: $calendar-full-width;
|
|
336
|
-
|
|
337
|
-
#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
296
|
+
}#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
338
297
|
@if $skin-name == 'bootstrap5' {
|
|
339
298
|
text-indent: $calendar-rtl-bigger-small-text-indent;
|
|
340
|
-
}
|
|
341
299
|
}
|
|
342
300
|
}
|
|
301
|
+
}
|
|
343
302
|
|
|
344
303
|
.e-small.e-bigger#{&}.e-calendar,
|
|
345
304
|
.e-small.e-bigger #{&}.e-calendar {
|
|
@@ -367,7 +326,7 @@
|
|
|
367
326
|
@if $skin-name == 'tailwind' {
|
|
368
327
|
padding: $calendar-bigger-small-header-padding;
|
|
369
328
|
}
|
|
370
|
-
|
|
329
|
+
}
|
|
371
330
|
|
|
372
331
|
#{if(&, '&', '*')} .e-icon-container .e-prev {
|
|
373
332
|
@if $skin-name == 'tailwind' {
|
|
@@ -406,8 +365,7 @@
|
|
|
406
365
|
@if $skin-name == 'tailwind' {
|
|
407
366
|
line-height: $calendar-bigger-small-month-view-line-height;
|
|
408
367
|
}
|
|
409
|
-
}
|
|
410
|
-
#{if(&, '&', '*')}.e-month td {
|
|
368
|
+
}#{if(&, '&', '*')}.e-month td {
|
|
411
369
|
@if $skin-name == 'tailwind' {
|
|
412
370
|
height: $calendar-bigger-small-month-view-height;
|
|
413
371
|
}
|
|
@@ -419,8 +377,7 @@
|
|
|
419
377
|
height: $calendar-day-bigger-small-cell-size;
|
|
420
378
|
width: $calendar-day-bigger-small-cell-size;
|
|
421
379
|
}
|
|
422
|
-
}
|
|
423
|
-
#{if(&, '&', '*')} .e-header .e-title {
|
|
380
|
+
}#{if(&, '&', '*')} .e-header .e-title {
|
|
424
381
|
@if $skin-name == 'bootstrap5' {
|
|
425
382
|
margin-left: $calendar-title-margin-bigger-small-left-style;
|
|
426
383
|
}
|
|
@@ -437,24 +394,19 @@
|
|
|
437
394
|
#{if(&, '&', '*')}.e-calendar-day-header-lg {
|
|
438
395
|
max-width: $calendar-lg-day-header-format-max-width;
|
|
439
396
|
min-width: $calendar-lg-day-header-format-min-width;
|
|
440
|
-
}
|
|
441
|
-
#{if(&, '&', '*')}.e-week {
|
|
397
|
+
}#{if(&, '&', '*')}.e-week {
|
|
442
398
|
max-width: $calendar-week-bigger-max-width;
|
|
443
399
|
min-width: $calendar-week-bigger-min-width;
|
|
444
|
-
}
|
|
445
|
-
#{if(&, '&', '*')}.e-week-number {
|
|
400
|
+
}#{if(&, '&', '*')}.e-week-number {
|
|
446
401
|
min-width: $calendar-weeknumber-bigger-width;
|
|
447
|
-
}
|
|
448
|
-
#{if(&, '&', '*')} .e-header .e-title {
|
|
402
|
+
}#{if(&, '&', '*')} .e-header .e-title {
|
|
449
403
|
font-size: $calendar-bigger-header-font-size;
|
|
450
404
|
line-height: $calendar-bigger-header-height;
|
|
451
405
|
width: 60%;
|
|
452
|
-
|
|
453
|
-
#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
406
|
+
}#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
454
407
|
line-height: $calendar-bigger-header-height;
|
|
455
408
|
text-indent: 6px;
|
|
456
|
-
|
|
457
|
-
#{if(&, '&', '*')} .e-header {
|
|
409
|
+
}#{if(&, '&', '*')} .e-header {
|
|
458
410
|
height: $calendar-bigger-header-height;
|
|
459
411
|
padding: $calendar-bigger-header-padding;
|
|
460
412
|
|
|
@@ -464,81 +416,72 @@
|
|
|
464
416
|
#{if(&, '&', '*')} span {
|
|
465
417
|
font-size: $calendar-bigger-icon-font-size;
|
|
466
418
|
padding: $calendar-bigger-icon-padding;
|
|
467
|
-
|
|
468
|
-
|
|
419
|
+
}
|
|
420
|
+
}
|
|
469
421
|
|
|
470
422
|
#{if(&, '&', '*')}.e-year,
|
|
471
423
|
#{if(&, '&', '*')}.e-decade {
|
|
472
424
|
padding: $calendar-bigger-yeardecade-header-padding;
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
}#{if(&, '&', '*')} th {
|
|
476
428
|
font-size: $calendar-bigger-week-header-font-size;
|
|
477
429
|
height: $calendar-bigger-day-header-height;
|
|
478
430
|
text-transform: $calendar-normal-day-header-text;
|
|
479
|
-
|
|
480
|
-
#{if(&, '&', '*')} .e-content {
|
|
431
|
+
}#{if(&, '&', '*')} .e-content {
|
|
481
432
|
#{if(&, '&', '*')}.e-year span.e-day {
|
|
482
433
|
font-size: $calendar-bigger-yeardecade-font-size;
|
|
483
434
|
font-weight: $calendar-bigger-yeardecade-font-weight;
|
|
484
|
-
|
|
435
|
+
}
|
|
485
436
|
|
|
486
437
|
#{if(&, '&', '*')}.e-month table {
|
|
487
438
|
padding: $calendar-bigger-table-month-padding;
|
|
488
|
-
|
|
439
|
+
}
|
|
489
440
|
|
|
490
441
|
#{if(&, '&', '*')}.e-year table,
|
|
491
442
|
#{if(&, '&', '*')}.e-decade table {
|
|
492
443
|
padding: $calendar-bigger-table-yeardecade-padding;
|
|
493
|
-
|
|
444
|
+
}
|
|
494
445
|
|
|
495
446
|
#{if(&, '&', '*')} .e-selected ,
|
|
496
447
|
#{if(&, '&', '*')} .e-state-hover {
|
|
497
448
|
border-radius: 0;
|
|
498
|
-
}
|
|
499
|
-
#{if(&, '&', '*')} span.e-day {
|
|
449
|
+
}#{if(&, '&', '*')} span.e-day {
|
|
500
450
|
font-size: $calendar-bigger-month-font-size;
|
|
501
451
|
height: $calendar-bigger-month-view-height;
|
|
502
452
|
line-height: $calendar-bigger-month-view-height;
|
|
503
453
|
width: $calendar-bigger-month-view-width;
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
#{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
|
|
454
|
+
}
|
|
455
|
+
}#{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
|
|
507
456
|
line-height: $calendar-bigger-month-view-line-height;
|
|
508
|
-
|
|
509
|
-
#{if(&, '&', '*')} .e-content.e-month td {
|
|
457
|
+
}#{if(&, '&', '*')} .e-content.e-month td {
|
|
510
458
|
height: $calendar-bigger-month-view-padding;
|
|
511
459
|
padding: $calendar-bigger-month-view-padding;
|
|
512
|
-
|
|
513
|
-
#{if(&, '&', '*')} .e-content.e-year td,
|
|
460
|
+
}#{if(&, '&', '*')} .e-content.e-year td,
|
|
514
461
|
#{if(&, '&', '*')} .e-content.e-decade td {
|
|
515
462
|
height: $calendar-bigger-year-decade-height;
|
|
516
463
|
padding: $calendar-bigger-year-decade-padding;
|
|
517
|
-
|
|
518
|
-
#{if(&, '&', '*')} .e-content.e-year td > span.e-day,
|
|
464
|
+
}#{if(&, '&', '*')} .e-content.e-year td > span.e-day,
|
|
519
465
|
#{if(&, '&', '*')} .e-content.e-decade td > span.e-day {
|
|
520
466
|
height: $calendar-bigger-year-decade-height;
|
|
521
467
|
line-height: $calendar-bigger-year-decade-height;
|
|
522
468
|
width: $calendar-bigger-year-decade-width;
|
|
523
|
-
|
|
524
|
-
#{if(&, '&', '*')} .e-header .e-icon-container {
|
|
469
|
+
}#{if(&, '&', '*')} .e-header .e-icon-container {
|
|
525
470
|
#{if(&, '&', '*')} .e-prev,
|
|
526
471
|
#{if(&, '&', '*')} .e-next {
|
|
527
472
|
height: $calendar-bigger-icon-size;
|
|
528
473
|
width: $calendar-bigger-icon-size;
|
|
529
|
-
|
|
474
|
+
}
|
|
530
475
|
|
|
531
476
|
#{if(&, '&', '*')} .e-prev {
|
|
532
477
|
@if $skin-name == 'tailwind' {
|
|
533
478
|
margin: $calendar-bigger-down-icon-margin;
|
|
534
479
|
}
|
|
535
480
|
}
|
|
536
|
-
}
|
|
537
|
-
#{if(&, '&', '*')} .e-footer-container {
|
|
481
|
+
}#{if(&, '&', '*')} .e-footer-container {
|
|
538
482
|
border-top: $calendar-bigger-footer-border;
|
|
539
483
|
padding: $calendar-bigger-footer-container-padding;
|
|
540
|
-
}
|
|
541
|
-
#{if(&, '&', '*')} .e-header .e-title {
|
|
484
|
+
}#{if(&, '&', '*')} .e-header .e-title {
|
|
542
485
|
@if $skin-name == 'bootstrap5' {
|
|
543
486
|
margin-left: $calendar-title-margin-bigger-small-left-style;
|
|
544
487
|
}
|
|
@@ -547,15 +490,15 @@
|
|
|
547
490
|
#{if(&, '&', '*')}.e-rtl .e-header .e-title {
|
|
548
491
|
@if $skin-name == 'bootstrap5' {
|
|
549
492
|
text-indent: $calendar-rtl-bigger-text-indent;
|
|
493
|
+
}
|
|
550
494
|
}
|
|
551
|
-
}
|
|
552
495
|
}
|
|
553
496
|
|
|
554
497
|
// Mouse small style
|
|
555
498
|
.e-small#{&}.e-calendar,
|
|
556
499
|
.e-small #{&}.e-calendar {
|
|
557
500
|
max-width: $calendar-small-max-width;
|
|
558
|
-
min-width:
|
|
501
|
+
min-width: $calendar-small-min-width;
|
|
559
502
|
padding: $calendar-small-popup-padding;
|
|
560
503
|
|
|
561
504
|
#{if(&, '&', '*')} .e-footer-container {
|
|
@@ -567,8 +510,7 @@
|
|
|
567
510
|
#{if(&, '&', '*')}.e-calendar-day-header-lg {
|
|
568
511
|
max-width: $calendar-lg-day-header-format-max-width;
|
|
569
512
|
min-width: $calendar-lg-day-header-format-min-width;
|
|
570
|
-
}
|
|
571
|
-
#{if(&, '&', '*')} .e-content {
|
|
513
|
+
}#{if(&, '&', '*')} .e-content {
|
|
572
514
|
#{if(&, '&', '*')} span.e-day {
|
|
573
515
|
font-size: $calendar-small-date-font-size;
|
|
574
516
|
height: $calendar-small-month-view-height;
|
|
@@ -604,7 +546,7 @@
|
|
|
604
546
|
@if $skin-name == 'tailwind' {
|
|
605
547
|
padding: $calendar-small-header-padding;
|
|
606
548
|
}
|
|
607
|
-
|
|
549
|
+
}
|
|
608
550
|
}
|
|
609
551
|
|
|
610
552
|
#{if(&, '&', '*')} .e-content.e-month table,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$calendar-title-hover-color: $grey-dark-font !default;
|
|
3
3
|
$calendar-icon-hover-color: $grey-dark-font !default;
|
|
4
4
|
$calendar-default-border-color: $grey-700 !default;
|
|
@@ -69,7 +69,6 @@ $calendar-border-radius: 50% !default;
|
|
|
69
69
|
$calendar-pointer-events: none !default;
|
|
70
70
|
$calendar-float-right-style: right !default;
|
|
71
71
|
$calendar-icon-padding-top: 0 !default;
|
|
72
|
-
|
|
73
72
|
// newly added
|
|
74
73
|
$calendar-active-today-hover-font-color: $accent-font !default;
|
|
75
74
|
$calendar-today-focused-font-color: $accent !default;
|
|
@@ -168,7 +167,6 @@ $calendar-today-disabled-background-style: transparent !default;
|
|
|
168
167
|
$calendar-today-disabled-border-style: transparent !default;
|
|
169
168
|
$calendar-today-disabled-box-shadow: none !default;
|
|
170
169
|
$calendar-today-disabled-color: rgba($grey-white, .3) !default;
|
|
171
|
-
|
|
172
170
|
//endtoday
|
|
173
171
|
|
|
174
172
|
//table related styles
|