@syncfusion/ej2-angular-calendars 19.4.55 → 20.1.52

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.
Files changed (98) hide show
  1. package/CHANGELOG.md +0 -14
  2. package/dist/ej2-angular-calendars.umd.js +1 -1
  3. package/dist/ej2-angular-calendars.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +82 -31
  9. package/styles/bootstrap.css +82 -31
  10. package/styles/bootstrap4.css +82 -31
  11. package/styles/bootstrap5-dark.css +140 -45
  12. package/styles/bootstrap5.css +134 -39
  13. package/styles/calendar/bootstrap-dark.css +9 -5
  14. package/styles/calendar/bootstrap.css +9 -5
  15. package/styles/calendar/bootstrap4.css +9 -5
  16. package/styles/calendar/bootstrap5-dark.css +62 -14
  17. package/styles/calendar/bootstrap5.css +58 -10
  18. package/styles/calendar/fabric-dark.css +4 -0
  19. package/styles/calendar/fabric.css +4 -0
  20. package/styles/calendar/fluent-dark.css +1189 -0
  21. package/styles/calendar/fluent-dark.scss +1 -0
  22. package/styles/calendar/fluent.css +1189 -0
  23. package/styles/calendar/fluent.scss +1 -0
  24. package/styles/calendar/highcontrast-light.css +4 -0
  25. package/styles/calendar/highcontrast.css +4 -0
  26. package/styles/calendar/material-dark.css +4 -0
  27. package/styles/calendar/material.css +4 -0
  28. package/styles/calendar/tailwind-dark.css +158 -34
  29. package/styles/calendar/tailwind.css +158 -34
  30. package/styles/datepicker/bootstrap-dark.css +12 -2
  31. package/styles/datepicker/bootstrap.css +12 -2
  32. package/styles/datepicker/bootstrap4.css +12 -2
  33. package/styles/datepicker/bootstrap5-dark.css +12 -2
  34. package/styles/datepicker/bootstrap5.css +12 -2
  35. package/styles/datepicker/fabric-dark.css +12 -2
  36. package/styles/datepicker/fabric.css +12 -2
  37. package/styles/datepicker/fluent-dark.css +189 -0
  38. package/styles/datepicker/fluent-dark.scss +1 -0
  39. package/styles/datepicker/fluent.css +189 -0
  40. package/styles/datepicker/fluent.scss +1 -0
  41. package/styles/datepicker/highcontrast-light.css +12 -2
  42. package/styles/datepicker/highcontrast.css +12 -2
  43. package/styles/datepicker/material-dark.css +12 -2
  44. package/styles/datepicker/material.css +12 -2
  45. package/styles/datepicker/tailwind-dark.css +15 -5
  46. package/styles/datepicker/tailwind.css +15 -5
  47. package/styles/daterangepicker/bootstrap-dark.css +60 -24
  48. package/styles/daterangepicker/bootstrap.css +60 -24
  49. package/styles/daterangepicker/bootstrap4.css +60 -24
  50. package/styles/daterangepicker/bootstrap5-dark.css +65 -29
  51. package/styles/daterangepicker/bootstrap5.css +63 -27
  52. package/styles/daterangepicker/fabric-dark.css +60 -24
  53. package/styles/daterangepicker/fabric.css +60 -24
  54. package/styles/daterangepicker/fluent-dark.css +1055 -0
  55. package/styles/daterangepicker/fluent-dark.scss +1 -0
  56. package/styles/daterangepicker/fluent.css +1055 -0
  57. package/styles/daterangepicker/fluent.scss +1 -0
  58. package/styles/daterangepicker/highcontrast-light.css +60 -24
  59. package/styles/daterangepicker/highcontrast.css +60 -24
  60. package/styles/daterangepicker/material-dark.css +60 -24
  61. package/styles/daterangepicker/material.css +60 -24
  62. package/styles/daterangepicker/tailwind-dark.css +137 -93
  63. package/styles/daterangepicker/tailwind.css +137 -93
  64. package/styles/datetimepicker/fluent-dark.css +205 -0
  65. package/styles/datetimepicker/fluent-dark.scss +1 -0
  66. package/styles/datetimepicker/fluent.css +205 -0
  67. package/styles/datetimepicker/fluent.scss +1 -0
  68. package/styles/datetimepicker/tailwind-dark.css +1 -1
  69. package/styles/datetimepicker/tailwind.css +1 -1
  70. package/styles/fabric-dark.css +77 -26
  71. package/styles/fabric.css +77 -26
  72. package/styles/fluent-dark.css +2864 -0
  73. package/styles/fluent-dark.scss +5 -0
  74. package/styles/fluent.css +2864 -0
  75. package/styles/fluent.scss +5 -0
  76. package/styles/highcontrast-light.css +77 -26
  77. package/styles/highcontrast.css +77 -26
  78. package/styles/material-dark.css +77 -26
  79. package/styles/material.css +77 -26
  80. package/styles/tailwind-dark.css +316 -137
  81. package/styles/tailwind.css +316 -137
  82. package/styles/timepicker/bootstrap-dark.css +1 -0
  83. package/styles/timepicker/bootstrap.css +1 -0
  84. package/styles/timepicker/bootstrap4.css +1 -0
  85. package/styles/timepicker/bootstrap5-dark.css +1 -0
  86. package/styles/timepicker/bootstrap5.css +1 -0
  87. package/styles/timepicker/fabric-dark.css +1 -0
  88. package/styles/timepicker/fabric.css +1 -0
  89. package/styles/timepicker/fluent-dark.css +222 -0
  90. package/styles/timepicker/fluent-dark.scss +1 -0
  91. package/styles/timepicker/fluent.css +222 -0
  92. package/styles/timepicker/fluent.scss +1 -0
  93. package/styles/timepicker/highcontrast-light.css +1 -0
  94. package/styles/timepicker/highcontrast.css +1 -0
  95. package/styles/timepicker/material-dark.css +1 -0
  96. package/styles/timepicker/material.css +1 -0
  97. package/styles/timepicker/tailwind-dark.css +5 -4
  98. package/styles/timepicker/tailwind.css +5 -4
