@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
package/styles/fabric-dark.css
CHANGED
|
@@ -77,8 +77,7 @@
|
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
81
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
80
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
82
81
|
color: #dadada;
|
|
83
82
|
cursor: default;
|
|
84
83
|
font-family: inherit;
|
|
@@ -87,41 +86,6 @@
|
|
|
87
86
|
text-align: center;
|
|
88
87
|
}
|
|
89
88
|
|
|
90
|
-
.e-mention.e-popup {
|
|
91
|
-
background: #514f4f;
|
|
92
|
-
border: 0;
|
|
93
|
-
box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
94
|
-
margin-top: 2px;
|
|
95
|
-
position: absolute;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
99
|
-
display: inline;
|
|
100
|
-
font-weight: bold;
|
|
101
|
-
vertical-align: baseline;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.e-mention .e-mention-chip,
|
|
105
|
-
.e-mention .e-mention-chip:hover {
|
|
106
|
-
color: #0074cc;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-mention .e-mention-chip::selection {
|
|
110
|
-
color: #fff;
|
|
111
|
-
background: #0074cc;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-mention.e-editable-element {
|
|
115
|
-
border: 2px solid #414040;
|
|
116
|
-
height: auto;
|
|
117
|
-
min-height: 120px;
|
|
118
|
-
width: 100%;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.e-form-mirror-div {
|
|
122
|
-
white-space: pre-wrap;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
89
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
126
90
|
padding-right: 20px;
|
|
127
91
|
}
|
|
@@ -184,7 +148,6 @@
|
|
|
184
148
|
border-color: #414040;
|
|
185
149
|
}
|
|
186
150
|
.e-dropdownbase .e-list-item {
|
|
187
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
188
151
|
-webkit-tap-highlight-color: transparent;
|
|
189
152
|
background-color: #282727;
|
|
190
153
|
border-bottom: 1px;
|
|
@@ -371,8 +334,6 @@
|
|
|
371
334
|
color: #dadada;
|
|
372
335
|
}
|
|
373
336
|
|
|
374
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
375
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
376
337
|
@keyframes material-spinner-rotate {
|
|
377
338
|
0% {
|
|
378
339
|
transform: rotate(0);
|
|
@@ -532,7 +493,6 @@
|
|
|
532
493
|
background-color: #201f1f;
|
|
533
494
|
}
|
|
534
495
|
|
|
535
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
536
496
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
537
497
|
display: none;
|
|
538
498
|
pointer-events: none;
|
|
@@ -541,7 +501,6 @@
|
|
|
541
501
|
visibility: hidden;
|
|
542
502
|
}
|
|
543
503
|
|
|
544
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
545
504
|
.e-filter-parent {
|
|
546
505
|
border: 1px solid #414040;
|
|
547
506
|
border-top-width: 0;
|
|
@@ -585,7 +544,6 @@
|
|
|
585
544
|
cursor: default;
|
|
586
545
|
}
|
|
587
546
|
|
|
588
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
589
547
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
590
548
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
591
549
|
-webkit-appearance: initial;
|
|
@@ -728,8 +686,6 @@ ejs-dropdownlist {
|
|
|
728
686
|
color: #000;
|
|
729
687
|
}
|
|
730
688
|
|
|
731
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
732
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
733
689
|
@keyframes material-spinner-rotate {
|
|
734
690
|
0% {
|
|
735
691
|
transform: rotate(0);
|
|
@@ -746,8 +702,6 @@ ejs-dropdownlist {
|
|
|
746
702
|
transform: rotate(360deg);
|
|
747
703
|
}
|
|
748
704
|
}
|
|
749
|
-
/* stylelint-disable */
|
|
750
|
-
/* stylelint-disable */
|
|
751
705
|
.e-ddt .e-ddt-icon::before {
|
|
752
706
|
content: "\e966";
|
|
753
707
|
}
|
|
@@ -1141,9 +1095,6 @@ ejs-dropdownlist {
|
|
|
1141
1095
|
color: #dadada;
|
|
1142
1096
|
}
|
|
1143
1097
|
|
|
1144
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1145
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1146
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1147
1098
|
@keyframes material-spinner-rotate {
|
|
1148
1099
|
0% {
|
|
1149
1100
|
transform: rotate(0);
|
|
@@ -1485,7 +1436,7 @@ ejs-dropdownlist {
|
|
|
1485
1436
|
border: 0;
|
|
1486
1437
|
font-family: inherit;
|
|
1487
1438
|
font-size: 14px;
|
|
1488
|
-
font-weight:
|
|
1439
|
+
font-weight: 400;
|
|
1489
1440
|
height: 28px;
|
|
1490
1441
|
min-height: 28px;
|
|
1491
1442
|
outline: none;
|
|
@@ -1499,7 +1450,7 @@ ejs-dropdownlist {
|
|
|
1499
1450
|
color: inherit;
|
|
1500
1451
|
font-family: inherit;
|
|
1501
1452
|
font-size: 14px;
|
|
1502
|
-
font-weight:
|
|
1453
|
+
font-weight: 400;
|
|
1503
1454
|
height: 28px;
|
|
1504
1455
|
min-height: 28px;
|
|
1505
1456
|
outline: none;
|
|
@@ -1522,7 +1473,6 @@ ejs-dropdownlist {
|
|
|
1522
1473
|
min-height: 38px;
|
|
1523
1474
|
}
|
|
1524
1475
|
|
|
1525
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1526
1476
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1527
1477
|
display: none;
|
|
1528
1478
|
}
|
|
@@ -2171,7 +2121,6 @@ ejs-multiselect {
|
|
|
2171
2121
|
box-sizing: border-box;
|
|
2172
2122
|
}
|
|
2173
2123
|
|
|
2174
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2175
2124
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2176
2125
|
-webkit-text-fill-color: #dadada;
|
|
2177
2126
|
color: #dadada;
|
|
@@ -2300,19 +2249,19 @@ ejs-multiselect {
|
|
|
2300
2249
|
border: 1px solid transparent;
|
|
2301
2250
|
}
|
|
2302
2251
|
|
|
2303
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2252
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2304
2253
|
color: #6f6c6c;
|
|
2305
2254
|
}
|
|
2306
2255
|
|
|
2307
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2256
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2308
2257
|
color: #6f6c6c;
|
|
2309
2258
|
}
|
|
2310
2259
|
|
|
2311
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2260
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2312
2261
|
color: #6f6c6c;
|
|
2313
2262
|
}
|
|
2314
2263
|
|
|
2315
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2264
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2316
2265
|
color: #6f6c6c;
|
|
2317
2266
|
}
|
|
2318
2267
|
|
|
@@ -2390,7 +2339,6 @@ ejs-multiselect {
|
|
|
2390
2339
|
content: "\e656";
|
|
2391
2340
|
}
|
|
2392
2341
|
|
|
2393
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2394
2342
|
.e-listbox-wrapper,
|
|
2395
2343
|
.e-listbox-container {
|
|
2396
2344
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2409,7 +2357,7 @@ ejs-multiselect {
|
|
|
2409
2357
|
}
|
|
2410
2358
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2411
2359
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2412
|
-
width: 86% !important;
|
|
2360
|
+
width: 86% !important;
|
|
2413
2361
|
}
|
|
2414
2362
|
.e-listbox-wrapper:focus,
|
|
2415
2363
|
.e-listbox-container:focus {
|
|
@@ -2768,6 +2716,16 @@ ejs-listbox {
|
|
|
2768
2716
|
top: 30%;
|
|
2769
2717
|
}
|
|
2770
2718
|
|
|
2719
|
+
.e-listboxtool-container .e-left {
|
|
2720
|
+
-ms-flex-direction: row-reverse;
|
|
2721
|
+
flex-direction: row-reverse;
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
.e-listboxtool-wrapper .e-left {
|
|
2725
|
+
-ms-flex-direction: column-reverse;
|
|
2726
|
+
flex-direction: column-reverse;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2771
2729
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2772
2730
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2773
2731
|
margin-right: 15px;
|
|
@@ -2781,7 +2739,7 @@ ejs-listbox {
|
|
|
2781
2739
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2782
2740
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2783
2741
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2784
|
-
width: 83% !important;
|
|
2742
|
+
width: 83% !important;
|
|
2785
2743
|
}
|
|
2786
2744
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2787
2745
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -2870,16 +2828,30 @@ ejs-listbox {
|
|
|
2870
2828
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2871
2829
|
font-size: 15px;
|
|
2872
2830
|
}
|
|
2873
|
-
.e-
|
|
2874
|
-
|
|
2831
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2832
|
+
height: calc(100% - 51px);
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2836
|
+
height: calc(100% - 51px) !important;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2875
2840
|
height: calc(100% - 45px);
|
|
2876
2841
|
}
|
|
2877
2842
|
|
|
2878
|
-
.e-
|
|
2879
|
-
|
|
2843
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2844
|
+
height: calc(100% - 45px) !important;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2880
2848
|
height: calc(100% - 59px);
|
|
2881
2849
|
}
|
|
2882
2850
|
|
|
2851
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2852
|
+
height: calc(100% - 59px) !important;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2883
2855
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2884
2856
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2885
2857
|
height: calc(100% - 104px);
|
|
@@ -2890,11 +2862,14 @@ ejs-listbox {
|
|
|
2890
2862
|
height: calc(100% - 45px);
|
|
2891
2863
|
}
|
|
2892
2864
|
|
|
2893
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2894
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2865
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2895
2866
|
height: calc(100% - 55px);
|
|
2896
2867
|
}
|
|
2897
2868
|
|
|
2869
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2870
|
+
height: calc(100% - 55px) !important;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2898
2873
|
.e-listbox-wrapper,
|
|
2899
2874
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2900
2875
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2914,11 +2889,6 @@ ejs-listbox {
|
|
|
2914
2889
|
font-size: 14px;
|
|
2915
2890
|
}
|
|
2916
2891
|
|
|
2917
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2918
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2919
|
-
height: calc(100% - 51px);
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
2892
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2923
2893
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2924
2894
|
height: calc(100% - 87px);
|
package/styles/fabric-dark.scss
CHANGED
package/styles/fabric.css
CHANGED
|
@@ -77,8 +77,7 @@
|
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
81
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
80
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
82
81
|
color: #333;
|
|
83
82
|
cursor: default;
|
|
84
83
|
font-family: inherit;
|
|
@@ -87,41 +86,6 @@
|
|
|
87
86
|
text-align: center;
|
|
88
87
|
}
|
|
89
88
|
|
|
90
|
-
.e-mention.e-popup {
|
|
91
|
-
background: #fff;
|
|
92
|
-
border: 0;
|
|
93
|
-
box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
94
|
-
margin-top: 2px;
|
|
95
|
-
position: absolute;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
99
|
-
display: inline;
|
|
100
|
-
font-weight: bold;
|
|
101
|
-
vertical-align: baseline;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.e-mention .e-mention-chip,
|
|
105
|
-
.e-mention .e-mention-chip:hover {
|
|
106
|
-
color: #0078d6;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-mention .e-mention-chip::selection {
|
|
110
|
-
color: #fff;
|
|
111
|
-
background: #0078d6;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-mention.e-editable-element {
|
|
115
|
-
border: 2px solid rgba(234, 234, 234, 0.25);
|
|
116
|
-
height: auto;
|
|
117
|
-
min-height: 120px;
|
|
118
|
-
width: 100%;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.e-form-mirror-div {
|
|
122
|
-
white-space: pre-wrap;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
89
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
126
90
|
padding-right: 20px;
|
|
127
91
|
}
|
|
@@ -184,7 +148,6 @@
|
|
|
184
148
|
border-color: rgba(234, 234, 234, 0.25);
|
|
185
149
|
}
|
|
186
150
|
.e-dropdownbase .e-list-item {
|
|
187
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
188
151
|
-webkit-tap-highlight-color: transparent;
|
|
189
152
|
background-color: #fff;
|
|
190
153
|
border-bottom: 1px;
|
|
@@ -371,8 +334,6 @@
|
|
|
371
334
|
color: #333;
|
|
372
335
|
}
|
|
373
336
|
|
|
374
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
375
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
376
337
|
@keyframes material-spinner-rotate {
|
|
377
338
|
0% {
|
|
378
339
|
transform: rotate(0);
|
|
@@ -525,7 +486,6 @@
|
|
|
525
486
|
background-color: #fff;
|
|
526
487
|
}
|
|
527
488
|
|
|
528
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
529
489
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
530
490
|
display: none;
|
|
531
491
|
pointer-events: none;
|
|
@@ -534,7 +494,6 @@
|
|
|
534
494
|
visibility: hidden;
|
|
535
495
|
}
|
|
536
496
|
|
|
537
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
538
497
|
.e-filter-parent {
|
|
539
498
|
border: 1px solid #c8c8c8;
|
|
540
499
|
border-top-width: 0;
|
|
@@ -578,7 +537,6 @@
|
|
|
578
537
|
cursor: default;
|
|
579
538
|
}
|
|
580
539
|
|
|
581
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
582
540
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
583
541
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
584
542
|
-webkit-appearance: initial;
|
|
@@ -721,8 +679,6 @@ ejs-dropdownlist {
|
|
|
721
679
|
color: #333;
|
|
722
680
|
}
|
|
723
681
|
|
|
724
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
725
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
726
682
|
@keyframes material-spinner-rotate {
|
|
727
683
|
0% {
|
|
728
684
|
transform: rotate(0);
|
|
@@ -740,8 +696,6 @@ ejs-dropdownlist {
|
|
|
740
696
|
}
|
|
741
697
|
}
|
|
742
698
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
743
|
-
/* stylelint-disable */
|
|
744
|
-
/* stylelint-disable */
|
|
745
699
|
.e-ddt .e-ddt-icon::before {
|
|
746
700
|
content: "\e966";
|
|
747
701
|
}
|
|
@@ -1135,9 +1089,6 @@ ejs-dropdownlist {
|
|
|
1135
1089
|
color: rgba(51, 51, 51, 0.87);
|
|
1136
1090
|
}
|
|
1137
1091
|
|
|
1138
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1139
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1140
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1141
1092
|
@keyframes material-spinner-rotate {
|
|
1142
1093
|
0% {
|
|
1143
1094
|
transform: rotate(0);
|
|
@@ -1479,7 +1430,7 @@ ejs-dropdownlist {
|
|
|
1479
1430
|
border: 0;
|
|
1480
1431
|
font-family: inherit;
|
|
1481
1432
|
font-size: 14px;
|
|
1482
|
-
font-weight:
|
|
1433
|
+
font-weight: 400;
|
|
1483
1434
|
height: 28px;
|
|
1484
1435
|
min-height: 28px;
|
|
1485
1436
|
outline: none;
|
|
@@ -1493,7 +1444,7 @@ ejs-dropdownlist {
|
|
|
1493
1444
|
color: inherit;
|
|
1494
1445
|
font-family: inherit;
|
|
1495
1446
|
font-size: 14px;
|
|
1496
|
-
font-weight:
|
|
1447
|
+
font-weight: 400;
|
|
1497
1448
|
height: 28px;
|
|
1498
1449
|
min-height: 28px;
|
|
1499
1450
|
outline: none;
|
|
@@ -1516,7 +1467,6 @@ ejs-dropdownlist {
|
|
|
1516
1467
|
min-height: 38px;
|
|
1517
1468
|
}
|
|
1518
1469
|
|
|
1519
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1520
1470
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1521
1471
|
display: none;
|
|
1522
1472
|
}
|
|
@@ -2165,7 +2115,6 @@ ejs-multiselect {
|
|
|
2165
2115
|
box-sizing: border-box;
|
|
2166
2116
|
}
|
|
2167
2117
|
|
|
2168
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2169
2118
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2170
2119
|
-webkit-text-fill-color: #666;
|
|
2171
2120
|
color: #666;
|
|
@@ -2294,19 +2243,19 @@ ejs-multiselect {
|
|
|
2294
2243
|
border: 1px solid transparent;
|
|
2295
2244
|
}
|
|
2296
2245
|
|
|
2297
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2246
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2298
2247
|
color: #a6a6a6;
|
|
2299
2248
|
}
|
|
2300
2249
|
|
|
2301
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2250
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2302
2251
|
color: #a6a6a6;
|
|
2303
2252
|
}
|
|
2304
2253
|
|
|
2305
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2254
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2306
2255
|
color: #a6a6a6;
|
|
2307
2256
|
}
|
|
2308
2257
|
|
|
2309
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2258
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2310
2259
|
color: #a6a6a6;
|
|
2311
2260
|
}
|
|
2312
2261
|
|
|
@@ -2384,7 +2333,6 @@ ejs-multiselect {
|
|
|
2384
2333
|
content: "\e656";
|
|
2385
2334
|
}
|
|
2386
2335
|
|
|
2387
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2388
2336
|
.e-listbox-wrapper,
|
|
2389
2337
|
.e-listbox-container {
|
|
2390
2338
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2403,7 +2351,7 @@ ejs-multiselect {
|
|
|
2403
2351
|
}
|
|
2404
2352
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2405
2353
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2406
|
-
width: 86% !important;
|
|
2354
|
+
width: 86% !important;
|
|
2407
2355
|
}
|
|
2408
2356
|
.e-listbox-wrapper:focus,
|
|
2409
2357
|
.e-listbox-container:focus {
|
|
@@ -2762,6 +2710,16 @@ ejs-listbox {
|
|
|
2762
2710
|
top: 30%;
|
|
2763
2711
|
}
|
|
2764
2712
|
|
|
2713
|
+
.e-listboxtool-container .e-left {
|
|
2714
|
+
-ms-flex-direction: row-reverse;
|
|
2715
|
+
flex-direction: row-reverse;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
.e-listboxtool-wrapper .e-left {
|
|
2719
|
+
-ms-flex-direction: column-reverse;
|
|
2720
|
+
flex-direction: column-reverse;
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2765
2723
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2766
2724
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2767
2725
|
margin-right: 15px;
|
|
@@ -2775,7 +2733,7 @@ ejs-listbox {
|
|
|
2775
2733
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2776
2734
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2777
2735
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2778
|
-
width: 83% !important;
|
|
2736
|
+
width: 83% !important;
|
|
2779
2737
|
}
|
|
2780
2738
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2781
2739
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -2864,16 +2822,30 @@ ejs-listbox {
|
|
|
2864
2822
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2865
2823
|
font-size: 15px;
|
|
2866
2824
|
}
|
|
2867
|
-
.e-
|
|
2868
|
-
|
|
2825
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2826
|
+
height: calc(100% - 51px);
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2830
|
+
height: calc(100% - 51px) !important;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2833
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2869
2834
|
height: calc(100% - 45px);
|
|
2870
2835
|
}
|
|
2871
2836
|
|
|
2872
|
-
.e-
|
|
2873
|
-
|
|
2837
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2838
|
+
height: calc(100% - 45px) !important;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2874
2842
|
height: calc(100% - 59px);
|
|
2875
2843
|
}
|
|
2876
2844
|
|
|
2845
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2846
|
+
height: calc(100% - 59px) !important;
|
|
2847
|
+
}
|
|
2848
|
+
|
|
2877
2849
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2878
2850
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2879
2851
|
height: calc(100% - 104px);
|
|
@@ -2884,11 +2856,14 @@ ejs-listbox {
|
|
|
2884
2856
|
height: calc(100% - 45px);
|
|
2885
2857
|
}
|
|
2886
2858
|
|
|
2887
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2888
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2859
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2889
2860
|
height: calc(100% - 55px);
|
|
2890
2861
|
}
|
|
2891
2862
|
|
|
2863
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2864
|
+
height: calc(100% - 55px) !important;
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2892
2867
|
.e-listbox-wrapper,
|
|
2893
2868
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2894
2869
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2908,11 +2883,6 @@ ejs-listbox {
|
|
|
2908
2883
|
font-size: 14px;
|
|
2909
2884
|
}
|
|
2910
2885
|
|
|
2911
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2912
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2913
|
-
height: calc(100% - 51px);
|
|
2914
|
-
}
|
|
2915
|
-
|
|
2916
2886
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2917
2887
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2918
2888
|
height: calc(100% - 87px);
|
package/styles/fabric.scss
CHANGED