@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.
Files changed (245) hide show
  1. package/package.json +8 -8
  2. package/schematics/utils/lib-details.ts +2 -2
  3. package/styles/bootstrap-dark.css +190 -13
  4. package/styles/bootstrap.css +190 -13
  5. package/styles/bootstrap4.css +190 -13
  6. package/styles/bootstrap5-dark.css +192 -17
  7. package/styles/bootstrap5.css +192 -17
  8. package/styles/calendar/_all.scss +1 -1
  9. package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
  10. package/styles/calendar/_bootstrap-definition.scss +6 -6
  11. package/styles/calendar/_bootstrap4-definition.scss +5 -6
  12. package/styles/calendar/_bootstrap5-definition.scss +3 -29
  13. package/styles/calendar/_fabric-dark-definition.scss +1 -4
  14. package/styles/calendar/_fabric-definition.scss +0 -1
  15. package/styles/calendar/_fluent-definition.scss +4 -30
  16. package/styles/calendar/_fusionnew-definition.scss +3 -29
  17. package/styles/calendar/_highcontrast-light-definition.scss +1 -3
  18. package/styles/calendar/_layout.scss +95 -153
  19. package/styles/calendar/_material-dark-definition.scss +1 -3
  20. package/styles/calendar/_material3-definition.scss +3 -29
  21. package/styles/calendar/_tailwind-definition.scss +5 -27
  22. package/styles/calendar/_theme.scss +66 -111
  23. package/styles/calendar/bootstrap-dark.css +0 -1
  24. package/styles/calendar/bootstrap.css +0 -1
  25. package/styles/calendar/bootstrap4.css +0 -1
  26. package/styles/calendar/bootstrap5-dark.css +0 -1
  27. package/styles/calendar/bootstrap5.css +0 -1
  28. package/styles/calendar/fabric-dark.css +0 -1
  29. package/styles/calendar/fabric.css +0 -1
  30. package/styles/calendar/fluent-dark.css +0 -1
  31. package/styles/calendar/fluent.css +0 -1
  32. package/styles/calendar/highcontrast-light.css +0 -1
  33. package/styles/calendar/highcontrast.css +0 -1
  34. package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
  35. package/styles/calendar/icons/_bootstrap.scss +1 -2
  36. package/styles/calendar/icons/_bootstrap4.scss +1 -2
  37. package/styles/calendar/icons/_bootstrap5.scss +1 -2
  38. package/styles/calendar/icons/_fabric-dark.scss +1 -2
  39. package/styles/calendar/icons/_fabric.scss +1 -2
  40. package/styles/calendar/icons/_fluent.scss +1 -2
  41. package/styles/calendar/icons/_fusionnew.scss +1 -2
  42. package/styles/calendar/icons/_highcontrast-light.scss +1 -2
  43. package/styles/calendar/icons/_highcontrast.scss +1 -2
  44. package/styles/calendar/icons/_material-dark.scss +1 -2
  45. package/styles/calendar/icons/_material.scss +1 -2
  46. package/styles/calendar/icons/_material3.scss +1 -2
  47. package/styles/calendar/icons/_tailwind.scss +1 -2
  48. package/styles/calendar/material-dark.css +0 -1
  49. package/styles/calendar/material.css +0 -1
  50. package/styles/calendar/tailwind-dark.css +0 -2
  51. package/styles/calendar/tailwind.css +0 -2
  52. package/styles/datepicker/_all.scss +1 -1
  53. package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
  54. package/styles/datepicker/_bootstrap-definition.scss +0 -2
  55. package/styles/datepicker/_bootstrap4-definition.scss +0 -2
  56. package/styles/datepicker/_bootstrap5-definition.scss +1 -5
  57. package/styles/datepicker/_fabric-dark-definition.scss +0 -3
  58. package/styles/datepicker/_fabric-definition.scss +0 -2
  59. package/styles/datepicker/_fluent-definition.scss +1 -4
  60. package/styles/datepicker/_fusionnew-definition.scss +1 -5
  61. package/styles/datepicker/_highcontrast-definition.scss +0 -2
  62. package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
  63. package/styles/datepicker/_layout.scss +131 -6
  64. package/styles/datepicker/_material-dark-definition.scss +1 -4
  65. package/styles/datepicker/_material-definition.scss +0 -2
  66. package/styles/datepicker/_material3-definition.scss +1 -5
  67. package/styles/datepicker/_tailwind-definition.scss +1 -5
  68. package/styles/datepicker/_theme.scss +7 -7
  69. package/styles/datepicker/bootstrap-dark.css +79 -3
  70. package/styles/datepicker/bootstrap.css +79 -3
  71. package/styles/datepicker/bootstrap4.css +79 -3
  72. package/styles/datepicker/bootstrap5-dark.css +80 -4
  73. package/styles/datepicker/bootstrap5.css +80 -4
  74. package/styles/datepicker/fabric-dark.css +79 -3
  75. package/styles/datepicker/fabric.css +79 -3
  76. package/styles/datepicker/fluent-dark.css +80 -4
  77. package/styles/datepicker/fluent.css +80 -4
  78. package/styles/datepicker/highcontrast-light.css +79 -3
  79. package/styles/datepicker/highcontrast.css +79 -3
  80. package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
  81. package/styles/datepicker/icons/_bootstrap.scss +6 -7
  82. package/styles/datepicker/icons/_bootstrap4.scss +6 -7
  83. package/styles/datepicker/icons/_bootstrap5.scss +6 -7
  84. package/styles/datepicker/icons/_fabric-dark.scss +5 -6
  85. package/styles/datepicker/icons/_fabric.scss +6 -7
  86. package/styles/datepicker/icons/_fluent.scss +6 -7
  87. package/styles/datepicker/icons/_fusionnew.scss +6 -7
  88. package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
  89. package/styles/datepicker/icons/_highcontrast.scss +7 -7
  90. package/styles/datepicker/icons/_material-dark.scss +6 -7
  91. package/styles/datepicker/icons/_material.scss +6 -7
  92. package/styles/datepicker/icons/_material3.scss +6 -7
  93. package/styles/datepicker/icons/_tailwind.scss +6 -7
  94. package/styles/datepicker/material-dark.css +79 -3
  95. package/styles/datepicker/material.css +79 -3
  96. package/styles/datepicker/tailwind-dark.css +80 -4
  97. package/styles/datepicker/tailwind.css +80 -4
  98. package/styles/daterangepicker/_all.scss +1 -1
  99. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
  100. package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
  101. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
  102. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
  103. package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
  104. package/styles/daterangepicker/_fabric-definition.scss +1 -5
  105. package/styles/daterangepicker/_fluent-definition.scss +1 -6
  106. package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
  107. package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
  108. package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
  109. package/styles/daterangepicker/_layout.scss +207 -111
  110. package/styles/daterangepicker/_material-dark-definition.scss +1 -6
  111. package/styles/daterangepicker/_material-definition.scss +1 -6
  112. package/styles/daterangepicker/_material3-definition.scss +0 -6
  113. package/styles/daterangepicker/_tailwind-definition.scss +0 -5
  114. package/styles/daterangepicker/_theme.scss +27 -52
  115. package/styles/daterangepicker/bootstrap-dark.css +111 -3
  116. package/styles/daterangepicker/bootstrap.css +111 -3
  117. package/styles/daterangepicker/bootstrap4.css +111 -3
  118. package/styles/daterangepicker/bootstrap5-dark.css +112 -4
  119. package/styles/daterangepicker/bootstrap5.css +112 -4
  120. package/styles/daterangepicker/fabric-dark.css +111 -3
  121. package/styles/daterangepicker/fabric.css +111 -3
  122. package/styles/daterangepicker/fluent-dark.css +112 -4
  123. package/styles/daterangepicker/fluent.css +112 -4
  124. package/styles/daterangepicker/highcontrast-light.css +111 -3
  125. package/styles/daterangepicker/highcontrast.css +111 -3
  126. package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
  127. package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
  128. package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
  129. package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
  130. package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
  131. package/styles/daterangepicker/icons/_fabric.scss +8 -13
  132. package/styles/daterangepicker/icons/_fluent.scss +8 -13
  133. package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
  134. package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
  135. package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
  136. package/styles/daterangepicker/icons/_material-dark.scss +7 -13
  137. package/styles/daterangepicker/icons/_material.scss +7 -13
  138. package/styles/daterangepicker/icons/_material3.scss +8 -13
  139. package/styles/daterangepicker/icons/_tailwind.scss +8 -13
  140. package/styles/daterangepicker/material-dark.css +111 -3
  141. package/styles/daterangepicker/material.css +111 -3
  142. package/styles/daterangepicker/tailwind-dark.css +112 -5
  143. package/styles/daterangepicker/tailwind.css +112 -5
  144. package/styles/datetimepicker/_all.scss +1 -1
  145. package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
  146. package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
  147. package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
  148. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
  149. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
  150. package/styles/datetimepicker/_fabric-definition.scss +0 -4
  151. package/styles/datetimepicker/_fluent-definition.scss +3 -8
  152. package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
  153. package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
  154. package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
  155. package/styles/datetimepicker/_layout.scss +3 -2
  156. package/styles/datetimepicker/_material-dark-definition.scss +1 -6
  157. package/styles/datetimepicker/_material-definition.scss +0 -4
  158. package/styles/datetimepicker/_material3-definition.scss +0 -5
  159. package/styles/datetimepicker/_tailwind-definition.scss +0 -5
  160. package/styles/datetimepicker/_theme.scss +1 -2
  161. package/styles/datetimepicker/bootstrap-dark.css +0 -2
  162. package/styles/datetimepicker/bootstrap.css +0 -2
  163. package/styles/datetimepicker/bootstrap4.css +0 -2
  164. package/styles/datetimepicker/bootstrap5-dark.css +0 -3
  165. package/styles/datetimepicker/bootstrap5.css +0 -3
  166. package/styles/datetimepicker/fabric-dark.css +0 -2
  167. package/styles/datetimepicker/fabric.css +0 -2
  168. package/styles/datetimepicker/fluent-dark.css +0 -3
  169. package/styles/datetimepicker/fluent.css +0 -3
  170. package/styles/datetimepicker/highcontrast-light.css +0 -2
  171. package/styles/datetimepicker/highcontrast.css +0 -2
  172. package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
  173. package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
  174. package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
  175. package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
  176. package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
  177. package/styles/datetimepicker/icons/_fabric.scss +1 -1
  178. package/styles/datetimepicker/icons/_fluent.scss +1 -1
  179. package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
  180. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
  181. package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
  182. package/styles/datetimepicker/icons/_material-dark.scss +1 -1
  183. package/styles/datetimepicker/icons/_material.scss +0 -1
  184. package/styles/datetimepicker/icons/_material3.scss +1 -1
  185. package/styles/datetimepicker/icons/_tailwind.scss +1 -1
  186. package/styles/datetimepicker/material-dark.css +0 -2
  187. package/styles/datetimepicker/material.css +0 -2
  188. package/styles/datetimepicker/tailwind-dark.css +0 -3
  189. package/styles/datetimepicker/tailwind.css +0 -3
  190. package/styles/fabric-dark.css +190 -13
  191. package/styles/fabric.css +190 -13
  192. package/styles/fluent-dark.css +192 -17
  193. package/styles/fluent.css +192 -17
  194. package/styles/highcontrast-light.css +190 -13
  195. package/styles/highcontrast.css +190 -13
  196. package/styles/material-dark.css +190 -13
  197. package/styles/material.css +190 -13
  198. package/styles/tailwind-dark.css +192 -19
  199. package/styles/tailwind.css +192 -19
  200. package/styles/timepicker/_all.scss +1 -1
  201. package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
  202. package/styles/timepicker/_bootstrap-definition.scss +0 -4
  203. package/styles/timepicker/_bootstrap4-definition.scss +0 -5
  204. package/styles/timepicker/_bootstrap5-definition.scss +0 -5
  205. package/styles/timepicker/_fabric-dark-definition.scss +1 -6
  206. package/styles/timepicker/_fabric-definition.scss +0 -4
  207. package/styles/timepicker/_fluent-definition.scss +0 -5
  208. package/styles/timepicker/_fusionnew-definition.scss +0 -5
  209. package/styles/timepicker/_highcontrast-definition.scss +0 -4
  210. package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
  211. package/styles/timepicker/_layout.scss +5 -4
  212. package/styles/timepicker/_material-dark-definition.scss +1 -6
  213. package/styles/timepicker/_material-definition.scss +0 -4
  214. package/styles/timepicker/_material3-definition.scss +0 -5
  215. package/styles/timepicker/_tailwind-definition.scss +0 -5
  216. package/styles/timepicker/_theme.scss +1 -2
  217. package/styles/timepicker/bootstrap-dark.css +0 -4
  218. package/styles/timepicker/bootstrap.css +0 -4
  219. package/styles/timepicker/bootstrap4.css +0 -4
  220. package/styles/timepicker/bootstrap5-dark.css +0 -5
  221. package/styles/timepicker/bootstrap5.css +0 -5
  222. package/styles/timepicker/fabric-dark.css +0 -4
  223. package/styles/timepicker/fabric.css +0 -4
  224. package/styles/timepicker/fluent-dark.css +0 -5
  225. package/styles/timepicker/fluent.css +0 -5
  226. package/styles/timepicker/highcontrast-light.css +0 -4
  227. package/styles/timepicker/highcontrast.css +0 -4
  228. package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
  229. package/styles/timepicker/icons/_bootstrap.scss +2 -1
  230. package/styles/timepicker/icons/_bootstrap4.scss +2 -1
  231. package/styles/timepicker/icons/_bootstrap5.scss +2 -1
  232. package/styles/timepicker/icons/_fabric-dark.scss +2 -1
  233. package/styles/timepicker/icons/_fabric.scss +2 -1
  234. package/styles/timepicker/icons/_fluent.scss +2 -1
  235. package/styles/timepicker/icons/_fusionnew.scss +2 -1
  236. package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
  237. package/styles/timepicker/icons/_highcontrast.scss +2 -1
  238. package/styles/timepicker/icons/_material-dark.scss +2 -1
  239. package/styles/timepicker/icons/_material.scss +1 -1
  240. package/styles/timepicker/icons/_material3.scss +2 -1
  241. package/styles/timepicker/icons/_tailwind.scss +2 -1
  242. package/styles/timepicker/material-dark.css +0 -4
  243. package/styles/timepicker/material.css +0 -4
  244. package/styles/timepicker/tailwind-dark.css +0 -5
  245. package/styles/timepicker/tailwind.css +0 -5