@@ -173,6 +173,7 @@
173
173
  }
174
174
 
175
175
  .e-timepicker.e-popup {
176
+ background-color: #2a2a2a;
176
177
  border: 1px solid #414141;
177
178
  border-radius: 4px;
178
179
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
@@ -173,6 +173,7 @@
173
173
  }
174
174
 
175
175
  .e-timepicker.e-popup {
176
+ background-color: #fff;
176
177
  border: 1px solid #ccc;
177
178
  border-radius: 4px;
178
179
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.175);
@@ -175,6 +175,7 @@
175
175
  }
176
176
 
177
177
  .e-timepicker.e-popup {
178
+ background-color: #fff;
178
179
  border: 1px solid rgba(0, 0, 0, 0.15);
179
180
  border-radius: 4px;
180
181
  box-shadow: none;
@@ -175,6 +175,7 @@
175
175
  }
176
176
 
177
177
  .e-timepicker.e-popup {
178
+ background-color: #343a40;
178
179
  border: 1px solid #444c54;
179
180
  border-radius: 6px;
180
181
  box-shadow: none;
@@ -175,6 +175,7 @@
175
175
  }
176
176
 
177
177
  .e-timepicker.e-popup {
178
+ background-color: #fff;
178
179
  border: 1px solid #dee2e6;
179
180
  border-radius: 6px;
180
181
  box-shadow: none;
@@ -173,6 +173,7 @@
173
173
  }
174
174
 
175
175
  .e-timepicker.e-popup {
176
+ background-color: #282727;
176
177
  border: 1px solid #414040;
177
178
  border-radius: 0;
178
179
  box-shadow: none;
@@ -173,6 +173,7 @@
173
173
  }
174
174
 
