@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/bootstrap.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: #777;
|
|
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 6px 12px rgba(0, 0, 0, 0.175);
|
|
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: #317ab9;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-mention .e-mention-chip::selection {
|
|
110
|
-
color: #fff;
|
|
111
|
-
background: #317ab9;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-mention.e-editable-element {
|
|
115
|
-
border: 2px solid rgba(119, 119, 119, 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: 30px;
|
|
127
91
|
}
|
|
@@ -184,7 +148,6 @@
|
|
|
184
148
|
border-color: rgba(119, 119, 119, 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);
|
|
@@ -556,7 +517,6 @@
|
|
|
556
517
|
background-color: #fff;
|
|
557
518
|
}
|
|
558
519
|
|
|
559
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
560
520
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
561
521
|
display: none;
|
|
562
522
|
pointer-events: none;
|
|
@@ -565,7 +525,6 @@
|
|
|
565
525
|
visibility: hidden;
|
|
566
526
|
}
|
|
567
527
|
|
|
568
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
569
528
|
.e-filter-parent {
|
|
570
529
|
border: none;
|
|
571
530
|
border-top-width: 0;
|
|
@@ -609,7 +568,6 @@
|
|
|
609
568
|
cursor: default;
|
|
610
569
|
}
|
|
611
570
|
|
|
612
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
613
571
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
614
572
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
615
573
|
-webkit-appearance: initial;
|
|
@@ -752,8 +710,6 @@ ejs-dropdownlist {
|
|
|
752
710
|
color: #333;
|
|
753
711
|
}
|
|
754
712
|
|
|
755
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
756
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
757
713
|
@keyframes material-spinner-rotate {
|
|
758
714
|
0% {
|
|
759
715
|
transform: rotate(0);
|
|
@@ -771,8 +727,6 @@ ejs-dropdownlist {
|
|
|
771
727
|
}
|
|
772
728
|
}
|
|
773
729
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
774
|
-
/* stylelint-disable */
|
|
775
|
-
/* stylelint-disable */
|
|
776
730
|
.e-ddt .e-ddt-icon::before {
|
|
777
731
|
content: "\e969";
|
|
778
732
|
}
|
|
@@ -1164,9 +1118,6 @@ ejs-dropdownlist {
|
|
|
1164
1118
|
color: #333;
|
|
1165
1119
|
}
|
|
1166
1120
|
|
|
1167
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1168
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1169
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1170
1121
|
@keyframes material-spinner-rotate {
|
|
1171
1122
|
0% {
|
|
1172
1123
|
transform: rotate(0);
|
|
@@ -1513,7 +1464,7 @@ ejs-dropdownlist {
|
|
|
1513
1464
|
border: 0;
|
|
1514
1465
|
font-family: inherit;
|
|
1515
1466
|
font-size: 15px;
|
|
1516
|
-
font-weight:
|
|
1467
|
+
font-weight: 400;
|
|
1517
1468
|
height: 32px;
|
|
1518
1469
|
min-height: 32px;
|
|
1519
1470
|
outline: none;
|
|
@@ -1527,7 +1478,7 @@ ejs-dropdownlist {
|
|
|
1527
1478
|
color: inherit;
|
|
1528
1479
|
font-family: inherit;
|
|
1529
1480
|
font-size: 14px;
|
|
1530
|
-
font-weight:
|
|
1481
|
+
font-weight: 400;
|
|
1531
1482
|
height: 32px;
|
|
1532
1483
|
min-height: 32px;
|
|
1533
1484
|
outline: none;
|
|
@@ -1550,7 +1501,6 @@ ejs-dropdownlist {
|
|
|
1550
1501
|
min-height: 38px;
|
|
1551
1502
|
}
|
|
1552
1503
|
|
|
1553
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1554
1504
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1555
1505
|
display: none;
|
|
1556
1506
|
}
|
|
@@ -2191,7 +2141,6 @@ ejs-multiselect {
|
|
|
2191
2141
|
box-sizing: border-box;
|
|
2192
2142
|
}
|
|
2193
2143
|
|
|
2194
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2195
2144
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2196
2145
|
-webkit-text-fill-color: #333;
|
|
2197
2146
|
color: #333;
|
|
@@ -2320,19 +2269,19 @@ ejs-multiselect {
|
|
|
2320
2269
|
border: 1px solid transparent;
|
|
2321
2270
|
}
|
|
2322
2271
|
|
|
2323
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2272
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2324
2273
|
color: #999;
|
|
2325
2274
|
}
|
|
2326
2275
|
|
|
2327
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2276
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2328
2277
|
color: #999;
|
|
2329
2278
|
}
|
|
2330
2279
|
|
|
2331
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2280
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2332
2281
|
color: #999;
|
|
2333
2282
|
}
|
|
2334
2283
|
|
|
2335
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2284
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2336
2285
|
color: #999;
|
|
2337
2286
|
}
|
|
2338
2287
|
|
|
@@ -2410,7 +2359,6 @@ ejs-multiselect {
|
|
|
2410
2359
|
content: "\e656";
|
|
2411
2360
|
}
|
|
2412
2361
|
|
|
2413
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2414
2362
|
.e-listbox-wrapper,
|
|
2415
2363
|
.e-listbox-container {
|
|
2416
2364
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2429,7 +2377,7 @@ ejs-multiselect {
|
|
|
2429
2377
|
}
|
|
2430
2378
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2431
2379
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2432
|
-
width: 86% !important;
|
|
2380
|
+
width: 86% !important;
|
|
2433
2381
|
}
|
|
2434
2382
|
.e-listbox-wrapper:focus,
|
|
2435
2383
|
.e-listbox-container:focus {
|
|
@@ -2788,6 +2736,16 @@ ejs-listbox {
|
|
|
2788
2736
|
top: 30%;
|
|
2789
2737
|
}
|
|
2790
2738
|
|
|
2739
|
+
.e-listboxtool-container .e-left {
|
|
2740
|
+
-ms-flex-direction: row-reverse;
|
|
2741
|
+
flex-direction: row-reverse;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.e-listboxtool-wrapper .e-left {
|
|
2745
|
+
-ms-flex-direction: column-reverse;
|
|
2746
|
+
flex-direction: column-reverse;
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2791
2749
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2792
2750
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2793
2751
|
margin-right: 15px;
|
|
@@ -2801,7 +2759,7 @@ ejs-listbox {
|
|
|
2801
2759
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2802
2760
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2803
2761
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2804
|
-
width: 85% !important;
|
|
2762
|
+
width: 85% !important;
|
|
2805
2763
|
}
|
|
2806
2764
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2807
2765
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -2890,16 +2848,30 @@ ejs-listbox {
|
|
|
2890
2848
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2891
2849
|
font-size: 15px;
|
|
2892
2850
|
}
|
|
2893
|
-
.e-
|
|
2894
|
-
|
|
2851
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2852
|
+
height: calc(100% - 52px);
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2856
|
+
height: calc(100% - 52px) !important;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2895
2860
|
height: calc(100% - 46px);
|
|
2896
2861
|
}
|
|
2897
2862
|
|
|
2898
|
-
.e-
|
|
2899
|
-
|
|
2863
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2864
|
+
height: calc(100% - 46px) !important;
|
|
2865
|
+
}
|
|
2866
|
+
|
|
2867
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2900
2868
|
height: calc(100% - 58px);
|
|
2901
2869
|
}
|
|
2902
2870
|
|
|
2871
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2872
|
+
height: calc(100% - 58px) !important;
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2903
2875
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2904
2876
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2905
2877
|
height: calc(100% - 106px);
|
|
@@ -2910,11 +2882,14 @@ ejs-listbox {
|
|
|
2910
2882
|
height: calc(100% - 48px);
|
|
2911
2883
|
}
|
|
2912
2884
|
|
|
2913
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
2914
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2885
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2915
2886
|
height: calc(100% - 54px);
|
|
2916
2887
|
}
|
|
2917
2888
|
|
|
2889
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2890
|
+
height: calc(100% - 54px) !important;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2918
2893
|
.e-listbox-wrapper,
|
|
2919
2894
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
2920
2895
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -2934,11 +2909,6 @@ ejs-listbox {
|
|
|
2934
2909
|
font-size: 14px;
|
|
2935
2910
|
}
|
|
2936
2911
|
|
|
2937
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
2938
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
2939
|
-
height: calc(100% - 52px);
|
|
2940
|
-
}
|
|
2941
|
-
|
|
2942
2912
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2943
2913
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2944
2914
|
height: calc(100% - 92px);
|
package/styles/bootstrap.scss
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -95,8 +95,7 @@
|
|
|
95
95
|
position: relative;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
99
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
98
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
100
99
|
color: #212529;
|
|
101
100
|
cursor: default;
|
|
102
101
|
font-family: inherit;
|
|
@@ -105,41 +104,6 @@
|
|
|
105
104
|
text-align: center;
|
|
106
105
|
}
|
|
107
106
|
|
|
108
|
-
.e-mention.e-popup {
|
|
109
|
-
background: #fff;
|
|
110
|
-
border: 0;
|
|
111
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
112
|
-
margin-top: 2px;
|
|
113
|
-
position: absolute;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
117
|
-
display: inline;
|
|
118
|
-
font-weight: bold;
|
|
119
|
-
vertical-align: baseline;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.e-mention .e-mention-chip,
|
|
123
|
-
.e-mention .e-mention-chip:hover {
|
|
124
|
-
color: #007bff;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-mention .e-mention-chip::selection {
|
|
128
|
-
color: #fff;
|
|
129
|
-
background: #007bff;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.e-mention.e-editable-element {
|
|
133
|
-
border: 2px solid rgba(0, 0, 0, 0.15);
|
|
134
|
-
height: auto;
|
|
135
|
-
min-height: 120px;
|
|
136
|
-
width: 100%;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-form-mirror-div {
|
|
140
|
-
white-space: pre-wrap;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
107
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
144
108
|
padding-right: 30px;
|
|
145
109
|
}
|
|
@@ -202,7 +166,6 @@
|
|
|
202
166
|
border-color: rgba(0, 0, 0, 0.15);
|
|
203
167
|
}
|
|
204
168
|
.e-dropdownbase .e-list-item {
|
|
205
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
206
169
|
-webkit-tap-highlight-color: transparent;
|
|
207
170
|
background-color: #fff;
|
|
208
171
|
border-bottom: 1px;
|
|
@@ -389,8 +352,6 @@
|
|
|
389
352
|
color: #212529;
|
|
390
353
|
}
|
|
391
354
|
|
|
392
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
393
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
394
355
|
@keyframes material-spinner-rotate {
|
|
395
356
|
0% {
|
|
396
357
|
transform: rotate(0);
|
|
@@ -600,7 +561,6 @@
|
|
|
600
561
|
background-color: #fff;
|
|
601
562
|
}
|
|
602
563
|
|
|
603
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
604
564
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
605
565
|
display: none;
|
|
606
566
|
pointer-events: none;
|
|
@@ -609,7 +569,6 @@
|
|
|
609
569
|
visibility: hidden;
|
|
610
570
|
}
|
|
611
571
|
|
|
612
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
613
572
|
.e-filter-parent {
|
|
614
573
|
border: rgba(0, 0, 0, 0.12);
|
|
615
574
|
border-top-width: 0;
|
|
@@ -649,7 +608,6 @@
|
|
|
649
608
|
cursor: default;
|
|
650
609
|
}
|
|
651
610
|
|
|
652
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
653
611
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
654
612
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
655
613
|
-webkit-appearance: initial;
|
|
@@ -792,8 +750,6 @@ ejs-dropdownlist {
|
|
|
792
750
|
color: #fff;
|
|
793
751
|
}
|
|
794
752
|
|
|
795
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
796
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
797
753
|
@keyframes material-spinner-rotate {
|
|
798
754
|
0% {
|
|
799
755
|
transform: rotate(0);
|
|
@@ -810,8 +766,6 @@ ejs-dropdownlist {
|
|
|
810
766
|
transform: rotate(360deg);
|
|
811
767
|
}
|
|
812
768
|
}
|
|
813
|
-
/* stylelint-disable */
|
|
814
|
-
/* stylelint-disable */
|
|
815
769
|
.e-ddt .e-ddt-icon::before {
|
|
816
770
|
content: "\e744";
|
|
817
771
|
}
|
|
@@ -1235,7 +1189,6 @@ ejs-dropdownlist {
|
|
|
1235
1189
|
font-size: 10px;
|
|
1236
1190
|
}
|
|
1237
1191
|
|
|
1238
|
-
/* stylelint-disable-line no-empty-source */
|
|
1239
1192
|
.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
|
|
1240
1193
|
font-size: 8px;
|
|
1241
1194
|
}
|
|
@@ -1244,9 +1197,6 @@ ejs-dropdownlist {
|
|
|
1244
1197
|
font-size: 10px;
|
|
1245
1198
|
}
|
|
1246
1199
|
|
|
1247
|
-
/* stylelint-disable-line no-empty-source */
|
|
1248
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1249
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1250
1200
|
@keyframes material-spinner-rotate {
|
|
1251
1201
|
0% {
|
|
1252
1202
|
transform: rotate(0);
|
|
@@ -1662,7 +1612,7 @@ ejs-dropdownlist {
|
|
|
1662
1612
|
border: 0;
|
|
1663
1613
|
font-family: inherit;
|
|
1664
1614
|
font-size: 14px;
|
|
1665
|
-
font-weight:
|
|
1615
|
+
font-weight: 400;
|
|
1666
1616
|
height: 29px;
|
|
1667
1617
|
min-height: 29px;
|
|
1668
1618
|
outline: none;
|
|
@@ -1676,7 +1626,7 @@ ejs-dropdownlist {
|
|
|
1676
1626
|
color: inherit;
|
|
1677
1627
|
font-family: inherit;
|
|
1678
1628
|
font-size: 14px;
|
|
1679
|
-
font-weight:
|
|
1629
|
+
font-weight: 400;
|
|
1680
1630
|
height: 29px;
|
|
1681
1631
|
min-height: 29px;
|
|
1682
1632
|
outline: none;
|
|
@@ -1700,7 +1650,6 @@ ejs-dropdownlist {
|
|
|
1700
1650
|
min-height: 36px;
|
|
1701
1651
|
}
|
|
1702
1652
|
|
|
1703
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1704
1653
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1705
1654
|
display: none;
|
|
1706
1655
|
}
|
|
@@ -2353,7 +2302,6 @@ ejs-multiselect {
|
|
|
2353
2302
|
box-sizing: border-box;
|
|
2354
2303
|
}
|
|
2355
2304
|
|
|
2356
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2357
2305
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2358
2306
|
-webkit-text-fill-color: #fff;
|
|
2359
2307
|
color: #fff;
|
|
@@ -2486,19 +2434,19 @@ ejs-multiselect {
|
|
|
2486
2434
|
border: 1px solid transparent;
|
|
2487
2435
|
}
|
|
2488
2436
|
|
|
2489
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2437
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2490
2438
|
color: #6c757d;
|
|
2491
2439
|
}
|
|
2492
2440
|
|
|
2493
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2441
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2494
2442
|
color: #6c757d;
|
|
2495
2443
|
}
|
|
2496
2444
|
|
|
2497
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2445
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2498
2446
|
color: #6c757d;
|
|
2499
2447
|
}
|
|
2500
2448
|
|
|
2501
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2449
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2502
2450
|
color: #6c757d;
|
|
2503
2451
|
}
|
|
2504
2452
|
|
|
@@ -2594,7 +2542,6 @@ ejs-multiselect {
|
|
|
2594
2542
|
content: "\e7ba";
|
|
2595
2543
|
}
|
|
2596
2544
|
|
|
2597
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2598
2545
|
.e-listbox-wrapper,
|
|
2599
2546
|
.e-listbox-container {
|
|
2600
2547
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2613,7 +2560,7 @@ ejs-multiselect {
|
|
|
2613
2560
|
}
|
|
2614
2561
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2615
2562
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2616
|
-
width: 86% !important;
|
|
2563
|
+
width: 86% !important;
|
|
2617
2564
|
}
|
|
2618
2565
|
.e-listbox-wrapper:focus,
|
|
2619
2566
|
.e-listbox-container:focus {
|
|
@@ -2972,6 +2919,16 @@ ejs-listbox {
|
|
|
2972
2919
|
top: 30%;
|
|
2973
2920
|
}
|
|
2974
2921
|
|
|
2922
|
+
.e-listboxtool-container .e-left {
|
|
2923
|
+
-ms-flex-direction: row-reverse;
|
|
2924
|
+
flex-direction: row-reverse;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.e-listboxtool-wrapper .e-left {
|
|
2928
|
+
-ms-flex-direction: column-reverse;
|
|
2929
|
+
flex-direction: column-reverse;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2975
2932
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2976
2933
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2977
2934
|
margin-right: 15px;
|
|
@@ -2991,7 +2948,7 @@ ejs-listbox {
|
|
|
2991
2948
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2992
2949
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2993
2950
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2994
|
-
width: 85% !important;
|
|
2951
|
+
width: 85% !important;
|
|
2995
2952
|
}
|
|
2996
2953
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2997
2954
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -3118,16 +3075,30 @@ ejs-listbox {
|
|
|
3118
3075
|
margin: 0 0 0 12px;
|
|
3119
3076
|
}
|
|
3120
3077
|
|
|
3121
|
-
.e-
|
|
3122
|
-
|
|
3078
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3079
|
+
height: calc(100% - 39px);
|
|
3080
|
+
}
|
|
3081
|
+
|
|
3082
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
3083
|
+
height: calc(100% - 39px) !important;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3123
3087
|
height: calc(100% - 32px);
|
|
3124
3088
|
}
|
|
3125
3089
|
|
|
3126
|
-
.e-
|
|
3127
|
-
|
|
3090
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3091
|
+
height: calc(100% - 32px) !important;
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3128
3095
|
height: calc(100% - 46px);
|
|
3129
3096
|
}
|
|
3130
3097
|
|
|
3098
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3099
|
+
height: calc(100% - 46px) !important;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3131
3102
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3132
3103
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3133
3104
|
height: calc(100% - 96px);
|
|
@@ -3138,11 +3109,14 @@ ejs-listbox {
|
|
|
3138
3109
|
height: calc(100% - 50px);
|
|
3139
3110
|
}
|
|
3140
3111
|
|
|
3141
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3142
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3112
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3143
3113
|
height: calc(100% - 44px);
|
|
3144
3114
|
}
|
|
3145
3115
|
|
|
3116
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
3117
|
+
height: calc(100% - 44px) !important;
|
|
3118
|
+
}
|
|
3119
|
+
|
|
3146
3120
|
.e-listbox-wrapper,
|
|
3147
3121
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3148
3122
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3162,11 +3136,6 @@ ejs-listbox {
|
|
|
3162
3136
|
font-size: 16px;
|
|
3163
3137
|
}
|
|
3164
3138
|
|
|
3165
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3166
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3167
|
-
height: calc(100% - 39px);
|
|
3168
|
-
}
|
|
3169
|
-
|
|
3170
3139
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3171
3140
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3172
3141
|
height: calc(100% - 79px);
|
package/styles/bootstrap4.scss
CHANGED