@@ -37,7 +37,6 @@ ejs-calendar {
37
37
 
38
38
  .e-calendar,
39
39
  .e-bigger.e-small .e-calendar {
40
- /* stylelint-disable property-no-vendor-prefix */
41
40
  -webkit-tap-highlight-color: transparent;
42
41
  border-radius: 4px;
43
42
  display: block;
@@ -821,7 +820,6 @@ ejs-calendar {
821
820
  transform: scale(1);
822
821
  }
823
822
  }
824
- /* stylelint-disable property-no-vendor-prefix */
825
823
  /*! component icons */
826
824
  .e-time-wrapper .e-time-icon.e-icons::before,
827
825
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -836,7 +834,6 @@ ejs-calendar {
836
834
 
837
835
  .e-time-wrapper,
838
836
  *.e-control-wrapper.e-time-wrapper {
839
- /* stylelint-disable property-no-vendor-prefix */
840
837
  -webkit-tap-highlight-color: transparent;
841
838
  }
842
839
  .e-time-wrapper .e-time-icon.e-icons,
@@ -952,7 +949,6 @@ ejs-calendar {
952
949
  min-height: 40px;
953
950
  }
954
951
 
955
- /* stylelint-disable */
956
952
  .e-time-overflow {
957
953
  overflow: hidden;
958
954
  }
@@ -980,7 +976,6 @@ ejs-calendar {
980
976
  top: 0 !important;
981
977
  }
982
978
 
983
- /* stylelint-enable */
984
979
  /*! timepicker theme */
985
980
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
986
981
  background: #545b62;
@@ -1032,7 +1027,6 @@ ejs-calendar {
1032
1027
  color: #212529;
1033
1028
  }
1034
1029
 
1035
- /* stylelint-disable property-no-vendor-prefix */
1036
1030
  /*! calendar bootstrap theme variables */
1037
1031
  /*! component icons */
1038
1032
  .e-input-group-icon.e-date-icon,
@@ -1132,7 +1126,6 @@ ejs-calendar {
1132
1126
  margin: 0;
1133
1127
  }
1134
1128
 
1135
- /* stylelint-disable */
1136
1129
  .e-date-overflow {
1137
1130
  overflow: hidden !important;
1138
1131
  }
@@ -1159,6 +1152,10 @@ ejs-calendar {
1159
1152
  top: 0 !important;
1160
1153
  left: 0 !important;
1161
1154
  }
1155
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1156
+ min-width: 100%;
1157
+ min-height: 100%;
1158
+ }
1162
1159
 
1163
1160
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1164
1161
  background-size: 250px 33px;
@@ -1171,7 +1168,40 @@ ejs-calendar {
1171
1168
  min-height: 40px;
1172
1169
  }
1173
1170
 
1174
- /* stylelint-enable */
1171
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1172
+ height: 15%;
1173
+ }
1174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1175
+ float: right;
1176
+ margin-right: 10px;
1177
+ padding: 5px;
1178
+ }
1179
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1180
+ content: "\e932";
1181
+ font-family: "e-icons";
1182
+ color: rgb(255, 255, 255);
1183
+ }
1184
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1185
+ min-width: 100%;
1186
+ min-height: 100%;
1187
+ height: 100%;
1188
+ }
1189
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1190
+ height: 10%;
1191
+ }
1192
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1193
+ height: 85%;
1194
+ }
1195
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1196
+ height: 10%;
1197
+ }
1198
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1199
+ height: 80%;
1200
+ }
1201
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1202
+ height: 100%;
1203
+ }
1204
+
1175
1205
  @media screen and (orientation: landscape) and (max-height: 360px) {
1176
1206
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1177
1207
  display: inline-block;
@@ -1179,6 +1209,47 @@ ejs-calendar {
1179
1209
  overflow: auto;
1180
1210
  }
1181
1211
  }