175
175
  .e-timepicker.e-popup {
176
+ background-color: #fff;
176
177
  border: 1px solid #eaeaea;
177
178
  border-radius: 0;
178
179
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
@@ -0,0 +1,222 @@
1
+ /*! component icons */
2
+ .e-time-wrapper .e-time-icon.e-icons::before,
3
+ *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
4
+ content: '\e705';
5
+ }
6
+
7
+ .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
8
+ .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
9
+ display: -ms-flexbox;
10
+ display: flex;
11
+ }
12
+
13
+ .e-time-wrapper,
14
+ *.e-control-wrapper.e-time-wrapper {
15
+ -webkit-tap-highlight-color: transparent;
16
+ }
17
+
18
+ .e-time-wrapper .e-time-icon.e-icons,
19
+ *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
20
+ font-size: 16px;
21
+ }
22
+
23
+ .e-time-wrapper .e-time-icon.e-icons.e-disabled,
24
+ *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
25
+ pointer-events: none;
26
+ }
27
+
28
+ .e-time-wrapper span,
29
+ *.e-control-wrapper.e-time-wrapper span {
30
+ cursor: pointer;
31
+ }
32
+
33
+ .e-timepicker.e-time-modal {
34
+ background-color: rgba(0, 0, 0, 0.4);
35
+ height: 100%;
36
+ left: 0;
37
+ opacity: .5;
38
+ pointer-events: auto;
39
+ position: fixed;
40
+ top: 0;
41
+ width: 100%;
42
+ z-index: 999;
43
+ }
44
+
45
+ .e-timepicker.e-popup {
46
+ border-style: solid;
47
+ border-width: 1px;
48
+ overflow: auto;
49
+ }
50
+
51
+ .e-timepicker.e-popup .e-content {
52
+ position: relative;
53
+ }
54
+
55
+ .e-timepicker.e-popup .e-list-parent.e-ul {
56
+ margin: 0;
57
+ padding: 0 0;
58
+ }
59
+
60
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
61
+ cursor: default;
62
+ font-size: 14px;
63
+ overflow: hidden;
64
+ position: relative;
65
+ text-overflow: ellipsis;
66
+ vertical-align: middle;
67
+ white-space: nowrap;
68
+ width: 100%;
69
+ }
70
+
71
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
72
+ cursor: pointer;
73
+ }
74
+
75
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
76
+ line-height: 36px;
77
+ text-indent: 12px;
78
+ }
79
+
80
+ .e-bigger .e-time-wrapper .e-time-icon.e-icons,
81
+ *.e-bigger.e-time-wrapper .e-time-icon.e-icons,
82
+ *.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
83
+ *.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
84
+ font-size: 18px;
85
+ }
86
+
87
+ .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
88
+ *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
89
+ padding: 0 0;
90
+ }
91
+
92
+ .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
93
+ *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
94
+ font-size: 18px;
95
+ line-height: 40px;
96
+ text-indent: 16px;
97
+ }
98
+
99
+ .e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
100
+ *.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
101
+ font-size: 12px;
102
+ line-height: 26px;
103
+ text-indent: 8px;
104
+ }
105
+
106
+ .e-small .e-time-wrapper .e-time-icon.e-icons,
107
+ *.e-small.e-time-wrapper .e-time-icon.e-icons,
108
+ *.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
109
+ *.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons {
110
+ font-size: 14px;
111
+ }
112
+
113
+ .e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
114
+ *.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
115
+ font-size: 16px;
116
+ line-height: 38px;
117
+ text-indent: 16px;
118
+ }
119
+
120
+ .e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons,
121
+ *.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,
122
+ *.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
123
+ *.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons {
124
+ font-size: 16px;
125
+ }
126
+
127
+ .e-content-placeholder.e-timepicker.e-placeholder-timepicker {
128
+ background-size: 250px 33px;
129
+ min-height: 33px;
130
+ }
131
+
132
+ .e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker,
133
+ .e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
134
+ background-size: 250px 40px;
135
+ min-height: 40px;
136
+ }
137
+
138
+ .e-time-overflow {
139
+ overflow: hidden;
140
+ }
141
+
142
+ .e-timepicker-mob-popup-wrap {
143
+ -ms-flex-align: center;
144
+ align-items: center;
145
+ display: -ms-flexbox;
146
+ display: flex;
147
+ -ms-flex-direction: column;
148
+ flex-direction: column;
149
+ height: 100%;
150
+ -ms-flex-pack: center;
151
+ justify-content: center;
152
+ left: 0;
153
+ max-height: 100%;
154
+ position: fixed;
155
+ top: 0;
156
+ width: 100%;
157
+ z-index: 1002;
158
+ }
159
+
160
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
161
+ left: 0 !important;
162
+ position: relative;
163
+ top: 0 !important;
164
+ }
165
+
166
+ /*! timepicker theme */
167
+ .e-time-wrapper .e-input-group-icon.e-icons.e-active {
168
+ color: #f3f2f1;
169
+ }
170
+
171
+ .e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
172
+ color: #f3f2f1;
173
+ }
174
+
175
+ .e-timepicker.e-popup {
176
+ background-color: #252423;
177
+ border: 0 solid #292827;
178
+ border-radius: 6px;
179
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
180
+ }
181
+
182
+ .e-timepicker.e-popup .e-list-parent.e-ul {
183
+ background-color: #252423;
184
+ }
185
+
186
+ .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
187
+ border: none;
188
+ color: #f3f2f1;
189
+ }
190
+
191
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
192
+ color: #605e5c;
193
+ opacity: 1;
194
+ pointer-events: none;
195
+ -ms-touch-action: none;
196
+ touch-action: none;
197
+ }
198
+
199
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
200
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
201
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
202
+ background-color: #323130;
203
+ border: none;
204
+ color: #f3f2f1;
205
+ }
206
+
207
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
208
+ background-color: #3b3a39;
209
+ color: #f3f2f1;
210
+ }
211
+
212
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
213
+ background-color: #323130;
214
+ color: #f3f2f1;
215
+ }
216
+
217
+ .e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
218
+ *.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
219
+ .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
220
+ *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
221
+ color: #f3f2f1;
222
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/timepicker/fluent-dark.scss';
@@ -0,0 +1,222 @@
1
+ /*! component icons */
2
+ .e-time-wrapper .e-time-icon.e-icons::before,
3
+ *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
4
+ content: '\e705';
5
+ }
6
+
7
+ .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
8
+ .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
9
+ display: -ms-flexbox;
10
+ display: flex;
11
+ }
12
+
13
+ .e-time-wrapper,
14
+ *.e-control-wrapper.e-time-wrapper {
15
+ -webkit-tap-highlight-color: transparent;
16
+ }
17
+
18
+ .e-time-wrapper .e-time-icon.e-icons,
19
+ *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons {
20
+ font-size: 16px;
21
+ }
22
+
23
+ .e-time-wrapper .e-time-icon.e-icons.e-disabled,
24
+ *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled {
25
+ pointer-events: none;
26
+ }
27
+
28
+ .e-time-wrapper span,
29
+ *.e-control-wrapper.e-time-wrapper span {
30
+ cursor: pointer;
31
+ }
32
+
33
+ .e-timepicker.e-time-modal {
34
+ background-color: rgba(0, 0, 0, 0.4);
35
+ height: 100%;
36
+ left: 0;
37
+ opacity: .5;
38
+ pointer-events: auto;
39
+ position: fixed;
40
+ top: 0;
41
+ width: 100%;
42
+ z-index: 999;
43
+ }
44
+
45
+ .e-timepicker.e-popup {
46
+ border-style: solid;
47
+ border-width: 1px;
48
+ overflow: auto;
49
+ }
50
+
51
+ .e-timepicker.e-popup .e-content {
52
+ position: relative;
53
+ }
54
+
55
+ .e-timepicker.e-popup .e-list-parent.e-ul {
56
+ margin: 0;
57
+ padding: 0 0;
58
+ }
59
+
60
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
61
+ cursor: default;
62
+ font-size: 14px;
63
+ overflow: hidden;
64
+ position: relative;
65
+ text-overflow: ellipsis;
66
+ vertical-align: middle;
67
+ white-space: nowrap;
68
+ width: 100%;
69
+ }
70
+
71
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover {
72
+ cursor: pointer;
73
+ }
74
+
75
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
76
+ line-height: 36px;
77
+ text-indent: 12px;
78
+ }
79
+
80
+ .e-bigger .e-time-wrapper .e-time-icon.e-icons,
81
+ *.e-bigger.e-time-wrapper .e-time-icon.e-icons,
82
+ *.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
83
+ *.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
84
+ font-size: 18px;
85
+ }
86
+
87
+ .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
88
+ *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
89
+ padding: 0 0;
90
+ }
91
+
92
+ .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
93
+ *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
94
+ font-size: 18px;
95
+ line-height: 40px;
96
+ text-indent: 16px;
97
+ }
98
+
99
+ .e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
100
+ *.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
101
+ font-size: 12px;
102
+ line-height: 26px;
103
+ text-indent: 8px;
104
+ }
105
+
106
+ .e-small .e-time-wrapper .e-time-icon.e-icons,
107
+ *.e-small.e-time-wrapper .e-time-icon.e-icons,
108
+ *.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
109
+ *.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons {
110
+ font-size: 14px;
111
+ }
112
+
113
+ .e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
114
+ *.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
115
+ font-size: 16px;
116
+ line-height: 38px;
117
+ text-indent: 16px;
118
+ }
119
+
120
+ .e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons,
121
+ *.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons,
122
+ *.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons,
123
+ *.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons {
124
+ font-size: 16px;
125
+ }
126
+
127
+ .e-content-placeholder.e-timepicker.e-placeholder-timepicker {
128
+ background-size: 250px 33px;
129
+ min-height: 33px;
130
+ }
131
+
132
+ .e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker,
133
+ .e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker {
134
+ background-size: 250px 40px;
135
+ min-height: 40px;
136
+ }
137
+
138
+ .e-time-overflow {
139
+ overflow: hidden;
140
+ }
141
+
142
+ .e-timepicker-mob-popup-wrap {
143
+ -ms-flex-align: center;
144
+ align-items: center;
145
+ display: -ms-flexbox;
146
+ display: flex;
147
+ -ms-flex-direction: column;
148
+ flex-direction: column;
149
+ height: 100%;
150
+ -ms-flex-pack: center;
151
+ justify-content: center;
152
+ left: 0;
153
+ max-height: 100%;
154
+ position: fixed;
155
+ top: 0;
156
+ width: 100%;
157
+ z-index: 1002;
158
+ }
159
+
160
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open {
161
+ left: 0 !important;
162
+ position: relative;
163
+ top: 0 !important;
164
+ }
165
+
166
+ /*! timepicker theme */
167
+ .e-time-wrapper .e-input-group-icon.e-icons.e-active {
168
+ color: #201f1e;
169
+ }
170
+
171
+ .e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active {
172
+ color: #201f1e;
173
+ }
174
+
175
+ .e-timepicker.e-popup {
176
+ background-color: #fff;
177
+ border: 0 solid #edebe9;
178
+ border-radius: 6px;
179
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
180
+ }
181
+
182
+ .e-timepicker.e-popup .e-list-parent.e-ul {
183
+ background-color: #fff;
184
+ }
185
+
186
+ .e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item {
187
+ border: none;
188
+ color: #201f1e;
189
+ }
190
+
191
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled {
192
+ color: #a19f9d;
193
+ opacity: 1;
194
+ pointer-events: none;
195
+ -ms-touch-action: none;
196
+ touch-action: none;
197
+ }
198
+
199
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover,
200
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation,
201
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus {
202
+ background-color: #f3f2f1;
203
+ border: none;
204
+ color: #201f1e;
205
+ }
206
+
207
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
208
+ background-color: #edebe9;
209
+ color: #201f1e;
210
+ }
211
+
212
+ .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover {
213
+ background-color: #f3f2f1;
214
+ color: #201f1e;
215
+ }
216
+
217
+ .e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
218
+ *.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
219
+ .e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
220
+ *.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
221
+ color: #201f1e;
222
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-calendars/styles/timepicker/fluent.scss';
@@ -173,6 +173,7 @@
173
173
  }
