@syncfusion/ej2-angular-calendars 20.2.50-ngcc → 20.3.47-ngcc
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/CHANGELOG.md +0 -38
- package/dist/ej2-angular-calendars.umd.js +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +13 -184
- package/styles/bootstrap.css +13 -184
- package/styles/bootstrap4.css +13 -184
- package/styles/bootstrap5-dark.css +18 -186
- package/styles/bootstrap5.css +18 -186
- package/styles/calendar/bootstrap-dark.css +1 -0
- package/styles/calendar/bootstrap.css +1 -0
- package/styles/calendar/bootstrap4.css +1 -0
- package/styles/calendar/bootstrap5-dark.css +1 -0
- package/styles/calendar/bootstrap5.css +1 -0
- package/styles/calendar/fabric-dark.css +1 -0
- package/styles/calendar/fabric.css +1 -0
- package/styles/calendar/fluent-dark.css +1 -0
- package/styles/calendar/fluent.css +1 -0
- package/styles/calendar/highcontrast-light.css +1 -0
- package/styles/calendar/highcontrast.css +1 -0
- package/styles/calendar/material-dark.css +1 -0
- package/styles/calendar/material.css +1 -0
- package/styles/calendar/tailwind-dark.css +2 -0
- package/styles/calendar/tailwind.css +2 -0
- package/styles/datepicker/bootstrap-dark.css +3 -80
- package/styles/datepicker/bootstrap.css +3 -80
- package/styles/datepicker/bootstrap4.css +3 -80
- package/styles/datepicker/bootstrap5-dark.css +4 -81
- package/styles/datepicker/bootstrap5.css +4 -81
- package/styles/datepicker/fabric-dark.css +3 -80
- package/styles/datepicker/fabric.css +3 -80
- package/styles/datepicker/fluent-dark.css +4 -81
- package/styles/datepicker/fluent.css +4 -81
- package/styles/datepicker/highcontrast-light.css +3 -80
- package/styles/datepicker/highcontrast.css +3 -80
- package/styles/datepicker/material-dark.css +3 -80
- package/styles/datepicker/material.css +9 -3
- package/styles/datepicker/tailwind-dark.css +4 -81
- package/styles/datepicker/tailwind.css +4 -81
- package/styles/daterangepicker/bootstrap-dark.css +3 -104
- package/styles/daterangepicker/bootstrap.css +3 -104
- package/styles/daterangepicker/bootstrap4.css +3 -104
- package/styles/daterangepicker/bootstrap5-dark.css +5 -105
- package/styles/daterangepicker/bootstrap5.css +5 -105
- package/styles/daterangepicker/fabric-dark.css +3 -104
- package/styles/daterangepicker/fabric.css +3 -104
- package/styles/daterangepicker/fluent-dark.css +4 -105
- package/styles/daterangepicker/fluent.css +4 -105
- package/styles/daterangepicker/highcontrast-light.css +3 -104
- package/styles/daterangepicker/highcontrast.css +3 -104
- package/styles/daterangepicker/material-dark.css +5 -106
- package/styles/daterangepicker/material.css +12 -0
- package/styles/daterangepicker/tailwind-dark.css +5 -105
- package/styles/daterangepicker/tailwind.css +5 -105
- package/styles/datetimepicker/bootstrap-dark.css +2 -0
- package/styles/datetimepicker/bootstrap.css +2 -0
- package/styles/datetimepicker/bootstrap4.css +2 -0
- package/styles/datetimepicker/bootstrap5-dark.css +3 -0
- package/styles/datetimepicker/bootstrap5.css +3 -0
- package/styles/datetimepicker/fabric-dark.css +2 -0
- package/styles/datetimepicker/fabric.css +2 -0
- package/styles/datetimepicker/fluent-dark.css +3 -0
- package/styles/datetimepicker/fluent.css +3 -0
- package/styles/datetimepicker/highcontrast-light.css +2 -0
- package/styles/datetimepicker/highcontrast.css +2 -0
- package/styles/datetimepicker/material-dark.css +2 -0
- package/styles/datetimepicker/material.css +2 -0
- package/styles/datetimepicker/tailwind-dark.css +3 -0
- package/styles/datetimepicker/tailwind.css +3 -0
- package/styles/fabric-dark.css +13 -184
- package/styles/fabric.css +13 -186
- package/styles/fluent-dark.css +17 -186
- package/styles/fluent.css +17 -186
- package/styles/highcontrast-light.css +13 -184
- package/styles/highcontrast.css +13 -184
- package/styles/material-dark.css +15 -186
- package/styles/material.css +28 -3
- package/styles/tailwind-dark.css +19 -186
- package/styles/tailwind.css +19 -186
- package/styles/timepicker/bootstrap-dark.css +4 -0
- package/styles/timepicker/bootstrap.css +4 -0
- package/styles/timepicker/bootstrap4.css +4 -0
- package/styles/timepicker/bootstrap5-dark.css +5 -0
- package/styles/timepicker/bootstrap5.css +5 -0
- package/styles/timepicker/fabric-dark.css +4 -0
- package/styles/timepicker/fabric.css +4 -0
- package/styles/timepicker/fluent-dark.css +5 -0
- package/styles/timepicker/fluent.css +5 -0
- package/styles/timepicker/highcontrast-light.css +4 -0
- package/styles/timepicker/highcontrast.css +4 -0
- package/styles/timepicker/material-dark.css +4 -0
- package/styles/timepicker/material.css +4 -0
- package/styles/timepicker/tailwind-dark.css +5 -0
- package/styles/timepicker/tailwind.css +5 -0
package/styles/tailwind-dark.css
CHANGED
|
@@ -42,6 +42,7 @@ ejs-calendar {
|
|
|
42
42
|
|
|
43
43
|
.e-calendar,
|
|
44
44
|
.e-bigger.e-small .e-calendar {
|
|
45
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
45
46
|
-webkit-tap-highlight-color: transparent;
|
|
46
47
|
border-radius: 4px;
|
|
47
48
|
display: block;
|
|
@@ -889,6 +890,7 @@ ejs-calendar {
|
|
|
889
890
|
}
|
|
890
891
|
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover),
|
|
891
892
|
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
|
|
893
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
892
894
|
-webkit-tap-highlight-color: transparent;
|
|
893
895
|
background-color: #22d3ee;
|
|
894
896
|
border-color: #22d3ee;
|
|
@@ -926,6 +928,8 @@ ejs-calendar {
|
|
|
926
928
|
transform: scale(1);
|
|
927
929
|
}
|
|
928
930
|
}
|
|
931
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
932
|
+
/* stylelint-disable-line no-empty-source */
|
|
929
933
|
/*! component icons */
|
|
930
934
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
931
935
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -940,6 +944,7 @@ ejs-calendar {
|
|
|
940
944
|
|
|
941
945
|
.e-time-wrapper,
|
|
942
946
|
*.e-control-wrapper.e-time-wrapper {
|
|
947
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
943
948
|
-webkit-tap-highlight-color: transparent;
|
|
944
949
|
}
|
|
945
950
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1055,6 +1060,7 @@ ejs-calendar {
|
|
|
1055
1060
|
min-height: 40px;
|
|
1056
1061
|
}
|
|
1057
1062
|
|
|
1063
|
+
/* stylelint-disable */
|
|
1058
1064
|
.e-time-overflow {
|
|
1059
1065
|
overflow: hidden;
|
|
1060
1066
|
}
|
|
@@ -1082,6 +1088,7 @@ ejs-calendar {
|
|
|
1082
1088
|
top: 0 !important;
|
|
1083
1089
|
}
|
|
1084
1090
|
|
|
1091
|
+
/* stylelint-enable */
|
|
1085
1092
|
/*! timepicker theme */
|
|
1086
1093
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1087
1094
|
color: #fff;
|
|
@@ -1131,7 +1138,8 @@ ejs-calendar {
|
|
|
1131
1138
|
color: #fff;
|
|
1132
1139
|
}
|
|
1133
1140
|
|
|
1134
|
-
|
|
1141
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1142
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1135
1143
|
/*! component icons */
|
|
1136
1144
|
.e-input-group-icon.e-date-icon,
|
|
1137
1145
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1235,6 +1243,7 @@ ejs-calendar {
|
|
|
1235
1243
|
margin: 0;
|
|
1236
1244
|
}
|
|
1237
1245
|
|
|
1246
|
+
/* stylelint-disable */
|
|
1238
1247
|
.e-date-overflow {
|
|
1239
1248
|
overflow: hidden !important;
|
|
1240
1249
|
}
|
|
@@ -1261,11 +1270,6 @@ ejs-calendar {
|
|
|
1261
1270
|
top: 0 !important;
|
|
1262
1271
|
left: 0 !important;
|
|
1263
1272
|
}
|
|
1264
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1265
|
-
min-width: 100%;
|
|
1266
|
-
min-height: 100%;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
1273
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1270
1274
|
background-size: 250px 33px;
|
|
1271
1275
|
min-height: 33px;
|
|
@@ -1277,40 +1281,6 @@ ejs-calendar {
|
|
|
1277
1281
|
min-height: 40px;
|
|
1278
1282
|
}
|
|
1279
1283
|
|
|
1280
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1281
|
-
height: 15%;
|
|
1282
|
-
}
|
|
1283
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1284
|
-
float: right;
|
|
1285
|
-
margin-right: 10px;
|
|
1286
|
-
padding: 5px;
|
|
1287
|
-
}
|
|
1288
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1289
|
-
content: "\e932";
|
|
1290
|
-
font-family: "e-icons";
|
|
1291
|
-
color: rgb(255, 255, 255);
|
|
1292
|
-
}
|
|
1293
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1294
|
-
min-width: 100%;
|
|
1295
|
-
min-height: 100%;
|
|
1296
|
-
height: 100%;
|
|
1297
|
-
}
|
|
1298
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1299
|
-
height: 10%;
|
|
1300
|
-
}
|
|
1301
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1302
|
-
height: 85%;
|
|
1303
|
-
}
|
|
1304
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1305
|
-
height: 10%;
|
|
1306
|
-
}
|
|
1307
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1308
|
-
height: 80%;
|
|
1309
|
-
}
|
|
1310
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1311
|
-
height: 100%;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
1284
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1315
1285
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1316
1286
|
display: inline-block;
|
|
@@ -1318,47 +1288,7 @@ ejs-calendar {
|
|
|
1318
1288
|
overflow: auto;
|
|
1319
1289
|
}
|
|
1320
1290
|
}
|
|
1321
|
-
|
|
1322
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1323
|
-
float: left;
|
|
1324
|
-
height: 100%;
|
|
1325
|
-
width: 30%;
|
|
1326
|
-
}
|
|
1327
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1328
|
-
float: left;
|
|
1329
|
-
padding: 5px;
|
|
1330
|
-
}
|
|
1331
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1332
|
-
font-size: 35px;
|
|
1333
|
-
margin-top: 35%;
|
|
1334
|
-
}
|
|
1335
|
-
.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 {
|
|
1336
|
-
display: block;
|
|
1337
|
-
font-size: 40px;
|
|
1338
|
-
margin-top: 10%;
|
|
1339
|
-
}
|
|
1340
|
-
.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 {
|
|
1341
|
-
height: 10%;
|
|
1342
|
-
}
|
|
1343
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1344
|
-
height: 75%;
|
|
1345
|
-
}
|
|
1346
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1347
|
-
display: -ms-flexbox;
|
|
1348
|
-
display: flex;
|
|
1349
|
-
}
|
|
1350
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1351
|
-
float: right;
|
|
1352
|
-
height: 90%;
|
|
1353
|
-
width: 70%;
|
|
1354
|
-
}
|
|
1355
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1356
|
-
display: table-row-group;
|
|
1357
|
-
}
|
|
1358
|
-
.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 {
|
|
1359
|
-
height: 100%;
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1291
|
+
/* stylelint-enable */
|
|
1362
1292
|
.e-datepicker.e-popup-wrapper,
|
|
1363
1293
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1364
1294
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1391,7 +1321,8 @@ ejs-calendar {
|
|
|
1391
1321
|
color: #d1d5db;
|
|
1392
1322
|
}
|
|
1393
1323
|
|
|
1394
|
-
|
|
1324
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1325
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1395
1326
|
/*! component icons */
|
|
1396
1327
|
.e-input-group-icon.e-range-icon,
|
|
1397
1328
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -2022,6 +1953,7 @@ ejs-calendar {
|
|
|
2022
1953
|
line-height: 26px;
|
|
2023
1954
|
}
|
|
2024
1955
|
|
|
1956
|
+
/* stylelint-disable */
|
|
2025
1957
|
.e-range-overflow {
|
|
2026
1958
|
overflow: hidden;
|
|
2027
1959
|
}
|
|
@@ -2048,13 +1980,6 @@ ejs-calendar {
|
|
|
2048
1980
|
top: 0 !important;
|
|
2049
1981
|
left: 0 !important;
|
|
2050
1982
|
}
|
|
2051
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2052
|
-
min-height: 100%;
|
|
2053
|
-
min-width: 100%;
|
|
2054
|
-
height: 100%;
|
|
2055
|
-
width: 100%;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
1983
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
2059
1984
|
background-size: 250px 33px;
|
|
2060
1985
|
min-height: 33px;
|
|
@@ -2066,103 +1991,6 @@ ejs-calendar {
|
|
|
2066
1991
|
min-height: 40px;
|
|
2067
1992
|
}
|
|
2068
1993
|
|
|
2069
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2070
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2071
|
-
min-height: 100%;
|
|
2072
|
-
min-width: 100%;
|
|
2073
|
-
height: 100%;
|
|
2074
|
-
width: 100%;
|
|
2075
|
-
}
|
|
2076
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2077
|
-
height: 100%;
|
|
2078
|
-
}
|
|
2079
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2080
|
-
height: 78%;
|
|
2081
|
-
}
|
|
2082
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2083
|
-
height: 90%;
|
|
2084
|
-
}
|
|
2085
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2086
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2087
|
-
height: 10%;
|
|
2088
|
-
}
|
|
2089
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2090
|
-
margin: 0;
|
|
2091
|
-
}
|
|
2092
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2093
|
-
height: 90%;
|
|
2094
|
-
}
|
|
2095
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2096
|
-
height: 100%;
|
|
2097
|
-
border-spacing: 0px 30px;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
@media screen and (orientation: landscape) {
|
|
2101
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2102
|
-
float: left;
|
|
2103
|
-
height: 100%;
|
|
2104
|
-
border-right: 1.5px;
|
|
2105
|
-
border-color: black;
|
|
2106
|
-
width: 40%;
|
|
2107
|
-
margin: 0;
|
|
2108
|
-
display: block;
|
|
2109
|
-
background-color: #3f51b5;
|
|
2110
|
-
}
|
|
2111
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2112
|
-
height: 100%;
|
|
2113
|
-
width: 100%;
|
|
2114
|
-
}
|
|
2115
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2116
|
-
display: block;
|
|
2117
|
-
width: 100%;
|
|
2118
|
-
text-align: -webkit-center;
|
|
2119
|
-
}
|
|
2120
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2121
|
-
display: block;
|
|
2122
|
-
width: 100%;
|
|
2123
|
-
text-align: -webkit-center;
|
|
2124
|
-
margin-top: 20%;
|
|
2125
|
-
font-size: 20px;
|
|
2126
|
-
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);
|
|
2127
|
-
}
|
|
2128
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2129
|
-
font-size: 20px;
|
|
2130
|
-
margin-top: 60%;
|
|
2131
|
-
color: #fff;
|
|
2132
|
-
}
|
|
2133
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2134
|
-
width: 100%;
|
|
2135
|
-
text-align: -webkit-center;
|
|
2136
|
-
margin-top: 20%;
|
|
2137
|
-
font-size: 20px;
|
|
2138
|
-
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);
|
|
2139
|
-
}
|
|
2140
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2141
|
-
height: 82%;
|
|
2142
|
-
}
|
|
2143
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2144
|
-
height: 80%;
|
|
2145
|
-
}
|
|
2146
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2147
|
-
border-spacing: unset;
|
|
2148
|
-
}
|
|
2149
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2150
|
-
height: 20%;
|
|
2151
|
-
}
|
|
2152
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2153
|
-
width: 100%;
|
|
2154
|
-
}
|
|
2155
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2156
|
-
display: -ms-flexbox;
|
|
2157
|
-
display: flex;
|
|
2158
|
-
}
|
|
2159
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2160
|
-
border-radius: 0 40% 40% 0;
|
|
2161
|
-
}
|
|
2162
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2163
|
-
border-radius: 0 40% 40% 0;
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
1994
|
.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 {
|
|
2167
1995
|
width: calc(100% - 80px);
|
|
2168
1996
|
}
|
|
@@ -2171,6 +1999,7 @@ ejs-calendar {
|
|
|
2171
1999
|
width: calc(100% - 110px);
|
|
2172
2000
|
}
|
|
2173
2001
|
|
|
2002
|
+
/* stylelint-enable */
|
|
2174
2003
|
/*! daterangepicker theme */
|
|
2175
2004
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
2176
2005
|
color: #fff;
|
|
@@ -2305,6 +2134,7 @@ ejs-calendar {
|
|
|
2305
2134
|
.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2306
2135
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2307
2136
|
.e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
|
|
2137
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2308
2138
|
-webkit-tap-highlight-color: transparent;
|
|
2309
2139
|
background-color: #1f2937;
|
|
2310
2140
|
border-color: #6b7280;
|
|
@@ -2355,6 +2185,8 @@ ejs-calendar {
|
|
|
2355
2185
|
color: #000;
|
|
2356
2186
|
}
|
|
2357
2187
|
|
|
2188
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2189
|
+
/* stylelint-disable-line no-empty-source */
|
|
2358
2190
|
/*! component icons */
|
|
2359
2191
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2360
2192
|
content: "\e705";
|
|
@@ -2368,6 +2200,7 @@ ejs-calendar {
|
|
|
2368
2200
|
}
|
|
2369
2201
|
|
|
2370
2202
|
.e-datetime-wrapper {
|
|
2203
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2371
2204
|
-webkit-tap-highlight-color: transparent;
|
|
2372
2205
|
}
|
|
2373
2206
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
package/styles/tailwind.css
CHANGED
|
@@ -42,6 +42,7 @@ ejs-calendar {
|
|
|
42
42
|
|
|
43
43
|
.e-calendar,
|
|
44
44
|
.e-bigger.e-small .e-calendar {
|
|
45
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
45
46
|
-webkit-tap-highlight-color: transparent;
|
|
46
47
|
border-radius: 4px;
|
|
47
48
|
display: block;
|
|
@@ -889,6 +890,7 @@ ejs-calendar {
|
|
|
889
890
|
}
|
|
890
891
|
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover),
|
|
891
892
|
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
|
|
893
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
892
894
|
-webkit-tap-highlight-color: transparent;
|
|
893
895
|
background-color: #4f46e5;
|
|
894
896
|
border-color: #4f46e5;
|
|
@@ -926,6 +928,8 @@ ejs-calendar {
|
|
|
926
928
|
transform: scale(1);
|
|
927
929
|
}
|
|
928
930
|
}
|
|
931
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
932
|
+
/* stylelint-disable-line no-empty-source */
|
|
929
933
|
/*! component icons */
|
|
930
934
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
931
935
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -940,6 +944,7 @@ ejs-calendar {
|
|
|
940
944
|
|
|
941
945
|
.e-time-wrapper,
|
|
942
946
|
*.e-control-wrapper.e-time-wrapper {
|
|
947
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
943
948
|
-webkit-tap-highlight-color: transparent;
|
|
944
949
|
}
|
|
945
950
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1055,6 +1060,7 @@ ejs-calendar {
|
|
|
1055
1060
|
min-height: 40px;
|
|
1056
1061
|
}
|
|
1057
1062
|
|
|
1063
|
+
/* stylelint-disable */
|
|
1058
1064
|
.e-time-overflow {
|
|
1059
1065
|
overflow: hidden;
|
|
1060
1066
|
}
|
|
@@ -1082,6 +1088,7 @@ ejs-calendar {
|
|
|
1082
1088
|
top: 0 !important;
|
|
1083
1089
|
}
|
|
1084
1090
|
|
|
1091
|
+
/* stylelint-enable */
|
|
1085
1092
|
/*! timepicker theme */
|
|
1086
1093
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1087
1094
|
color: #111827;
|
|
@@ -1131,7 +1138,8 @@ ejs-calendar {
|
|
|
1131
1138
|
color: #111827;
|
|
1132
1139
|
}
|
|
1133
1140
|
|
|
1134
|
-
|
|
1141
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1142
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1135
1143
|
/*! component icons */
|
|
1136
1144
|
.e-input-group-icon.e-date-icon,
|
|
1137
1145
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1235,6 +1243,7 @@ ejs-calendar {
|
|
|
1235
1243
|
margin: 0;
|
|
1236
1244
|
}
|
|
1237
1245
|
|
|
1246
|
+
/* stylelint-disable */
|
|
1238
1247
|
.e-date-overflow {
|
|
1239
1248
|
overflow: hidden !important;
|
|
1240
1249
|
}
|
|
@@ -1261,11 +1270,6 @@ ejs-calendar {
|
|
|
1261
1270
|
top: 0 !important;
|
|
1262
1271
|
left: 0 !important;
|
|
1263
1272
|
}
|
|
1264
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1265
|
-
min-width: 100%;
|
|
1266
|
-
min-height: 100%;
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
1273
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1270
1274
|
background-size: 250px 33px;
|
|
1271
1275
|
min-height: 33px;
|
|
@@ -1277,40 +1281,6 @@ ejs-calendar {
|
|
|
1277
1281
|
min-height: 40px;
|
|
1278
1282
|
}
|
|
1279
1283
|
|
|
1280
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1281
|
-
height: 15%;
|
|
1282
|
-
}
|
|
1283
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1284
|
-
float: right;
|
|
1285
|
-
margin-right: 10px;
|
|
1286
|
-
padding: 5px;
|
|
1287
|
-
}
|
|
1288
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1289
|
-
content: "\e932";
|
|
1290
|
-
font-family: "e-icons";
|
|
1291
|
-
color: rgb(255, 255, 255);
|
|
1292
|
-
}
|
|
1293
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1294
|
-
min-width: 100%;
|
|
1295
|
-
min-height: 100%;
|
|
1296
|
-
height: 100%;
|
|
1297
|
-
}
|
|
1298
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1299
|
-
height: 10%;
|
|
1300
|
-
}
|
|
1301
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1302
|
-
height: 85%;
|
|
1303
|
-
}
|
|
1304
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1305
|
-
height: 10%;
|
|
1306
|
-
}
|
|
1307
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1308
|
-
height: 80%;
|
|
1309
|
-
}
|
|
1310
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1311
|
-
height: 100%;
|
|
1312
|
-
}
|
|
1313
|
-
|
|
1314
1284
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1315
1285
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1316
1286
|
display: inline-block;
|
|
@@ -1318,47 +1288,7 @@ ejs-calendar {
|
|
|
1318
1288
|
overflow: auto;
|
|
1319
1289
|
}
|
|
1320
1290
|
}
|
|
1321
|
-
|
|
1322
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1323
|
-
float: left;
|
|
1324
|
-
height: 100%;
|
|
1325
|
-
width: 30%;
|
|
1326
|
-
}
|
|
1327
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1328
|
-
float: left;
|
|
1329
|
-
padding: 5px;
|
|
1330
|
-
}
|
|
1331
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1332
|
-
font-size: 35px;
|
|
1333
|
-
margin-top: 35%;
|
|
1334
|
-
}
|
|
1335
|
-
.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 {
|
|
1336
|
-
display: block;
|
|
1337
|
-
font-size: 40px;
|
|
1338
|
-
margin-top: 10%;
|
|
1339
|
-
}
|
|
1340
|
-
.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 {
|
|
1341
|
-
height: 10%;
|
|
1342
|
-
}
|
|
1343
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1344
|
-
height: 75%;
|
|
1345
|
-
}
|
|
1346
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1347
|
-
display: -ms-flexbox;
|
|
1348
|
-
display: flex;
|
|
1349
|
-
}
|
|
1350
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1351
|
-
float: right;
|
|
1352
|
-
height: 90%;
|
|
1353
|
-
width: 70%;
|
|
1354
|
-
}
|
|
1355
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1356
|
-
display: table-row-group;
|
|
1357
|
-
}
|
|
1358
|
-
.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 {
|
|
1359
|
-
height: 100%;
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1291
|
+
/* stylelint-enable */
|
|
1362
1292
|
.e-datepicker.e-popup-wrapper,
|
|
1363
1293
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1364
1294
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1391,7 +1321,8 @@ ejs-calendar {
|
|
|
1391
1321
|
color: #6b7280;
|
|
1392
1322
|
}
|
|
1393
1323
|
|
|
1394
|
-
|
|
1324
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1325
|
+
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1395
1326
|
/*! component icons */
|
|
1396
1327
|
.e-input-group-icon.e-range-icon,
|
|
1397
1328
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -2022,6 +1953,7 @@ ejs-calendar {
|
|
|
2022
1953
|
line-height: 26px;
|
|
2023
1954
|
}
|
|
2024
1955
|
|
|
1956
|
+
/* stylelint-disable */
|
|
2025
1957
|
.e-range-overflow {
|
|
2026
1958
|
overflow: hidden;
|
|
2027
1959
|
}
|
|
@@ -2048,13 +1980,6 @@ ejs-calendar {
|
|
|
2048
1980
|
top: 0 !important;
|
|
2049
1981
|
left: 0 !important;
|
|
2050
1982
|
}
|
|
2051
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2052
|
-
min-height: 100%;
|
|
2053
|
-
min-width: 100%;
|
|
2054
|
-
height: 100%;
|
|
2055
|
-
width: 100%;
|
|
2056
|
-
}
|
|
2057
|
-
|
|
2058
1983
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
2059
1984
|
background-size: 250px 33px;
|
|
2060
1985
|
min-height: 33px;
|
|
@@ -2066,103 +1991,6 @@ ejs-calendar {
|
|
|
2066
1991
|
min-height: 40px;
|
|
2067
1992
|
}
|
|
2068
1993
|
|
|
2069
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2070
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2071
|
-
min-height: 100%;
|
|
2072
|
-
min-width: 100%;
|
|
2073
|
-
height: 100%;
|
|
2074
|
-
width: 100%;
|
|
2075
|
-
}
|
|
2076
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2077
|
-
height: 100%;
|
|
2078
|
-
}
|
|
2079
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2080
|
-
height: 78%;
|
|
2081
|
-
}
|
|
2082
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2083
|
-
height: 90%;
|
|
2084
|
-
}
|
|
2085
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2086
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2087
|
-
height: 10%;
|
|
2088
|
-
}
|
|
2089
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2090
|
-
margin: 0;
|
|
2091
|
-
}
|
|
2092
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2093
|
-
height: 90%;
|
|
2094
|
-
}
|
|
2095
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2096
|
-
height: 100%;
|
|
2097
|
-
border-spacing: 0px 30px;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
@media screen and (orientation: landscape) {
|
|
2101
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2102
|
-
float: left;
|
|
2103
|
-
height: 100%;
|
|
2104
|
-
border-right: 1.5px;
|
|
2105
|
-
border-color: black;
|
|
2106
|
-
width: 40%;
|
|
2107
|
-
margin: 0;
|
|
2108
|
-
display: block;
|
|
2109
|
-
background-color: #3f51b5;
|
|
2110
|
-
}
|
|
2111
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2112
|
-
height: 100%;
|
|
2113
|
-
width: 100%;
|
|
2114
|
-
}
|
|
2115
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2116
|
-
display: block;
|
|
2117
|
-
width: 100%;
|
|
2118
|
-
text-align: -webkit-center;
|
|
2119
|
-
}
|
|
2120
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2121
|
-
display: block;
|
|
2122
|
-
width: 100%;
|
|
2123
|
-
text-align: -webkit-center;
|
|
2124
|
-
margin-top: 20%;
|
|
2125
|
-
font-size: 20px;
|
|
2126
|
-
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);
|
|
2127
|
-
}
|
|
2128
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2129
|
-
font-size: 20px;
|
|
2130
|
-
margin-top: 60%;
|
|
2131
|
-
color: #fff;
|
|
2132
|
-
}
|
|
2133
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2134
|
-
width: 100%;
|
|
2135
|
-
text-align: -webkit-center;
|
|
2136
|
-
margin-top: 20%;
|
|
2137
|
-
font-size: 20px;
|
|
2138
|
-
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);
|
|
2139
|
-
}
|
|
2140
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2141
|
-
height: 82%;
|
|
2142
|
-
}
|
|
2143
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2144
|
-
height: 80%;
|
|
2145
|
-
}
|
|
2146
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2147
|
-
border-spacing: unset;
|
|
2148
|
-
}
|
|
2149
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2150
|
-
height: 20%;
|
|
2151
|
-
}
|
|
2152
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2153
|
-
width: 100%;
|
|
2154
|
-
}
|
|
2155
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2156
|
-
display: -ms-flexbox;
|
|
2157
|
-
display: flex;
|
|
2158
|
-
}
|
|
2159
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2160
|
-
border-radius: 0 40% 40% 0;
|
|
2161
|
-
}
|
|
2162
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2163
|
-
border-radius: 0 40% 40% 0;
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
2166
1994
|
.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 {
|
|
2167
1995
|
width: calc(100% - 80px);
|
|
2168
1996
|
}
|
|
@@ -2171,6 +1999,7 @@ ejs-calendar {
|
|
|
2171
1999
|
width: calc(100% - 110px);
|
|
2172
2000
|
}
|
|
2173
2001
|
|
|
2002
|
+
/* stylelint-enable */
|
|
2174
2003
|
/*! daterangepicker theme */
|
|
2175
2004
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
2176
2005
|
color: #111827;
|
|
@@ -2305,6 +2134,7 @@ ejs-calendar {
|
|
|
2305
2134
|
.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2306
2135
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2307
2136
|
.e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
|
|
2137
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2308
2138
|
-webkit-tap-highlight-color: transparent;
|
|
2309
2139
|
background-color: #fff;
|
|
2310
2140
|
border-color: #d1d5db;
|
|
@@ -2355,6 +2185,8 @@ ejs-calendar {
|
|
|
2355
2185
|
color: #fff;
|
|
2356
2186
|
}
|
|
2357
2187
|
|
|
2188
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2189
|
+
/* stylelint-disable-line no-empty-source */
|
|
2358
2190
|
/*! component icons */
|
|
2359
2191
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2360
2192
|
content: "\e705";
|
|
@@ -2368,6 +2200,7 @@ ejs-calendar {
|
|
|
2368
2200
|
}
|
|
2369
2201
|
|
|
2370
2202
|
.e-datetime-wrapper {
|
|
2203
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2371
2204
|
-webkit-tap-highlight-color: transparent;
|
|
2372
2205
|
}
|
|
2373
2206
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
/*! component icons */
|
|
2
3
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
3
4
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -12,6 +13,7 @@
|
|
|
12
13
|
|
|
13
14
|
.e-time-wrapper,
|
|
14
15
|
*.e-control-wrapper.e-time-wrapper {
|
|
16
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
15
17
|
-webkit-tap-highlight-color: transparent;
|
|
16
18
|
}
|
|
17
19
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -127,6 +129,7 @@
|
|
|
127
129
|
min-height: 40px;
|
|
128
130
|
}
|
|
129
131
|
|
|
132
|
+
/* stylelint-disable */
|
|
130
133
|
.e-time-overflow {
|
|
131
134
|
overflow: hidden;
|
|
132
135
|
}
|
|
@@ -154,6 +157,7 @@
|
|
|
154
157
|
top: 0 !important;
|
|
155
158
|
}
|
|
156
159
|
|
|
160
|
+
/* stylelint-enable */
|
|
157
161
|
/*! timepicker theme */
|
|
158
162
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
159
163
|
color: #fff;
|