1212
+ @media screen and (orientation: landscape) {
1213
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1214
+ float: left;
1215
+ height: 100%;
1216
+ width: 30%;
1217
+ }
1218
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1219
+ float: left;
1220
+ padding: 5px;
1221
+ }
1222
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1223
+ font-size: 35px;
1224
+ margin-top: 35%;
1225
+ }
1226
+ .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 {
1227
+ display: block;
1228
+ font-size: 40px;
1229
+ margin-top: 10%;
1230
+ }
1231
+ .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 {
1232
+ height: 10%;
1233
+ }
1234
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1235
+ height: 75%;
1236
+ }
1237
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1238
+ display: -ms-flexbox;
1239
+ display: flex;
1240
+ }
1241
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1242
+ float: right;
1243
+ height: 90%;
1244
+ width: 70%;
1245
+ }
1246
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1247
+ display: table-row-group;
1248
+ }
1249
+ .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 {
1250
+ height: 100%;
1251
+ }
1252
+ }
1182
1253
  .e-datepicker.e-popup-wrapper,
1183
1254
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1184
1255
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1213,7 +1284,6 @@ ejs-calendar {
1213
1284
  color: #fff;
1214
1285
  }
1215
1286
 
1216
- /* stylelint-disable property-no-vendor-prefix */
1217
1287
  /*! calendar bootstrap theme variables */