174
174
 
175
175
  .e-timepicker.e-popup {
176
+ background-color: #fff;
176
177
  border: 1px solid #757575;
177
178
  border-radius: 0;
178
179
  box-shadow: none;
@@ -173,6 +173,7 @@
173
173
  }
174
174
 
175
175
  .e-timepicker.e-popup {
176
+ background-color: #000;
176
177
  border: 1px solid #969696;
177
178
  border-radius: 0;
178
179
  box-shadow: none;
@@ -213,6 +213,7 @@
213
213
  }
214
214
 
215
215
  .e-timepicker.e-popup {
216
+ background-color: #424242;
216
217
  border: none;
217
218
  border-radius: 2px;
218
219
  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);
@@ -222,6 +222,7 @@
222
222
  }
223
223
 
224
224
  .e-timepicker.e-popup {
225
+ background-color: #fff;
225
226
  border: none;
226
227
  border-radius: 2px;
227
228
  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);
@@ -2,7 +2,7 @@
2
2
  /*! component icons */
3
3
  .e-time-wrapper .e-time-icon.e-icons::before,
4
4
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
5
- content: '\e730';
5
+ content: '\e705';
6
6
  }
7
7
 
8
8
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
@@ -55,7 +55,7 @@
55
55
 
56
56
  .e-timepicker.e-popup .e-list-parent.e-ul {
57
57
  margin: 0;
58
- padding: 0 0;
58
+ padding: 4px 0;
59
59
  }
