@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
|
@@ -91,8 +91,7 @@
|
|
|
91
91
|
position: relative;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
95
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
94
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
96
95
|
color: #000;
|
|
97
96
|
cursor: default;
|
|
98
97
|
font-family: inherit;
|
|
@@ -101,41 +100,6 @@
|
|
|
101
100
|
text-align: center;
|
|
102
101
|
}
|
|
103
102
|
|
|
104
|
-
.e-mention.e-popup {
|
|
105
|
-
background: #400074;
|
|
106
|
-
border: 0;
|
|
107
|
-
box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
108
|
-
margin-top: 2px;
|
|
109
|
-
position: absolute;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
113
|
-
display: inline;
|
|
114
|
-
font-weight: bold;
|
|
115
|
-
vertical-align: baseline;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.e-mention .e-mention-chip,
|
|
119
|
-
.e-mention .e-mention-chip:hover {
|
|
120
|
-
color: #400074;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-mention .e-mention-chip::selection {
|
|
124
|
-
color: #000;
|
|
125
|
-
background: #400074;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.e-mention.e-editable-element {
|
|
129
|
-
border: 2px solid #757575;
|
|
130
|
-
height: auto;
|
|
131
|
-
min-height: 120px;
|
|
132
|
-
width: 100%;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.e-form-mirror-div {
|
|
136
|
-
white-space: pre-wrap;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
103
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
140
104
|
padding-right: 20px;
|
|
141
105
|
}
|
|
@@ -198,7 +162,6 @@
|
|
|
198
162
|
border-color: #757575;
|
|
199
163
|
}
|
|
200
164
|
.e-dropdownbase .e-list-item {
|
|
201
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
202
165
|
-webkit-tap-highlight-color: transparent;
|
|
203
166
|
background-color: #fff;
|
|
204
167
|
border-bottom: 2px;
|
|
@@ -385,8 +348,6 @@
|
|
|
385
348
|
color: #000;
|
|
386
349
|
}
|
|
387
350
|
|
|
388
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
389
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
390
351
|
@keyframes material-spinner-rotate {
|
|
391
352
|
0% {
|
|
392
353
|
transform: rotate(0);
|
|
@@ -543,7 +504,6 @@
|
|
|
543
504
|
background-color: #fff;
|
|
544
505
|
}
|
|
545
506
|
|
|
546
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
547
507
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
548
508
|
display: none;
|
|
549
509
|
pointer-events: none;
|
|
@@ -552,7 +512,6 @@
|
|
|
552
512
|
visibility: hidden;
|
|
553
513
|
}
|
|
554
514
|
|
|
555
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
556
515
|
.e-filter-parent {
|
|
557
516
|
border: 1px solid #000;
|
|
558
517
|
border-top-width: 0;
|
|
@@ -596,7 +555,6 @@
|
|
|
596
555
|
cursor: default;
|
|
597
556
|
}
|
|
598
557
|
|
|
599
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
600
558
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
601
559
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
602
560
|
-webkit-appearance: initial;
|
|
@@ -739,8 +697,6 @@ ejs-dropdownlist {
|
|
|
739
697
|
color: #000;
|
|
740
698
|
}
|
|
741
699
|
|
|
742
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
743
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
744
700
|
@keyframes material-spinner-rotate {
|
|
745
701
|
0% {
|
|
746
702
|
transform: rotate(0);
|
|
@@ -757,8 +713,6 @@ ejs-dropdownlist {
|
|
|
757
713
|
transform: rotate(360deg);
|
|
758
714
|
}
|
|
759
715
|
}
|
|
760
|
-
/* stylelint-disable */
|
|
761
|
-
/* stylelint-disable */
|
|
762
716
|
.e-ddt .e-ddt-icon::before {
|
|
763
717
|
content: "\e966";
|
|
764
718
|
}
|
|
@@ -1153,9 +1107,6 @@ ejs-dropdownlist {
|
|
|
1153
1107
|
color: #000;
|
|
1154
1108
|
}
|
|
1155
1109
|
|
|
1156
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1157
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1158
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1159
1110
|
@keyframes material-spinner-rotate {
|
|
1160
1111
|
0% {
|
|
1161
1112
|
transform: rotate(0);
|
|
@@ -1176,9 +1127,6 @@ ejs-dropdownlist {
|
|
|
1176
1127
|
color: #000;
|
|
1177
1128
|
top: 12px;
|
|
1178
1129
|
}
|
|
1179
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
1180
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1181
|
-
}
|
|
1182
1130
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1183
1131
|
color: #4f4f4f;
|
|
1184
1132
|
font-family: inherit;
|
|
@@ -1588,7 +1536,7 @@ ejs-dropdownlist {
|
|
|
1588
1536
|
border: 0;
|
|
1589
1537
|
font-family: inherit;
|
|
1590
1538
|
font-size: 14px;
|
|
1591
|
-
font-weight:
|
|
1539
|
+
font-weight: 400;
|
|
1592
1540
|
height: 28px;
|
|
1593
1541
|
min-height: 28px;
|
|
1594
1542
|
outline: none;
|
|
@@ -1602,7 +1550,7 @@ ejs-dropdownlist {
|
|
|
1602
1550
|
color: inherit;
|
|
1603
1551
|
font-family: inherit;
|
|
1604
1552
|
font-size: 14px;
|
|
1605
|
-
font-weight:
|
|
1553
|
+
font-weight: 400;
|
|
1606
1554
|
height: 28px;
|
|
1607
1555
|
min-height: 28px;
|
|
1608
1556
|
outline: none;
|
|
@@ -1625,7 +1573,6 @@ ejs-dropdownlist {
|
|
|
1625
1573
|
min-height: 38px;
|
|
1626
1574
|
}
|
|
1627
1575
|
|
|
1628
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1629
1576
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1630
1577
|
display: none;
|
|
1631
1578
|
}
|
|
@@ -2270,7 +2217,6 @@ ejs-multiselect {
|
|
|
2270
2217
|
box-sizing: border-box;
|
|
2271
2218
|
}
|
|
2272
2219
|
|
|
2273
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2274
2220
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2275
2221
|
-webkit-text-fill-color: #fff;
|
|
2276
2222
|
color: #fff;
|
|
@@ -2387,19 +2333,19 @@ ejs-multiselect {
|
|
|
2387
2333
|
border: 1px solid transparent;
|
|
2388
2334
|
}
|
|
2389
2335
|
|
|
2390
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2336
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2391
2337
|
color: #000;
|
|
2392
2338
|
}
|
|
2393
2339
|
|
|
2394
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2340
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2395
2341
|
color: #000;
|
|
2396
2342
|
}
|
|
2397
2343
|
|
|
2398
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2344
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2399
2345
|
color: #000;
|
|
2400
2346
|
}
|
|
2401
2347
|
|
|
2402
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2348
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2403
2349
|
color: #000;
|
|
2404
2350
|
}
|
|
2405
2351
|
|
|
@@ -2497,7 +2443,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2497
2443
|
content: "\e656";
|
|
2498
2444
|
}
|
|
2499
2445
|
|
|
2500
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2501
2446
|
.e-listbox-wrapper,
|
|
2502
2447
|
.e-listbox-container {
|
|
2503
2448
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2516,7 +2461,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2516
2461
|
}
|
|
2517
2462
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2518
2463
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2519
|
-
width: 87% !important;
|
|
2464
|
+
width: 87% !important;
|
|
2520
2465
|
}
|
|
2521
2466
|
.e-listbox-wrapper:focus,
|
|
2522
2467
|
.e-listbox-container:focus {
|
|
@@ -2875,6 +2820,16 @@ ejs-listbox {
|
|
|
2875
2820
|
top: 30%;
|
|
2876
2821
|
}
|
|
2877
2822
|
|
|
2823
|
+
.e-listboxtool-container .e-left {
|
|
2824
|
+
-ms-flex-direction: row-reverse;
|
|
2825
|
+
flex-direction: row-reverse;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.e-listboxtool-wrapper .e-left {
|
|
2829
|
+
-ms-flex-direction: column-reverse;
|
|
2830
|
+
flex-direction: column-reverse;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2878
2833
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2879
2834
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2880
2835
|
margin-right: 15px;
|
|
@@ -2888,7 +2843,7 @@ ejs-listbox {
|
|
|
2888
2843
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2889
2844
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2890
2845
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2891
|
-
width: 83% !important;
|
|
2846
|
+
width: 83% !important;
|
|
2892
2847
|
}
|
|
2893
2848
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2894
2849
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -2977,16 +2932,30 @@ ejs-listbox {
|
|
|
2977
2932
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2978
2933
|
font-size: 15px;
|
|
2979
2934
|
}
|
|
2980
|
-
.e-
|
|
2981
|
-
|
|
2935
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2936
|
+
height: calc(100% - 51px);
|
|
2937
|
+
}
|
|
2938
|
+
|
|
2939
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2940
|
+
height: calc(100% - 51px) !important;
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2982
2944
|
height: calc(100% - 45px);
|
|
2983
2945
|
}
|
|
2984
2946
|
|
|
2985
|
-
.e-
|
|
2986
|
-
|
|
2947
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2948
|
+
height: calc(100% - 45px) !important;
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2987
2952
|
height: calc(100% - 59px);
|
|
2988
2953
|
}
|
|
2989
2954
|
|
|
2955
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2956
|
+
height: calc(100% - 59px) !important;
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2990
2959
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2991
2960
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2992
2961
|
height: calc(100% - 104px);
|
|
@@ -2997,11 +2966,14 @@ ejs-listbox {
|
|
|
2997
2966
|
height: calc(100% - 45px);
|
|
2998
2967
|
}
|
|
2999
2968
|
|
|
3000
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3001
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2969
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3002
2970
|
height: calc(100% - 55px);
|
|
3003
2971
|
}
|
|
3004
2972
|
|
|
2973
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2974
|
+
height: calc(100% - 55px) !important;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
3005
2977
|
.e-listbox-wrapper,
|
|
3006
2978
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3007
2979
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3021,11 +2993,6 @@ ejs-listbox {
|
|
|
3021
2993
|
font-size: 14px;
|
|
3022
2994
|
}
|
|
3023
2995
|
|
|
3024
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3025
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3026
|
-
height: calc(100% - 51px);
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
2996
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3030
2997
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3031
2998
|
height: calc(100% - 87px);
|
package/styles/highcontrast.css
CHANGED
|
@@ -91,8 +91,7 @@
|
|
|
91
91
|
position: relative;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
95
|
-
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
94
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata {
|
|
96
95
|
color: #fff;
|
|
97
96
|
cursor: default;
|
|
98
97
|
font-family: inherit;
|
|
@@ -101,41 +100,6 @@
|
|
|
101
100
|
text-align: center;
|
|
102
101
|
}
|
|
103
102
|
|
|
104
|
-
.e-mention.e-popup {
|
|
105
|
-
background: #ffd939;
|
|
106
|
-
border: 0;
|
|
107
|
-
box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
108
|
-
margin-top: 2px;
|
|
109
|
-
position: absolute;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
113
|
-
display: inline;
|
|
114
|
-
font-weight: bold;
|
|
115
|
-
vertical-align: baseline;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.e-mention .e-mention-chip,
|
|
119
|
-
.e-mention .e-mention-chip:hover {
|
|
120
|
-
color: #ffd939;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-mention .e-mention-chip::selection {
|
|
124
|
-
color: #000;
|
|
125
|
-
background: #ffd939;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.e-mention.e-editable-element {
|
|
129
|
-
border: 2px solid #969696;
|
|
130
|
-
height: auto;
|
|
131
|
-
min-height: 120px;
|
|
132
|
-
width: 100%;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.e-form-mirror-div {
|
|
136
|
-
white-space: pre-wrap;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
103
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
140
104
|
padding-right: 20px;
|
|
141
105
|
}
|
|
@@ -198,7 +162,6 @@
|
|
|
198
162
|
border-color: #969696;
|
|
199
163
|
}
|
|
200
164
|
.e-dropdownbase .e-list-item {
|
|
201
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
202
165
|
-webkit-tap-highlight-color: transparent;
|
|
203
166
|
background-color: #000;
|
|
204
167
|
border-bottom: 2px;
|
|
@@ -385,8 +348,6 @@
|
|
|
385
348
|
color: #fff;
|
|
386
349
|
}
|
|
387
350
|
|
|
388
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
389
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
390
351
|
@keyframes material-spinner-rotate {
|
|
391
352
|
0% {
|
|
392
353
|
transform: rotate(0);
|
|
@@ -543,7 +504,6 @@
|
|
|
543
504
|
background-color: #000;
|
|
544
505
|
}
|
|
545
506
|
|
|
546
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
547
507
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
548
508
|
display: none;
|
|
549
509
|
pointer-events: none;
|
|
@@ -552,7 +512,6 @@
|
|
|
552
512
|
visibility: hidden;
|
|
553
513
|
}
|
|
554
514
|
|
|
555
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
556
515
|
.e-filter-parent {
|
|
557
516
|
border: 1px solid #fff;
|
|
558
517
|
border-top-width: 0;
|
|
@@ -596,7 +555,6 @@
|
|
|
596
555
|
cursor: default;
|
|
597
556
|
}
|
|
598
557
|
|
|
599
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
600
558
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
601
559
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
602
560
|
-webkit-appearance: initial;
|
|
@@ -739,8 +697,6 @@ ejs-dropdownlist {
|
|
|
739
697
|
color: #fff;
|
|
740
698
|
}
|
|
741
699
|
|
|
742
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
743
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
744
700
|
@keyframes material-spinner-rotate {
|
|
745
701
|
0% {
|
|
746
702
|
transform: rotate(0);
|
|
@@ -758,8 +714,6 @@ ejs-dropdownlist {
|
|
|
758
714
|
}
|
|
759
715
|
}
|
|
760
716
|
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
761
|
-
/* stylelint-disable */
|
|
762
|
-
/* stylelint-disable */
|
|
763
717
|
.e-ddt .e-ddt-icon::before {
|
|
764
718
|
content: "\e966";
|
|
765
719
|
}
|
|
@@ -1157,9 +1111,6 @@ ejs-dropdownlist {
|
|
|
1157
1111
|
color: #fff;
|
|
1158
1112
|
}
|
|
1159
1113
|
|
|
1160
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
1161
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1162
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1163
1114
|
@keyframes material-spinner-rotate {
|
|
1164
1115
|
0% {
|
|
1165
1116
|
transform: rotate(0);
|
|
@@ -1180,9 +1131,6 @@ ejs-dropdownlist {
|
|
|
1180
1131
|
color: #fff;
|
|
1181
1132
|
top: 12px;
|
|
1182
1133
|
}
|
|
1183
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
1184
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1185
|
-
}
|
|
1186
1134
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1187
1135
|
color: #969696;
|
|
1188
1136
|
font-family: inherit;
|
|
@@ -1594,7 +1542,7 @@ ejs-dropdownlist {
|
|
|
1594
1542
|
border: 0;
|
|
1595
1543
|
font-family: inherit;
|
|
1596
1544
|
font-size: 14px;
|
|
1597
|
-
font-weight:
|
|
1545
|
+
font-weight: 400;
|
|
1598
1546
|
height: 28px;
|
|
1599
1547
|
min-height: 28px;
|
|
1600
1548
|
outline: none;
|
|
@@ -1608,7 +1556,7 @@ ejs-dropdownlist {
|
|
|
1608
1556
|
color: inherit;
|
|
1609
1557
|
font-family: inherit;
|
|
1610
1558
|
font-size: 14px;
|
|
1611
|
-
font-weight:
|
|
1559
|
+
font-weight: 400;
|
|
1612
1560
|
height: 28px;
|
|
1613
1561
|
min-height: 28px;
|
|
1614
1562
|
outline: none;
|
|
@@ -1631,7 +1579,6 @@ ejs-dropdownlist {
|
|
|
1631
1579
|
min-height: 38px;
|
|
1632
1580
|
}
|
|
1633
1581
|
|
|
1634
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
1635
1582
|
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1636
1583
|
display: none;
|
|
1637
1584
|
}
|
|
@@ -2276,7 +2223,6 @@ ejs-multiselect {
|
|
|
2276
2223
|
box-sizing: border-box;
|
|
2277
2224
|
}
|
|
2278
2225
|
|
|
2279
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2280
2226
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2281
2227
|
-webkit-text-fill-color: #000;
|
|
2282
2228
|
color: #000;
|
|
@@ -2393,19 +2339,19 @@ ejs-multiselect {
|
|
|
2393
2339
|
border: 1px solid transparent;
|
|
2394
2340
|
}
|
|
2395
2341
|
|
|
2396
|
-
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2342
|
+
.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
2397
2343
|
color: #fff;
|
|
2398
2344
|
}
|
|
2399
2345
|
|
|
2400
|
-
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2346
|
+
.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
2401
2347
|
color: #fff;
|
|
2402
2348
|
}
|
|
2403
2349
|
|
|
2404
|
-
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2350
|
+
.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
2405
2351
|
color: #fff;
|
|
2406
2352
|
}
|
|
2407
2353
|
|
|
2408
|
-
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2354
|
+
.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
2409
2355
|
color: #fff;
|
|
2410
2356
|
}
|
|
2411
2357
|
|
|
@@ -2503,7 +2449,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2503
2449
|
content: "\e656";
|
|
2504
2450
|
}
|
|
2505
2451
|
|
|
2506
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2507
2452
|
.e-listbox-wrapper,
|
|
2508
2453
|
.e-listbox-container {
|
|
2509
2454
|
-webkit-overflow-scrolling: touch;
|
|
@@ -2522,7 +2467,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2522
2467
|
}
|
|
2523
2468
|
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2524
2469
|
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2525
|
-
width: 87% !important;
|
|
2470
|
+
width: 87% !important;
|
|
2526
2471
|
}
|
|
2527
2472
|
.e-listbox-wrapper:focus,
|
|
2528
2473
|
.e-listbox-container:focus {
|
|
@@ -2881,6 +2826,16 @@ ejs-listbox {
|
|
|
2881
2826
|
top: 30%;
|
|
2882
2827
|
}
|
|
2883
2828
|
|
|
2829
|
+
.e-listboxtool-container .e-left {
|
|
2830
|
+
-ms-flex-direction: row-reverse;
|
|
2831
|
+
flex-direction: row-reverse;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.e-listboxtool-wrapper .e-left {
|
|
2835
|
+
-ms-flex-direction: column-reverse;
|
|
2836
|
+
flex-direction: column-reverse;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2884
2839
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2885
2840
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2886
2841
|
margin-right: 15px;
|
|
@@ -2894,7 +2849,7 @@ ejs-listbox {
|
|
|
2894
2849
|
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2895
2850
|
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2896
2851
|
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2897
|
-
width: 83% !important;
|
|
2852
|
+
width: 83% !important;
|
|
2898
2853
|
}
|
|
2899
2854
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2900
2855
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
@@ -2983,16 +2938,30 @@ ejs-listbox {
|
|
|
2983
2938
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
2984
2939
|
font-size: 15px;
|
|
2985
2940
|
}
|
|
2986
|
-
.e-
|
|
2987
|
-
|
|
2941
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2942
|
+
height: calc(100% - 51px);
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
.e-listbox-container.e-filter-list .e-list-wrap {
|
|
2946
|
+
height: calc(100% - 51px) !important;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2988
2950
|
height: calc(100% - 45px);
|
|
2989
2951
|
}
|
|
2990
2952
|
|
|
2991
|
-
.e-
|
|
2992
|
-
|
|
2953
|
+
.e-small .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2954
|
+
height: calc(100% - 45px) !important;
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2993
2958
|
height: calc(100% - 59px);
|
|
2994
2959
|
}
|
|
2995
2960
|
|
|
2961
|
+
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2962
|
+
height: calc(100% - 59px) !important;
|
|
2963
|
+
}
|
|
2964
|
+
|
|
2996
2965
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
2997
2966
|
.e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
2998
2967
|
height: calc(100% - 104px);
|
|
@@ -3003,11 +2972,14 @@ ejs-listbox {
|
|
|
3003
2972
|
height: calc(100% - 45px);
|
|
3004
2973
|
}
|
|
3005
2974
|
|
|
3006
|
-
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent
|
|
3007
|
-
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
2975
|
+
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3008
2976
|
height: calc(100% - 55px);
|
|
3009
2977
|
}
|
|
3010
2978
|
|
|
2979
|
+
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
2980
|
+
height: calc(100% - 55px) !important;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
3011
2983
|
.e-listbox-wrapper,
|
|
3012
2984
|
.e-listbox-container:not(.e-listboxtool-container):not(.e-sortableclone),
|
|
3013
2985
|
.e-listboxtool-container.e-listbox-container .e-ul {
|
|
@@ -3027,11 +2999,6 @@ ejs-listbox {
|
|
|
3027
2999
|
font-size: 14px;
|
|
3028
3000
|
}
|
|
3029
3001
|
|
|
3030
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3031
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
3032
|
-
height: calc(100% - 51px);
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
3002
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
3036
3003
|
.e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
|
|
3037
3004
|
height: calc(100% - 87px);
|
package/styles/highcontrast.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
1
|
+
@import 'layout.scss';
|
|
2
2
|
@import 'theme.scss';
|
|
@@ -77,7 +77,6 @@ $listbox-checkbox-left-margin: -4px 10px 0 0 !default;
|
|
|
77
77
|
$listbox-checkbox-right-margin: -4px 0 0 10px !default;
|
|
78
78
|
$listbox-rtl-checkbox-left-margin: -4px 0 0 10px !default;
|
|
79
79
|
$listbox-rtl-checkbox-right-margin: -4px 10px 0 0 !default;
|
|
80
|
-
|
|
81
80
|
//ListView In-built template variables
|
|
82
81
|
$listbox-template-padding: .7142em 1.0714em !default;
|
|
83
82
|
$listbox-template-avatar-padding-right: 1.0714em !default;
|
|
@@ -106,7 +105,6 @@ $listbox-template-multiline-header-font-size: 18px !default;
|
|
|
106
105
|
$listbox-template-multiline-padding: .7142em 1.0714em !default;
|
|
107
106
|
$listbox-template-multiline-content-font-size: 14px !default;
|
|
108
107
|
$listbox-template-multiline-avatar-top: .7142em !default;
|
|
109
|
-
|
|
110
108
|
//enddefault
|
|
111
109
|
|
|
112
110
|
$listbox-border-color: $grey-88;
|
|
@@ -72,7 +72,6 @@ $listbox-checkbox-left-margin: -4px 10px 0 0 !default;
|
|
|
72
72
|
$listbox-checkbox-right-margin: -4px 0 0 10px !default;
|
|
73
73
|
$listbox-rtl-checkbox-left-margin: -4px 0 0 10px !default;
|
|
74
74
|
$listbox-rtl-checkbox-right-margin: -4px 10px 0 0 !default;
|
|
75
|
-
|
|
76
75
|
//ListView In-built template variables
|
|
77
76
|
$listbox-template-padding: .7142em 1.0714em !default;
|
|
78
77
|
$listbox-template-avatar-padding-right: 1.0714em !default;
|
|
@@ -77,7 +77,6 @@ $listbox-checkbox-left-margin: 0 10px 0 0 !default;
|
|
|
77
77
|
$listbox-checkbox-right-margin: 0 0 0 10px !default;
|
|
78
78
|
$listbox-rtl-checkbox-left-margin: 0 0 0 10px !default;
|
|
79
79
|
$listbox-rtl-checkbox-right-margin: 0 10px 0 0 !default;
|
|
80
|
-
|
|
81
80
|
//ListView In-built template variables
|
|
82
81
|
$listbox-template-padding: .7142em 1.0714em !default;
|
|
83
82
|
$listbox-template-avatar-padding-right: 1.0714em !default;
|
|
@@ -44,7 +44,6 @@ $listbox-checkbox-right-margin: -2px 0 0 8px !default;
|
|
|
44
44
|
$listbox-checkbox-left-margin: -2px 8px 0 0 !default;
|
|
45
45
|
$listbox-rtl-checkbox-left-margin: -2px 0 0 8px !default;
|
|
46
46
|
$listbox-rtl-checkbox-right-margin: -2px 8px 0 0 !default;
|
|
47
|
-
|
|
48
47
|
//ListView In-built template variables
|
|
49
48
|
$listbox-template-padding: 8px 16px !default;
|
|
50
49
|
$listbox-template-avatar-padding-right: 16px !default;
|
|
@@ -71,10 +70,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
71
70
|
$listbox-template-multiline-padding: 4px !default;
|
|
72
71
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
73
72
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
74
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
75
73
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
76
74
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
77
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
78
75
|
$listbox-item-height: 36px !default;
|
|
79
76
|
|
|
80
77
|
$listbox-border-color: $border-light;
|
|
@@ -77,7 +77,6 @@ $listbox-checkbox-right-margin: -2px 0 0 10px !default;
|
|
|
77
77
|
$listbox-checkbox-left-margin: -2px 10px 0 0 !default;
|
|
78
78
|
$listbox-rtl-checkbox-left-margin: -2px 0 0 10px !default;
|
|
79
79
|
$listbox-rtl-checkbox-right-margin: -2px 10px 0 0 !default;
|
|
80
|
-
|
|
81
80
|
//ListView In-built template variables
|
|
82
81
|
$listbox-template-padding: .6153em .923em !default;
|
|
83
82
|
$listbox-template-avatar-padding-right: .923em !default;
|
|
@@ -103,10 +102,9 @@ $listbox-template-multiline-content-color: $neutral-secondary !default;
|
|
|
103
102
|
$listbox-template-multiline-header-padding: .093em 0 !default;
|
|
104
103
|
$listbox-template-multiline-content-padding: .093em 0 !default;
|
|
105
104
|
$listbox-template-multiline-header-font-size: 13px !default;
|
|
106
|
-
$listbox-template-multiline-padding: .6153em .923em !default
|
|
105
|
+
$listbox-template-multiline-padding: .6153em .923em !default;;
|
|
107
106
|
$listbox-template-multiline-content-font-size: 13px !default;
|
|
108
107
|
$listbox-template-multiline-avatar-top: .6153em !default;
|
|
109
|
-
|
|
110
108
|
//enddefault
|
|
111
109
|
|
|
112
110
|
$listbox-border-color: $neutral-light;
|
|
@@ -72,7 +72,6 @@ $listbox-checkbox-right-margin: -2px 0 0 10px !default;
|
|
|
72
72
|
$listbox-checkbox-left-margin: -2px 10px 0 0 !default;
|
|
73
73
|
$listbox-rtl-checkbox-left-margin: -2px 0 0 10px !default;
|
|
74
74
|
$listbox-rtl-checkbox-right-margin: -2px 10px 0 0 !default;
|
|
75
|
-
|
|
76
75
|
//ListView In-built template variables
|
|
77
76
|
$listbox-template-padding: .6153em .923em !default;
|
|
78
77
|
$listbox-template-avatar-padding-right: .923em !default;
|
|
@@ -44,7 +44,6 @@ $listbox-checkbox-right-margin: -2px 0 0 8px !default;
|
|
|
44
44
|
$listbox-checkbox-left-margin: -2px 8px 0 0 !default;
|
|
45
45
|
$listbox-rtl-checkbox-left-margin: -2px 0 0 8px !default;
|
|
46
46
|
$listbox-rtl-checkbox-right-margin: -2px 8px 0 0 !default;
|
|
47
|
-
|
|
48
47
|
//ListView In-built template variables
|
|
49
48
|
$listbox-template-padding: 8px 16px !default;
|
|
50
49
|
$listbox-template-avatar-padding-right: 16px !default;
|
|
@@ -71,10 +70,8 @@ $listbox-template-multiline-header-font-size: $text-sm !default;
|
|
|
71
70
|
$listbox-template-multiline-padding: 4px !default;
|
|
72
71
|
$listbox-template-multiline-content-font-size: $text-sm !default;
|
|
73
72
|
$listbox-template-multiline-avatar-top: 0 !default;
|
|
74
|
-
$listbox-filter-height: calc(100% - 47px) !default;
|
|
75
73
|
$listbox-filter-small-height: calc(100% - 45px) !default;
|
|
76
74
|
$listbox-filter-bigger-small-height: calc(100% - 45px) !default;
|
|
77
|
-
$listbox-filter-bigger-height: calc(100% - 55px) !default;
|
|
78
75
|
$listbox-item-height: 36px !default;
|
|
79
76
|
|
|
80
77
|
$listbox-border-color: $border-light;
|