1218
1288
  /*! component icons */
1219
1289
  .e-input-group-icon.e-range-icon,
@@ -1827,7 +1897,6 @@ ejs-calendar {
1827
1897
  line-height: 26px;
1828
1898
  }
1829
1899
 
1830
- /* stylelint-disable */
1831
1900
  .e-range-overflow {
1832
1901
  overflow: hidden;
1833
1902
  }
@@ -1854,6 +1923,12 @@ ejs-calendar {
1854
1923
  top: 0 !important;
1855
1924
  left: 0 !important;
1856
1925
  }
1926
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1927
+ min-height: 100%;
1928
+ min-width: 100%;
1929
+ height: 100%;
1930
+ width: 100%;
1931
+ }
1857
1932
 
1858
1933
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1859
1934
  background-size: 250px 33px;
@@ -1866,7 +1941,111 @@ ejs-calendar {
1866
1941
  min-height: 40px;
1867
1942
  }
1868
1943
 
1869
- /* stylelint-enable */
1944
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
1945
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
1946
+ min-height: 100%;
1947
+ min-width: 100%;
1948
+ height: 100%;
1949
+ width: 100%;
1950
+ }
1951
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1952
+ height: 100%;
1953
+ }
1954
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
1955
+ height: 78%;
1956
+ }
1957
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1958
+ height: 90%;
1959
+ }
1960
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
1961
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1962
+ height: 10%;
1963
+ }
1964
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
1965
+ margin: 0;
1966
+ }
1967
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
1968
+ height: 90%;
1969
+ }
1970
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
1971
+ height: 100%;
1972
+ border-spacing: 0px 30px;
1973
+ }
1974
+
1975
+ @media screen and (orientation: landscape) {
1976
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
1977
+ float: left;
1978
+ height: 100%;
1979
+ border-right: 1.5px;
1980
+ border-color: black;
1981
+ width: 40%;
1982
+ margin: 0;
1983
+ display: block;
1984
+ background-color: #3f51b5;
1985
+ }
1986
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
1987
+ height: 100%;
1988
+ width: 100%;
1989
+ }
1990
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
1991
+ display: block;
1992
+ width: 100%;
1993
+ text-align: -webkit-center;
1994
+ }
1995
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
1996
+ display: block;
1997
+ width: 100%;
1998
+ text-align: -webkit-center;
1999
+ margin-top: 20%;
2000
+ font-size: 20px;
2001
+ 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);
2002
+ }
2003
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2004
+ font-size: 20px;
2005
+ margin-top: 60%;
2006
+ color: #fff;
2007
+ }
2008
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2009
+ width: 100%;
2010
+ text-align: -webkit-center;
2011
+ margin-top: 20%;
2012
+ font-size: 20px;
2013
+ 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);
2014
+ }
2015
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2016
+ height: 82%;
2017
+ }
2018
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2019
+ height: 80%;
2020
+ }
2021
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2022
+ border-spacing: unset;
2023
+ }
2024
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2025
+ height: 20%;
2026
+ }
2027
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2028
+ width: 100%;
2029
+ }
2030
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2031
+ display: -ms-flexbox;
2032
+ display: flex;
2033
+ }
2034
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2035
+ border-radius: 0 40% 40% 0;
2036
+ }
2037
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2038
+ border-radius: 0 40% 40% 0;
2039
+ }
2040
+ }
2041
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2042
+ width: calc(100% - 80px);
2043
+ }
2044
+
2045
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2046
+ width: calc(100% - 110px);
2047
+ }
2048
+
1870
2049
  /*! daterangepicker theme */