60
60
 
61
61
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
@@ -87,7 +87,7 @@
87
87
 
88
88
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
89
89
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
90
- padding: 0 0;
90
+ padding: 4px 0;
91
91
  }
92
92
 
93
93
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
@@ -100,7 +100,7 @@
100
100
  .e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
101
101
  *.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
102
102
  font-size: 14px;
103
- line-height: 24px;
103
+ line-height: 26px;
104
104
  text-indent: 12px;
105
105
  }
106
106
 
@@ -174,6 +174,7 @@
174
174
  }
175
175
 
176
176
  .e-timepicker.e-popup {
177
+ background-color: #1f2937;
177
178
  border: 1px solid #4b5563;
178
179
  border-radius: 6px;
179
180
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
@@ -2,7 +2,7 @@
2
2
  /*! component icons */
3
3
  .e-time-wrapper .e-time-icon.e-icons::before,
4
4
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
5
- content: '\e730';
5
+ content: '\e705';
6
6
  }
7
7
 
8
8
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
@@ -55,7 +55,7 @@
55
55
 
56
56
  .e-timepicker.e-popup .e-list-parent.e-ul {
57
57
  margin: 0;
58
- padding: 0 0;
58
+ padding: 4px 0;
59
59
  }
60
60
 
61
61
  .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
@@ -87,7 +87,7 @@
87
87
 
88
88
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
89
89
  *.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul {
90
- padding: 0 0;
90
+ padding: 4px 0;
91
91
  }
92
92
 
93
93
  .e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
@@ -100,7 +100,7 @@
100
100
  .e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item,
101
101
  *.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item {
102
102
  font-size: 14px;
103
- line-height: 24px;
103
+ line-height: 26px;
104
104
  text-indent: 12px;
105
105
  }
106
106
 
@@ -174,6 +174,7 @@
174
174
  }
175
175
 
176
176
  .e-timepicker.e-popup {
177
+ background-color: #fff;
177
178
  border: 1px solid #e5e7eb;
178
179
  border-radius: 6px;
179
180
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);