@syncfusion/ej2-angular-dropdowns 20.2.48 → 20.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/auto-complete/_all.scss +1 -1
- package/styles/auto-complete/_bootstrap-dark-definition.scss +1 -1
- package/styles/auto-complete/_bootstrap-definition.scss +1 -1
- package/styles/auto-complete/_bootstrap4-definition.scss +2 -2
- package/styles/auto-complete/_bootstrap5-definition.scss +1 -1
- package/styles/auto-complete/_fabric-dark-definition.scss +1 -1
- package/styles/auto-complete/_fabric-definition.scss +1 -1
- package/styles/auto-complete/_fluent-definition.scss +1 -1
- package/styles/auto-complete/_fusionnew-definition.scss +1 -1
- package/styles/auto-complete/_highcontrast-definition.scss +1 -1
- package/styles/auto-complete/_highcontrast-light-definition.scss +1 -1
- package/styles/auto-complete/_material-dark-definition.scss +1 -1
- package/styles/auto-complete/_material-definition.scss +1 -1
- package/styles/auto-complete/_material3-definition.scss +1 -1
- package/styles/auto-complete/_tailwind-definition.scss +1 -1
- package/styles/auto-complete/bootstrap-dark.css +1 -3
- package/styles/auto-complete/bootstrap.css +1 -3
- package/styles/auto-complete/bootstrap4.css +1 -3
- package/styles/auto-complete/bootstrap5-dark.css +1 -3
- package/styles/auto-complete/bootstrap5.css +1 -3
- package/styles/auto-complete/fabric-dark.css +1 -3
- package/styles/auto-complete/fabric.css +1 -3
- package/styles/auto-complete/fluent-dark.css +1 -3
- package/styles/auto-complete/fluent.css +1 -3
- package/styles/auto-complete/highcontrast-light.css +1 -3
- package/styles/auto-complete/highcontrast.css +1 -3
- package/styles/auto-complete/material-dark.css +1 -3
- package/styles/auto-complete/material.css +1 -3
- package/styles/auto-complete/tailwind-dark.css +1 -3
- package/styles/auto-complete/tailwind.css +1 -3
- package/styles/bootstrap-dark.css +42 -72
- package/styles/bootstrap-dark.scss +0 -1
- package/styles/bootstrap.css +42 -72
- package/styles/bootstrap.scss +0 -1
- package/styles/bootstrap4.css +42 -73
- package/styles/bootstrap4.scss +0 -1
- package/styles/bootstrap5-dark.css +44 -79
- package/styles/bootstrap5-dark.scss +0 -1
- package/styles/bootstrap5.css +44 -79
- package/styles/bootstrap5.scss +0 -1
- package/styles/combo-box/_all.scss +1 -1
- package/styles/combo-box/_bootstrap-dark-definition.scss +1 -1
- package/styles/combo-box/_bootstrap-definition.scss +1 -1
- package/styles/combo-box/_bootstrap4-definition.scss +2 -2
- package/styles/combo-box/_bootstrap5-definition.scss +1 -1
- package/styles/combo-box/_fabric-dark-definition.scss +1 -1
- package/styles/combo-box/_fabric-definition.scss +1 -1
- package/styles/combo-box/_fluent-definition.scss +1 -1
- package/styles/combo-box/_fusionnew-definition.scss +1 -1
- package/styles/combo-box/_highcontrast-definition.scss +1 -1
- package/styles/combo-box/_highcontrast-light-definition.scss +1 -1
- package/styles/combo-box/_material-dark-definition.scss +1 -1
- package/styles/combo-box/_material-definition.scss +1 -1
- package/styles/combo-box/_material3-definition.scss +1 -1
- package/styles/combo-box/_tailwind-definition.scss +1 -1
- package/styles/combo-box/bootstrap-dark.css +1 -3
- package/styles/combo-box/bootstrap.css +1 -3
- package/styles/combo-box/bootstrap4.css +1 -3
- package/styles/combo-box/bootstrap5-dark.css +1 -3
- package/styles/combo-box/bootstrap5.css +1 -3
- package/styles/combo-box/fabric-dark.css +1 -3
- package/styles/combo-box/fabric.css +1 -3
- package/styles/combo-box/fluent-dark.css +1 -3
- package/styles/combo-box/fluent.css +1 -3
- package/styles/combo-box/highcontrast-light.css +1 -3
- package/styles/combo-box/highcontrast.css +1 -3
- package/styles/combo-box/material-dark.css +1 -3
- package/styles/combo-box/material.css +1 -3
- package/styles/combo-box/tailwind-dark.css +1 -3
- package/styles/combo-box/tailwind.css +1 -3
- package/styles/drop-down-base/_all.scss +1 -1
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -5
- package/styles/drop-down-base/_bootstrap-definition.scss +1 -3
- package/styles/drop-down-base/_bootstrap4-definition.scss +1 -3
- package/styles/drop-down-base/_bootstrap5-definition.scss +3 -5
- package/styles/drop-down-base/_fabric-dark-definition.scss +1 -3
- package/styles/drop-down-base/_fabric-definition.scss +1 -3
- package/styles/drop-down-base/_fluent-definition.scss +2 -5
- package/styles/drop-down-base/_fusionnew-definition.scss +3 -5
- package/styles/drop-down-base/_highcontrast-definition.scss +6 -13
- package/styles/drop-down-base/_highcontrast-light-definition.scss +7 -15
- package/styles/drop-down-base/_layout.scss +3 -40
- package/styles/drop-down-base/_material-dark-definition.scss +1 -4
- package/styles/drop-down-base/_material-definition.scss +0 -3
- package/styles/drop-down-base/_material3-definition.scss +3 -5
- package/styles/drop-down-base/_tailwind-definition.scss +3 -5
- package/styles/drop-down-base/_theme.scss +4 -4
- package/styles/drop-down-base/bootstrap-dark.css +1 -38
- package/styles/drop-down-base/bootstrap.css +1 -38
- package/styles/drop-down-base/bootstrap4.css +1 -38
- package/styles/drop-down-base/bootstrap5-dark.css +1 -38
- package/styles/drop-down-base/bootstrap5.css +1 -38
- package/styles/drop-down-base/fabric-dark.css +1 -38
- package/styles/drop-down-base/fabric.css +1 -38
- package/styles/drop-down-base/fluent-dark.css +1 -38
- package/styles/drop-down-base/fluent.css +1 -38
- package/styles/drop-down-base/highcontrast-light.css +1 -38
- package/styles/drop-down-base/highcontrast.css +1 -38
- package/styles/drop-down-base/material-dark.css +1 -38
- package/styles/drop-down-base/material.css +1 -38
- package/styles/drop-down-base/tailwind-dark.css +1 -38
- package/styles/drop-down-base/tailwind.css +1 -38
- package/styles/drop-down-list/_all.scss +1 -2
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -2
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -2
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -3
- package/styles/drop-down-list/_bootstrap5-definition.scss +3 -3
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -2
- package/styles/drop-down-list/_fabric-definition.scss +0 -2
- package/styles/drop-down-list/_fluent-definition.scss +1 -2
- package/styles/drop-down-list/_fusionnew-definition.scss +3 -3
- package/styles/drop-down-list/_highcontrast-definition.scss +10 -21
- package/styles/drop-down-list/_highcontrast-light-definition.scss +11 -22
- package/styles/drop-down-list/_layout.scss +9 -8
- package/styles/drop-down-list/_material-dark-definition.scss +2 -2
- package/styles/drop-down-list/_material-definition.scss +0 -1
- package/styles/drop-down-list/_material3-definition.scss +3 -3
- package/styles/drop-down-list/_tailwind-definition.scss +0 -1
- package/styles/drop-down-list/_theme.scss +3 -3
- package/styles/drop-down-list/bootstrap-dark.css +0 -5
- package/styles/drop-down-list/bootstrap.css +0 -5
- package/styles/drop-down-list/bootstrap4.css +0 -5
- package/styles/drop-down-list/bootstrap5-dark.css +0 -6
- package/styles/drop-down-list/bootstrap5.css +0 -6
- package/styles/drop-down-list/fabric-dark.css +0 -5
- package/styles/drop-down-list/fabric.css +0 -5
- package/styles/drop-down-list/fluent-dark.css +0 -6
- package/styles/drop-down-list/fluent.css +0 -6
- package/styles/drop-down-list/highcontrast-light.css +0 -5
- package/styles/drop-down-list/highcontrast.css +0 -5
- package/styles/drop-down-list/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-list/icons/_fabric.scss +1 -0
- package/styles/drop-down-list/icons/_material.scss +1 -0
- package/styles/drop-down-list/material-dark.css +0 -5
- package/styles/drop-down-list/material.css +0 -5
- package/styles/drop-down-list/tailwind-dark.css +0 -6
- package/styles/drop-down-list/tailwind.css +0 -6
- package/styles/drop-down-tree/_all.scss +1 -1
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-tree/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-tree/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-tree/_bootstrap5-definition.scss +2 -2
- package/styles/drop-down-tree/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-tree/_fabric-definition.scss +2 -2
- package/styles/drop-down-tree/_fluent-definition.scss +2 -2
- package/styles/drop-down-tree/_fusionnew-definition.scss +2 -2
- package/styles/drop-down-tree/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-tree/_layout.scss +2 -1
- package/styles/drop-down-tree/_material-dark-definition.scss +2 -2
- package/styles/drop-down-tree/_material-definition.scss +2 -2
- package/styles/drop-down-tree/_material3-definition.scss +2 -2
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -2
- package/styles/drop-down-tree/bootstrap-dark.css +0 -4
- package/styles/drop-down-tree/bootstrap.css +0 -4
- package/styles/drop-down-tree/bootstrap4.css +0 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +0 -5
- package/styles/drop-down-tree/bootstrap5.css +0 -5
- package/styles/drop-down-tree/fabric-dark.css +0 -4
- package/styles/drop-down-tree/fabric.css +0 -4
- package/styles/drop-down-tree/fluent-dark.css +0 -5
- package/styles/drop-down-tree/fluent.css +0 -5
- package/styles/drop-down-tree/highcontrast-light.css +0 -4
- package/styles/drop-down-tree/highcontrast.css +0 -4
- package/styles/drop-down-tree/icons/_bootstrap.scss +1 -0
- package/styles/drop-down-tree/icons/_bootstrap4.scss +1 -0
- package/styles/drop-down-tree/icons/_fabric.scss +1 -0
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +1 -0
- package/styles/drop-down-tree/icons/_highcontrast.scss +1 -0
- package/styles/drop-down-tree/icons/_material-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_material.scss +1 -0
- package/styles/drop-down-tree/material-dark.css +0 -4
- package/styles/drop-down-tree/material.css +0 -4
- package/styles/drop-down-tree/tailwind-dark.css +0 -5
- package/styles/drop-down-tree/tailwind.css +0 -5
- package/styles/fabric-dark.css +42 -72
- package/styles/fabric-dark.scss +0 -1
- package/styles/fabric.css +42 -72
- package/styles/fabric.scss +0 -1
- package/styles/fluent-dark.css +44 -79
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +44 -79
- package/styles/fluent.scss +0 -1
- package/styles/highcontrast-light.css +42 -75
- package/styles/highcontrast-light.scss +0 -1
- package/styles/highcontrast.css +42 -75
- package/styles/highcontrast.scss +0 -1
- package/styles/list-box/_all.scss +1 -1
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -2
- package/styles/list-box/_bootstrap-definition.scss +0 -1
- package/styles/list-box/_bootstrap4-definition.scss +0 -1
- package/styles/list-box/_bootstrap5-definition.scss +0 -3
- package/styles/list-box/_fabric-dark-definition.scss +1 -3
- package/styles/list-box/_fabric-definition.scss +0 -1
- package/styles/list-box/_fluent-definition.scss +0 -3
- package/styles/list-box/_fusionnew-definition.scss +0 -1
- package/styles/list-box/_highcontrast-definition.scss +0 -1
- package/styles/list-box/_highcontrast-light-definition.scss +1 -3
- package/styles/list-box/_layout.scss +17 -8
- package/styles/list-box/_material-dark-definition.scss +0 -2
- package/styles/list-box/_material-definition.scss +0 -1
- package/styles/list-box/_material3-definition.scss +0 -1
- package/styles/list-box/_tailwind-definition.scss +0 -3
- package/styles/list-box/_theme.scss +25 -11
- package/styles/list-box/bootstrap-dark.css +33 -12
- package/styles/list-box/bootstrap.css +35 -14
- package/styles/list-box/bootstrap4.css +35 -14
- package/styles/list-box/bootstrap5-dark.css +36 -15
- package/styles/list-box/bootstrap5.css +36 -15
- package/styles/list-box/fabric-dark.css +33 -12
- package/styles/list-box/fabric.css +35 -14
- package/styles/list-box/fluent-dark.css +36 -15
- package/styles/list-box/fluent.css +36 -15
- package/styles/list-box/highcontrast-light.css +33 -12
- package/styles/list-box/highcontrast.css +35 -14
- package/styles/list-box/icons/_bootstrap-dark.scss +2 -2
- package/styles/list-box/icons/_bootstrap.scss +1 -1
- package/styles/list-box/icons/_bootstrap4.scss +1 -1
- package/styles/list-box/icons/_bootstrap5.scss +1 -1
- package/styles/list-box/icons/_fabric-dark.scss +1 -1
- package/styles/list-box/icons/_fabric.scss +1 -1
- package/styles/list-box/icons/_fluent.scss +1 -1
- package/styles/list-box/icons/_fusionnew.scss +1 -1
- package/styles/list-box/icons/_highcontrast-light.scss +1 -1
- package/styles/list-box/icons/_highcontrast.scss +1 -1
- package/styles/list-box/icons/_material-dark.scss +1 -1
- package/styles/list-box/icons/_material.scss +2 -2
- package/styles/list-box/icons/_material3.scss +1 -1
- package/styles/list-box/icons/_tailwind-dark.scss +1 -1
- package/styles/list-box/icons/_tailwind.scss +1 -1
- package/styles/list-box/material-dark.css +33 -12
- package/styles/list-box/material.css +35 -14
- package/styles/list-box/tailwind-dark.css +36 -15
- package/styles/list-box/tailwind.css +36 -15
- package/styles/material-dark.css +42 -72
- package/styles/material-dark.scss +0 -1
- package/styles/material.css +42 -72
- package/styles/material.scss +0 -1
- package/styles/multi-select/_all.scss +1 -1
- package/styles/multi-select/_bootstrap-dark-definition.scss +1 -4
- package/styles/multi-select/_bootstrap-definition.scss +0 -2
- package/styles/multi-select/_bootstrap4-definition.scss +2 -5
- package/styles/multi-select/_bootstrap5-definition.scss +2 -2
- package/styles/multi-select/_fabric-dark-definition.scss +3 -5
- package/styles/multi-select/_fabric-definition.scss +2 -4
- package/styles/multi-select/_fluent-definition.scss +1 -2
- package/styles/multi-select/_fusionnew-definition.scss +2 -2
- package/styles/multi-select/_highcontrast-definition.scss +24 -47
- package/styles/multi-select/_highcontrast-light-definition.scss +25 -48
- package/styles/multi-select/_layout.scss +71 -59
- package/styles/multi-select/_material-dark-definition.scss +1 -3
- package/styles/multi-select/_material-definition.scss +0 -1
- package/styles/multi-select/_material3-definition.scss +2 -2
- package/styles/multi-select/_tailwind-definition.scss +3 -2
- package/styles/multi-select/_theme.scss +21 -16
- package/styles/multi-select/bootstrap-dark.css +6 -10
- package/styles/multi-select/bootstrap.css +6 -10
- package/styles/multi-select/bootstrap4.css +6 -10
- package/styles/multi-select/bootstrap5-dark.css +6 -11
- package/styles/multi-select/bootstrap5.css +6 -11
- package/styles/multi-select/fabric-dark.css +6 -10
- package/styles/multi-select/fabric.css +6 -10
- package/styles/multi-select/fluent-dark.css +6 -11
- package/styles/multi-select/fluent.css +6 -11
- package/styles/multi-select/highcontrast-light.css +6 -13
- package/styles/multi-select/highcontrast.css +6 -13
- package/styles/multi-select/icons/_bootstrap5.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +1 -0
- package/styles/multi-select/icons/_fusionnew.scss +1 -0
- package/styles/multi-select/icons/_material-dark.scss +54 -53
- package/styles/multi-select/icons/_material.scss +54 -53
- package/styles/multi-select/icons/_material3.scss +1 -0
- package/styles/multi-select/icons/_tailwind.scss +1 -0
- package/styles/multi-select/material-dark.css +6 -10
- package/styles/multi-select/material.css +6 -10
- package/styles/multi-select/tailwind-dark.css +6 -11
- package/styles/multi-select/tailwind.css +6 -11
- package/styles/tailwind-dark.css +44 -80
- package/styles/tailwind-dark.scss +0 -1
- package/styles/tailwind.css +44 -80
- package/styles/tailwind.scss +0 -1
- package/styles/mention/_all.scss +0 -1
- package/styles/mention/_bootstrap-dark-definition.scss +0 -3
- package/styles/mention/_bootstrap-definition.scss +0 -3
- package/styles/mention/_bootstrap4-definition.scss +0 -3
- package/styles/mention/_bootstrap5-dark-definition.scss +0 -1
- package/styles/mention/_bootstrap5-definition.scss +0 -1
- package/styles/mention/_fabric-dark-definition.scss +0 -2
- package/styles/mention/_fabric-definition.scss +0 -3
- package/styles/mention/_fluent-dark-definition.scss +0 -1
- package/styles/mention/_fluent-definition.scss +0 -1
- package/styles/mention/_fusionnew-definition.scss +0 -1
- package/styles/mention/_highcontrast-definition.scss +0 -3
- package/styles/mention/_highcontrast-light-definition.scss +0 -3
- package/styles/mention/_layout.scss +0 -6
- package/styles/mention/_material-dark-definition.scss +0 -3
- package/styles/mention/_material-definition.scss +0 -3
- package/styles/mention/_material3-definition.scss +0 -1
- package/styles/mention/_tailwind-dark-definition.scss +0 -1
- package/styles/mention/_tailwind-definition.scss +0 -1
- package/styles/mention/bootstrap-dark.css +0 -12
- package/styles/mention/bootstrap-dark.scss +0 -4
- package/styles/mention/bootstrap.css +0 -12
- package/styles/mention/bootstrap.scss +0 -4
- package/styles/mention/bootstrap4.css +0 -30
- package/styles/mention/bootstrap4.scss +0 -4
- package/styles/mention/bootstrap5-dark.css +0 -40
- package/styles/mention/bootstrap5-dark.scss +0 -4
- package/styles/mention/bootstrap5.css +0 -40
- package/styles/mention/bootstrap5.scss +0 -4
- package/styles/mention/fabric-dark.css +0 -12
- package/styles/mention/fabric-dark.scss +0 -4
- package/styles/mention/fabric.css +0 -12
- package/styles/mention/fabric.scss +0 -4
- package/styles/mention/fluent-dark.css +0 -40
- package/styles/mention/fluent-dark.scss +0 -4
- package/styles/mention/fluent.css +0 -40
- package/styles/mention/fluent.scss +0 -4
- package/styles/mention/highcontrast-light.css +0 -26
- package/styles/mention/highcontrast-light.scss +0 -4
- package/styles/mention/highcontrast.css +0 -26
- package/styles/mention/highcontrast.scss +0 -4
- package/styles/mention/material-dark.css +0 -12
- package/styles/mention/material-dark.scss +0 -4
- package/styles/mention/material.css +0 -12
- package/styles/mention/material.scss +0 -4
- package/styles/mention/tailwind-dark.css +0 -50
- package/styles/mention/tailwind-dark.scss +0 -4
- package/styles/mention/tailwind.css +0 -50
- package/styles/mention/tailwind.scss +0 -4
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
1
|
@keyframes material-spinner-rotate {
|
|
4
2
|
0% {
|
|
5
3
|
transform: rotate(0);
|
|
@@ -359,7 +357,7 @@
|
|
|
359
357
|
border: 0;
|
|
360
358
|
font-family: inherit;
|
|
361
359
|
font-size: 15px;
|
|
362
|
-
font-weight:
|
|
360
|
+
font-weight: 400;
|
|
363
361
|
height: 32px;
|
|
364
362
|
min-height: 32px;
|
|
365
363
|
outline: none;
|
|
@@ -373,7 +371,7 @@
|
|
|
373
371
|
color: inherit;
|
|
374
372
|
font-family: inherit;
|
|
375
373
|
font-size: 14px;
|
|
376
|
-
font-weight:
|
|
374
|
+
font-weight: 400;
|
|
377
375
|
height: 32px;
|
|
378
376
|
min-height: 32px;
|
|
379
377
|
outline: none;
|
|
@@ -396,7 +394,6 @@
|
|
|
396
394
|
min-height: 38px;
|
|
397
395
|
}
|
|
398
396
|
|
|
399
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
400
397
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
401
398
|
display: none;
|
|
402
399
|
}
|
|
@@ -1037,7 +1034,6 @@ ejs-multiselect {
|
|
|
1037
1034
|
box-sizing: border-box;
|
|
1038
1035
|
}
|
|
1039
1036
|
|
|
1040
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1041
1037
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1042
1038
|
-webkit-text-fill-color: #333;
|
|
1043
1039
|
color: #333;
|
|
@@ -1166,19 +1162,19 @@ ejs-multiselect {
|
|
|
1166
1162
|
border: 1px solid transparent;
|
|
1167
1163
|
}
|
|
1168
1164
|
|
|
1169
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1165
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1170
1166
|
color: #999;
|
|
1171
1167
|
}
|
|
1172
1168
|
|
|
1173
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1169
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1174
1170
|
color: #999;
|
|
1175
1171
|
}
|
|
1176
1172
|
|
|
1177
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1173
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1178
1174
|
color: #999;
|
|
1179
1175
|
}
|
|
1180
1176
|
|
|
1181
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1177
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1182
1178
|
color: #999;
|
|
1183
1179
|
}
|
|
1184
1180
|
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
1
|
@keyframes material-spinner-rotate {
|
|
4
2
|
0% {
|
|
5
3
|
transform: rotate(0);
|
|
@@ -446,7 +444,7 @@
|
|
|
446
444
|
border: 0;
|
|
447
445
|
font-family: inherit;
|
|
448
446
|
font-size: 14px;
|
|
449
|
-
font-weight:
|
|
447
|
+
font-weight: 400;
|
|
450
448
|
height: 29px;
|
|
451
449
|
min-height: 29px;
|
|
452
450
|
outline: none;
|
|
@@ -460,7 +458,7 @@
|
|
|
460
458
|
color: inherit;
|
|
461
459
|
font-family: inherit;
|
|
462
460
|
font-size: 14px;
|
|
463
|
-
font-weight:
|
|
461
|
+
font-weight: 400;
|
|
464
462
|
height: 29px;
|
|
465
463
|
min-height: 29px;
|
|
466
464
|
outline: none;
|
|
@@ -484,7 +482,6 @@
|
|
|
484
482
|
min-height: 36px;
|
|
485
483
|
}
|
|
486
484
|
|
|
487
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
488
485
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
489
486
|
display: none;
|
|
490
487
|
}
|
|
@@ -1137,7 +1134,6 @@ ejs-multiselect {
|
|
|
1137
1134
|
box-sizing: border-box;
|
|
1138
1135
|
}
|
|
1139
1136
|
|
|
1140
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1141
1137
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1142
1138
|
-webkit-text-fill-color: #fff;
|
|
1143
1139
|
color: #fff;
|
|
@@ -1270,19 +1266,19 @@ ejs-multiselect {
|
|
|
1270
1266
|
border: 1px solid transparent;
|
|
1271
1267
|
}
|
|
1272
1268
|
|
|
1273
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1269
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1274
1270
|
color: #6c757d;
|
|
1275
1271
|
}
|
|
1276
1272
|
|
|
1277
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1273
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1278
1274
|
color: #6c757d;
|
|
1279
1275
|
}
|
|
1280
1276
|
|
|
1281
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1277
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1282
1278
|
color: #6c757d;
|
|
1283
1279
|
}
|
|
1284
1280
|
|
|
1285
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1281
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1286
1282
|
color: #6c757d;
|
|
1287
1283
|
}
|
|
1288
1284
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
1
|
@keyframes material-spinner-rotate {
|
|
5
2
|
0% {
|
|
6
3
|
transform: rotate(0);
|
|
@@ -421,7 +418,7 @@
|
|
|
421
418
|
border: 0;
|
|
422
419
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
423
420
|
font-size: 14px;
|
|
424
|
-
font-weight:
|
|
421
|
+
font-weight: 400;
|
|
425
422
|
height: 30px;
|
|
426
423
|
min-height: 30px;
|
|
427
424
|
outline: none;
|
|
@@ -435,7 +432,7 @@
|
|
|
435
432
|
color: inherit;
|
|
436
433
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
437
434
|
font-size: 14px;
|
|
438
|
-
font-weight:
|
|
435
|
+
font-weight: 400;
|
|
439
436
|
height: 30px;
|
|
440
437
|
min-height: 30px;
|
|
441
438
|
outline: none;
|
|
@@ -458,7 +455,6 @@
|
|
|
458
455
|
min-height: 36px;
|
|
459
456
|
}
|
|
460
457
|
|
|
461
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
462
458
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
463
459
|
display: none;
|
|
464
460
|
}
|
|
@@ -1118,7 +1114,6 @@ ejs-multiselect {
|
|
|
1118
1114
|
box-sizing: border-box;
|
|
1119
1115
|
}
|
|
1120
1116
|
|
|
1121
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1122
1117
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1123
1118
|
-webkit-text-fill-color: #fff;
|
|
1124
1119
|
color: #fff;
|
|
@@ -1245,19 +1240,19 @@ ejs-multiselect {
|
|
|
1245
1240
|
border: 0 solid transparent;
|
|
1246
1241
|
}
|
|
1247
1242
|
|
|
1248
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1243
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1249
1244
|
color: #6c757d;
|
|
1250
1245
|
}
|
|
1251
1246
|
|
|
1252
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1247
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1253
1248
|
color: #6c757d;
|
|
1254
1249
|
}
|
|
1255
1250
|
|
|
1256
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1251
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1257
1252
|
color: #6c757d;
|
|
1258
1253
|
}
|
|
1259
1254
|
|
|
1260
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1255
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1261
1256
|
color: #6c757d;
|
|
1262
1257
|
}
|
|
1263
1258
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
1
|
@keyframes material-spinner-rotate {
|
|
5
2
|
0% {
|
|
6
3
|
transform: rotate(0);
|
|
@@ -421,7 +418,7 @@
|
|
|
421
418
|
border: 0;
|
|
422
419
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
423
420
|
font-size: 14px;
|
|
424
|
-
font-weight:
|
|
421
|
+
font-weight: 400;
|
|
425
422
|
height: 30px;
|
|
426
423
|
min-height: 30px;
|
|
427
424
|
outline: none;
|
|
@@ -435,7 +432,7 @@
|
|
|
435
432
|
color: inherit;
|
|
436
433
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
437
434
|
font-size: 14px;
|
|
438
|
-
font-weight:
|
|
435
|
+
font-weight: 400;
|
|
439
436
|
height: 30px;
|
|
440
437
|
min-height: 30px;
|
|
441
438
|
outline: none;
|
|
@@ -458,7 +455,6 @@
|
|
|
458
455
|
min-height: 36px;
|
|
459
456
|
}
|
|
460
457
|
|
|
461
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
462
458
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
463
459
|
display: none;
|
|
464
460
|
}
|
|
@@ -1118,7 +1114,6 @@ ejs-multiselect {
|
|
|
1118
1114
|
box-sizing: border-box;
|
|
1119
1115
|
}
|
|
1120
1116
|
|
|
1121
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1122
1117
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1123
1118
|
-webkit-text-fill-color: #fff;
|
|
1124
1119
|
color: #fff;
|
|
@@ -1245,19 +1240,19 @@ ejs-multiselect {
|
|
|
1245
1240
|
border: 0 solid transparent;
|
|
1246
1241
|
}
|
|
1247
1242
|
|
|
1248
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1243
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1249
1244
|
color: #6c757d;
|
|
1250
1245
|
}
|
|
1251
1246
|
|
|
1252
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1247
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1253
1248
|
color: #6c757d;
|
|
1254
1249
|
}
|
|
1255
1250
|
|
|
1256
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1251
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1257
1252
|
color: #6c757d;
|
|
1258
1253
|
}
|
|
1259
1254
|
|
|
1260
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1255
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1261
1256
|
color: #6c757d;
|
|
1262
1257
|
}
|
|
1263
1258
|
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
1
|
@keyframes material-spinner-rotate {
|
|
4
2
|
0% {
|
|
5
3
|
transform: rotate(0);
|
|
@@ -354,7 +352,7 @@
|
|
|
354
352
|
border: 0;
|
|
355
353
|
font-family: inherit;
|
|
356
354
|
font-size: 14px;
|
|
357
|
-
font-weight:
|
|
355
|
+
font-weight: 400;
|
|
358
356
|
height: 28px;
|
|
359
357
|
min-height: 28px;
|
|
360
358
|
outline: none;
|
|
@@ -368,7 +366,7 @@
|
|
|
368
366
|
color: inherit;
|
|
369
367
|
font-family: inherit;
|
|
370
368
|
font-size: 14px;
|
|
371
|
-
font-weight:
|
|
369
|
+
font-weight: 400;
|
|
372
370
|
height: 28px;
|
|
373
371
|
min-height: 28px;
|
|
374
372
|
outline: none;
|
|
@@ -391,7 +389,6 @@
|
|
|
391
389
|
min-height: 38px;
|
|
392
390
|
}
|
|
393
391
|
|
|
394
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
395
392
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
396
393
|
display: none;
|
|
397
394
|
}
|
|
@@ -1040,7 +1037,6 @@ ejs-multiselect {
|
|
|
1040
1037
|
box-sizing: border-box;
|
|
1041
1038
|
}
|
|
1042
1039
|
|
|
1043
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1044
1040
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1045
1041
|
-webkit-text-fill-color: #dadada;
|
|
1046
1042
|
color: #dadada;
|
|
@@ -1169,19 +1165,19 @@ ejs-multiselect {
|
|
|
1169
1165
|
border: 1px solid transparent;
|
|
1170
1166
|
}
|
|
1171
1167
|
|
|
1172
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1168
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1173
1169
|
color: #6f6c6c;
|
|
1174
1170
|
}
|
|
1175
1171
|
|
|
1176
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1172
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1177
1173
|
color: #6f6c6c;
|
|
1178
1174
|
}
|
|
1179
1175
|
|
|
1180
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1176
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1181
1177
|
color: #6f6c6c;
|
|
1182
1178
|
}
|
|
1183
1179
|
|
|
1184
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1180
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1185
1181
|
color: #6f6c6c;
|
|
1186
1182
|
}
|
|
1187
1183
|
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
1
|
@keyframes material-spinner-rotate {
|
|
4
2
|
0% {
|
|
5
3
|
transform: rotate(0);
|
|
@@ -354,7 +352,7 @@
|
|
|
354
352
|
border: 0;
|
|
355
353
|
font-family: inherit;
|
|
356
354
|
font-size: 14px;
|
|
357
|
-
font-weight:
|
|
355
|
+
font-weight: 400;
|
|
358
356
|
height: 28px;
|
|
359
357
|
min-height: 28px;
|
|
360
358
|
outline: none;
|
|
@@ -368,7 +366,7 @@
|
|
|
368
366
|
color: inherit;
|
|
369
367
|
font-family: inherit;
|
|
370
368
|
font-size: 14px;
|
|
371
|
-
font-weight:
|
|
369
|
+
font-weight: 400;
|
|
372
370
|
height: 28px;
|
|
373
371
|
min-height: 28px;
|
|
374
372
|
outline: none;
|
|
@@ -391,7 +389,6 @@
|
|
|
391
389
|
min-height: 38px;
|
|
392
390
|
}
|
|
393
391
|
|
|
394
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
395
392
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
396
393
|
display: none;
|
|
397
394
|
}
|
|
@@ -1040,7 +1037,6 @@ ejs-multiselect {
|
|
|
1040
1037
|
box-sizing: border-box;
|
|
1041
1038
|
}
|
|
1042
1039
|
|
|
1043
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1044
1040
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1045
1041
|
-webkit-text-fill-color: #666;
|
|
1046
1042
|
color: #666;
|
|
@@ -1169,19 +1165,19 @@ ejs-multiselect {
|
|
|
1169
1165
|
border: 1px solid transparent;
|
|
1170
1166
|
}
|
|
1171
1167
|
|
|
1172
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1168
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1173
1169
|
color: #a6a6a6;
|
|
1174
1170
|
}
|
|
1175
1171
|
|
|
1176
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1172
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1177
1173
|
color: #a6a6a6;
|
|
1178
1174
|
}
|
|
1179
1175
|
|
|
1180
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1176
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1181
1177
|
color: #a6a6a6;
|
|
1182
1178
|
}
|
|
1183
1179
|
|
|
1184
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1180
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1185
1181
|
color: #a6a6a6;
|
|
1186
1182
|
}
|
|
1187
1183
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
1
|
@keyframes material-spinner-rotate {
|
|
5
2
|
0% {
|
|
6
3
|
transform: rotate(0);
|
|
@@ -461,7 +458,7 @@
|
|
|
461
458
|
border: 0;
|
|
462
459
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
463
460
|
font-size: 14px;
|
|
464
|
-
font-weight:
|
|
461
|
+
font-weight: 400;
|
|
465
462
|
height: 30px;
|
|
466
463
|
min-height: 30px;
|
|
467
464
|
outline: none;
|
|
@@ -475,7 +472,7 @@
|
|
|
475
472
|
color: inherit;
|
|
476
473
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
477
474
|
font-size: 14px;
|
|
478
|
-
font-weight:
|
|
475
|
+
font-weight: 400;
|
|
479
476
|
height: 30px;
|
|
480
477
|
min-height: 30px;
|
|
481
478
|
outline: none;
|
|
@@ -498,7 +495,6 @@
|
|
|
498
495
|
min-height: 36px;
|
|
499
496
|
}
|
|
500
497
|
|
|
501
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
502
498
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
503
499
|
display: none;
|
|
504
500
|
}
|
|
@@ -1158,7 +1154,6 @@ ejs-multiselect {
|
|
|
1158
1154
|
box-sizing: border-box;
|
|
1159
1155
|
}
|
|
1160
1156
|
|
|
1161
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1162
1157
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1163
1158
|
-webkit-text-fill-color: #f3f2f1;
|
|
1164
1159
|
color: #f3f2f1;
|
|
@@ -1304,19 +1299,19 @@ ejs-multiselect {
|
|
|
1304
1299
|
border: 0 solid transparent;
|
|
1305
1300
|
}
|
|
1306
1301
|
|
|
1307
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1302
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1308
1303
|
color: #a19f9d;
|
|
1309
1304
|
}
|
|
1310
1305
|
|
|
1311
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1306
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1312
1307
|
color: #a19f9d;
|
|
1313
1308
|
}
|
|
1314
1309
|
|
|
1315
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1310
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1316
1311
|
color: #a19f9d;
|
|
1317
1312
|
}
|
|
1318
1313
|
|
|
1319
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1314
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1320
1315
|
color: #a19f9d;
|
|
1321
1316
|
}
|
|
1322
1317
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable-line no-empty-source */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
1
|
@keyframes material-spinner-rotate {
|
|
5
2
|
0% {
|
|
6
3
|
transform: rotate(0);
|
|
@@ -461,7 +458,7 @@
|
|
|
461
458
|
border: 0;
|
|
462
459
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
463
460
|
font-size: 14px;
|
|
464
|
-
font-weight:
|
|
461
|
+
font-weight: 400;
|
|
465
462
|
height: 30px;
|
|
466
463
|
min-height: 30px;
|
|
467
464
|
outline: none;
|
|
@@ -475,7 +472,7 @@
|
|
|
475
472
|
color: inherit;
|
|
476
473
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
477
474
|
font-size: 14px;
|
|
478
|
-
font-weight:
|
|
475
|
+
font-weight: 400;
|
|
479
476
|
height: 30px;
|
|
480
477
|
min-height: 30px;
|
|
481
478
|
outline: none;
|
|
@@ -498,7 +495,6 @@
|
|
|
498
495
|
min-height: 36px;
|
|
499
496
|
}
|
|
500
497
|
|
|
501
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
502
498
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
503
499
|
display: none;
|
|
504
500
|
}
|
|
@@ -1158,7 +1154,6 @@ ejs-multiselect {
|
|
|
1158
1154
|
box-sizing: border-box;
|
|
1159
1155
|
}
|
|
1160
1156
|
|
|
1161
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1162
1157
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1163
1158
|
-webkit-text-fill-color: #201f1e;
|
|
1164
1159
|
color: #201f1e;
|
|
@@ -1304,19 +1299,19 @@ ejs-multiselect {
|
|
|
1304
1299
|
border: 0 solid transparent;
|
|
1305
1300
|
}
|
|
1306
1301
|
|
|
1307
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1302
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1308
1303
|
color: #605e5c;
|
|
1309
1304
|
}
|
|
1310
1305
|
|
|
1311
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1306
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1312
1307
|
color: #605e5c;
|
|
1313
1308
|
}
|
|
1314
1309
|
|
|
1315
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1310
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1316
1311
|
color: #605e5c;
|
|
1317
1312
|
}
|
|
1318
1313
|
|
|
1319
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1314
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1320
1315
|
color: #605e5c;
|
|
1321
1316
|
}
|
|
1322
1317
|
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
1
|
@keyframes material-spinner-rotate {
|
|
4
2
|
0% {
|
|
5
3
|
transform: rotate(0);
|
|
@@ -47,9 +45,6 @@
|
|
|
47
45
|
color: #000;
|
|
48
46
|
top: 12px;
|
|
49
47
|
}
|
|
50
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
51
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
52
|
-
}
|
|
53
48
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
54
49
|
color: #4f4f4f;
|
|
55
50
|
font-family: inherit;
|
|
@@ -459,7 +454,7 @@
|
|
|
459
454
|
border: 0;
|
|
460
455
|
font-family: inherit;
|
|
461
456
|
font-size: 14px;
|
|
462
|
-
font-weight:
|
|
457
|
+
font-weight: 400;
|
|
463
458
|
height: 28px;
|
|
464
459
|
min-height: 28px;
|
|
465
460
|
outline: none;
|
|
@@ -473,7 +468,7 @@
|
|
|
473
468
|
color: inherit;
|
|
474
469
|
font-family: inherit;
|
|
475
470
|
font-size: 14px;
|
|
476
|
-
font-weight:
|
|
471
|
+
font-weight: 400;
|
|
477
472
|
height: 28px;
|
|
478
473
|
min-height: 28px;
|
|
479
474
|
outline: none;
|
|
@@ -496,7 +491,6 @@
|
|
|
496
491
|
min-height: 38px;
|
|
497
492
|
}
|
|
498
493
|
|
|
499
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
500
494
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
501
495
|
display: none;
|
|
502
496
|
}
|
|
@@ -1141,7 +1135,6 @@ ejs-multiselect {
|
|
|
1141
1135
|
box-sizing: border-box;
|
|
1142
1136
|
}
|
|
1143
1137
|
|
|
1144
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1145
1138
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1146
1139
|
-webkit-text-fill-color: #fff;
|
|
1147
1140
|
color: #fff;
|
|
@@ -1258,19 +1251,19 @@ ejs-multiselect {
|
|
|
1258
1251
|
border: 1px solid transparent;
|
|
1259
1252
|
}
|
|
1260
1253
|
|
|
1261
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1254
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1262
1255
|
color: #000;
|
|
1263
1256
|
}
|
|
1264
1257
|
|
|
1265
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1258
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1266
1259
|
color: #000;
|
|
1267
1260
|
}
|
|
1268
1261
|
|
|
1269
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1262
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1270
1263
|
color: #000;
|
|
1271
1264
|
}
|
|
1272
1265
|
|
|
1273
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1266
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1274
1267
|
color: #000;
|
|
1275
1268
|
}
|
|
1276
1269
|
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
1
|
@keyframes material-spinner-rotate {
|
|
4
2
|
0% {
|
|
5
3
|
transform: rotate(0);
|
|
@@ -47,9 +45,6 @@
|
|
|
47
45
|
color: #fff;
|
|
48
46
|
top: 12px;
|
|
49
47
|
}
|
|
50
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
51
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
52
|
-
}
|
|
53
48
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
54
49
|
color: #969696;
|
|
55
50
|
font-family: inherit;
|
|
@@ -461,7 +456,7 @@
|
|
|
461
456
|
border: 0;
|
|
462
457
|
font-family: inherit;
|
|
463
458
|
font-size: 14px;
|
|
464
|
-
font-weight:
|
|
459
|
+
font-weight: 400;
|
|
465
460
|
height: 28px;
|
|
466
461
|
min-height: 28px;
|
|
467
462
|
outline: none;
|
|
@@ -475,7 +470,7 @@
|
|
|
475
470
|
color: inherit;
|
|
476
471
|
font-family: inherit;
|
|
477
472
|
font-size: 14px;
|
|
478
|
-
font-weight:
|
|
473
|
+
font-weight: 400;
|
|
479
474
|
height: 28px;
|
|
480
475
|
min-height: 28px;
|
|
481
476
|
outline: none;
|
|
@@ -498,7 +493,6 @@
|
|
|
498
493
|
min-height: 38px;
|
|
499
494
|
}
|
|
500
495
|
|
|
501
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
502
496
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
503
497
|
display: none;
|
|
504
498
|
}
|
|
@@ -1143,7 +1137,6 @@ ejs-multiselect {
|
|
|
1143
1137
|
box-sizing: border-box;
|
|
1144
1138
|
}
|
|
1145
1139
|
|
|
1146
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1147
1140
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1148
1141
|
-webkit-text-fill-color: #000;
|
|
1149
1142
|
color: #000;
|
|
@@ -1260,19 +1253,19 @@ ejs-multiselect {
|
|
|
1260
1253
|
border: 1px solid transparent;
|
|
1261
1254
|
}
|
|
1262
1255
|
|
|
1263
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1256
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1264
1257
|
color: #fff;
|
|
1265
1258
|
}
|
|
1266
1259
|
|
|
1267
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1260
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1268
1261
|
color: #fff;
|
|
1269
1262
|
}
|
|
1270
1263
|
|
|
1271
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1264
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1272
1265
|
color: #fff;
|
|
1273
1266
|
}
|
|
1274
1267
|
|
|
1275
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1268
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1276
1269
|
color: #fff;
|
|
1277
1270
|
}
|
|
1278
1271
|
|