1871
2050
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1872
2051
  background: #545b62;
@@ -2068,7 +2247,6 @@ ejs-calendar {
2068
2247
  color: #fff;
2069
2248
  }
2070
2249
 
2071
- /* stylelint-disable property-no-vendor-prefix */
2072
2250
  /*! component icons */
2073
2251
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2074
2252
  content: "\e7c7";
@@ -2082,7 +2260,6 @@ ejs-calendar {
2082
2260
  }
2083
2261
 
2084
2262
  .e-datetime-wrapper {
2085
- /* stylelint-disable property-no-vendor-prefix */
2086
2263
  -webkit-tap-highlight-color: transparent;
2087
2264
  }
2088
2265
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -37,7 +37,6 @@ ejs-calendar {
37
37
 
38
38
  .e-calendar,
39
39
  .e-bigger.e-small .e-calendar {
40
- /* stylelint-disable property-no-vendor-prefix */
41
40
  -webkit-tap-highlight-color: transparent;
42
41
  border-radius: 4px;
43
42
  display: block;
@@ -891,8 +890,6 @@ ejs-calendar {
891
890
  color: rgba(255, 255, 255, 0.65);
892
891
  }
893
892
 
894
- /* stylelint-disable property-no-vendor-prefix */
895
- /* stylelint-disable-line no-empty-source */
896
893
  /*! component icons */
897
894
  .e-time-wrapper .e-time-icon.e-icons::before,
898
895
  *.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
@@ -907,7 +904,6 @@ ejs-calendar {
907
904
 
908
905
  .e-time-wrapper,
909
906
  *.e-control-wrapper.e-time-wrapper {
910
- /* stylelint-disable property-no-vendor-prefix */
911
907
  -webkit-tap-highlight-color: transparent;
912
908
  }
913
909
  .e-time-wrapper .e-time-icon.e-icons,
@@ -1023,7 +1019,6 @@ ejs-calendar {
1023
1019
  min-height: 40px;
1024
1020
  }
1025
1021
 
1026
- /* stylelint-disable */
1027
1022
  .e-time-overflow {
1028
1023
  overflow: hidden;
1029
1024
  }
@@ -1051,7 +1046,6 @@ ejs-calendar {
1051
1046
  top: 0 !important;
1052
1047
  }
1053
1048
 
1054
- /* stylelint-enable */
1055
1049
  /*! timepicker theme */
1056
1050
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
1057
1051
  background: #565e64;
@@ -1103,8 +1097,7 @@ ejs-calendar {
1103
1097
  color: #fff;
1104
1098
  }
1105
1099
 
1106
- /* stylelint-disable property-no-vendor-prefix */
1107
- /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1100
+ /*! calendar bootstrap5 theme variables */
1108
1101
  /*! component icons */
1109
1102
  .e-input-group-icon.e-date-icon,
1110
1103
  *.e-control-wrapper .e-input-group-icon.e-date-icon {
@@ -1203,7 +1196,6 @@ ejs-calendar {
1203
1196
  margin: 0;
1204
1197
  }
1205
1198
 
1206
- /* stylelint-disable */
1207
1199
  .e-date-overflow {
1208
1200
  overflow: hidden !important;
1209
1201
  }
@@ -1230,6 +1222,10 @@ ejs-calendar {
1230
1222
  top: 0 !important;
1231
1223
  left: 0 !important;
1232
1224
  }
1225
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1226
+ min-width: 100%;
1227
+ min-height: 100%;
1228
+ }
1233
1229
 
1234
1230
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1235
1231
  background-size: 250px 33px;
@@ -1242,7 +1238,40 @@ ejs-calendar {
1242
1238
  min-height: 40px;
1243
1239
  }
1244
1240
 
1245
- /* stylelint-enable */
1241
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1242
+ height: 15%;
1243
+ }
1244
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1245
+ float: right;
1246
+ margin-right: 10px;
1247
+ padding: 5px;
1248
+ }
1249
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1250
+ content: "\e932";
1251
+ font-family: "e-icons";
1252
+ color: rgb(255, 255, 255);
1253
+ }
1254
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1255
+ min-width: 100%;
1256
+ min-height: 100%;
1257
+ height: 100%;
1258
+ }
1259
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
1260
+ height: 10%;
1261
+ }
1262
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1263
+ height: 85%;
1264
+ }
1265
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1266
+ height: 10%;
1267
+ }
1268
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1269
+ height: 80%;
1270
+ }
1271
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1272
+ height: 100%;
1273
+ }
1274
+
1246
1275
  @media screen and (orientation: landscape) and (max-height: 360px) {
1247
1276
  .e-datepicker .e-calendar.e-device .e-month table tbody {
1248
1277
  display: inline-block;
@@ -1250,6 +1279,47 @@ ejs-calendar {
1250
1279
  overflow: auto;
1251
1280
  }
1252
1281
  }
1282
+ @media screen and (orientation: landscape) {
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1284
+ float: left;
1285
+ height: 100%;
1286
+ width: 30%;
1287
+ }
1288
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1289
+ float: left;
1290
+ padding: 5px;
1291
+ }
1292
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
1293
+ font-size: 35px;
1294
+ margin-top: 35%;
1295
+ }
1296
+ .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 {
1297
+ display: block;
1298
+ font-size: 40px;
1299
+ margin-top: 10%;
1300
+ }
1301
+ .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 {
1302
+ height: 10%;
1303
+ }
1304
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1305
+ height: 75%;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1308
+ display: -ms-flexbox;
1309
+ display: flex;
1310
+ }
1311
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1312
+ float: right;
1313
+ height: 90%;
1314
+ width: 70%;
1315
+ }
1316
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1317
+ display: table-row-group;
1318
+ }
1319
+ .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 {
1320
+ height: 100%;
1321
+ }
1322
+ }
1253
1323
  .e-datepicker.e-popup-wrapper,
1254
1324
  .e-bigger.e-small .e-datepicker.e-popup-wrapper,
1255
1325
  .e-bigger .e-datepicker.e-popup-wrapper,
@@ -1281,8 +1351,7 @@ ejs-calendar {
1281
1351
  color: #fff;
1282
1352
  }
1283
1353
 
1284
- /* stylelint-disable property-no-vendor-prefix */
1285
- /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1354
+ /*! calendar bootstrap5 theme variables */
1286
1355
  /*! component icons */
1287
1356
  .e-input-group-icon.e-range-icon,
1288
1357
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -1895,7 +1964,6 @@ ejs-calendar {
1895
1964
  line-height: 26px;
1896
1965
  }
1897
1966
 
1898
- /* stylelint-disable */
1899
1967
  .e-range-overflow {
1900
1968
  overflow: hidden;
1901
1969
  }
@@ -1922,6 +1990,12 @@ ejs-calendar {
1922
1990
  top: 0 !important;
1923
1991
  left: 0 !important;
1924
1992
  }
1993
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
1994
+ min-height: 100%;
1995
+ min-width: 100%;
1996
+ height: 100%;
1997
+ width: 100%;
1998
+ }
1925
1999
 
1926
2000
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1927
2001
  background-size: 250px 33px;
@@ -1934,7 +2008,111 @@ ejs-calendar {
1934
2008
  min-height: 40px;
1935
2009
  }
1936
2010
 
1937
- /* stylelint-enable */
2011
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
2012
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2013
+ min-height: 100%;
2014
+ min-width: 100%;
2015
+ height: 100%;
2016
+ width: 100%;
2017
+ }
2018
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2019
+ height: 100%;
2020
+ }
2021
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2022
+ height: 78%;
2023
+ }
2024
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2025
+ height: 90%;
2026
+ }
2027
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
2028
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2029
+ height: 10%;
2030
+ }
2031
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2032
+ margin: 0;
2033
+ }
2034
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2035
+ height: 90%;
2036
+ }
2037
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2038
+ height: 100%;
2039
+ border-spacing: 0px 30px;
2040
+ }
2041
+
2042
+ @media screen and (orientation: landscape) {
2043
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
2044
+ float: left;
2045
+ height: 100%;
2046
+ border-right: 1.5px;
2047
+ border-color: black;
2048
+ width: 40%;
2049
+ margin: 0;
2050
+ display: block;
2051
+ background-color: #3f51b5;
2052
+ }
2053
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2054
+ height: 100%;
2055
+ width: 100%;
2056
+ }
2057
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
2058
+ display: block;
2059
+ width: 100%;
2060
+ text-align: -webkit-center;
2061
+ }
2062
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
2063
+ display: block;
2064
+ width: 100%;
2065
+ text-align: -webkit-center;
2066
+ margin-top: 20%;
2067
+ font-size: 20px;
2068
+ 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);
2069
+ }
2070
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
2071
+ font-size: 20px;
2072
+ margin-top: 60%;
2073
+ color: #fff;
2074
+ }
2075
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
2076
+ width: 100%;
2077
+ text-align: -webkit-center;
2078
+ margin-top: 20%;
2079
+ font-size: 20px;
2080
+ 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);
2081
+ }
2082
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2083
+ height: 82%;
2084
+ }
2085
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2086
+ height: 80%;
2087
+ }
2088
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2089
+ border-spacing: unset;
2090
+ }
2091
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
2092
+ height: 20%;
2093
+ }
2094
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2095
+ width: 100%;
2096
+ }
2097
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2098
+ display: -ms-flexbox;
2099
+ display: flex;
2100
+ }
2101
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2102
+ border-radius: 0 40% 40% 0;
2103
+ }
2104
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
2105
+ border-radius: 0 40% 40% 0;
2106
+ }
2107
+ }
2108
+ .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2109
+ width: calc(100% - 80px);
2110
+ }
2111
+
2112
+ .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
2113
+ width: calc(100% - 110px);
2114
+ }
2115
+
1938
2116
  /*! daterangepicker theme */
1939
2117
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
1940
2118
  color: #fff;
@@ -2197,8 +2375,6 @@ ejs-calendar {
2197
2375
  color: rgba(255, 255, 255, 0.65);
2198
2376
  }
2199
2377
 
2200
- /* stylelint-disable property-no-vendor-prefix */
2201
- /* stylelint-disable-line no-empty-source */
2202
2378
  /*! component icons */
2203
2379
  .e-datetime-wrapper .e-time-icon.e-icons::before {
2204
2380
  content: "\e705";
@@ -2212,7 +2388,6 @@ ejs-calendar {
2212
2388
  }
2213
2389
 
2214
2390
  .e-datetime-wrapper {
2215
- /* stylelint-disable property-no-vendor-prefix */
2216
2391
  -webkit-tap-highlight-color: transparent;
2217
2392
  }
2218
2393
  .e-datetime-wrapper .e-time-icon.e-icons::before {