@syncfusion/ej2-vue-inplace-editor 23.1.40 → 23.2.4
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/dist/ej2-vue-inplace-editor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +5 -0
- package/styles/bootstrap4.css +32 -2
- package/styles/bootstrap5-dark.css +2 -1
- package/styles/bootstrap5.css +2 -1
- package/styles/fabric-dark.css +5 -0
- package/styles/fluent-dark.css +19 -1
- package/styles/fluent.css +19 -1
- package/styles/highcontrast.css +5 -0
- package/styles/inplace-editor/bootstrap-dark.css +5 -0
- package/styles/inplace-editor/bootstrap4.css +32 -2
- package/styles/inplace-editor/bootstrap5-dark.css +2 -1
- package/styles/inplace-editor/bootstrap5.css +2 -1
- package/styles/inplace-editor/fabric-dark.css +5 -0
- package/styles/inplace-editor/fluent-dark.css +19 -1
- package/styles/inplace-editor/fluent.css +19 -1
- package/styles/inplace-editor/highcontrast.css +5 -0
- package/styles/inplace-editor/tailwind-dark.css +2 -1
- package/styles/inplace-editor/tailwind.css +2 -1
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +2 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inplace-editor.umd.min.js
|
|
3
|
-
* version : 23.
|
|
3
|
+
* version : 23.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inplace-editor@23.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inplace-editor@23.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-IptLdE+L5s8xPbZV00GFo+00WqieiKBLIZdrJrGkZHEHPsGUo/+VQA1hBQMO9Wj6Lv5TTfLVE5fJoOoo9zqUmA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-inplace-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inplace-editor/-/ej2-vue-inplace-editor-23.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inplace-editor/-/ej2-vue-inplace-editor-23.1.41.tgz",
|
|
23
|
+
"_shasum": "7e08425a09457a98781f5651d6cfed17f7c61bf6",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inplace-editor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~23.
|
|
35
|
-
"@syncfusion/ej2-inplace-editor": "23.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~23.
|
|
34
|
+
"@syncfusion/ej2-base": "~23.2.4",
|
|
35
|
+
"@syncfusion/ej2-inplace-editor": "23.2.4",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~23.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "23.
|
|
61
|
+
"version": "23.2.4",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -133,6 +133,11 @@
|
|
|
133
133
|
width: 40px;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
137
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
138
|
+
color: #fff;
|
|
139
|
+
}
|
|
140
|
+
|
|
136
141
|
/* stylelint-disable property-no-vendor-prefix */
|
|
137
142
|
@keyframes material-spinner-rotate {
|
|
138
143
|
0% {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -125,13 +125,24 @@
|
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
128
|
-
font-size:
|
|
128
|
+
font-size: 12px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
132
|
+
.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
133
|
+
font-size: 14px;
|
|
129
134
|
}
|
|
130
135
|
|
|
131
|
-
.e-
|
|
136
|
+
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
137
|
+
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
132
138
|
font-size: 10px;
|
|
133
139
|
}
|
|
134
140
|
|
|
141
|
+
.e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
142
|
+
.e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
143
|
+
font-size: 12px;
|
|
144
|
+
}
|
|
145
|
+
|
|
135
146
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
136
147
|
font-size: 14px;
|
|
137
148
|
line-height: 34px;
|
|
@@ -165,6 +176,25 @@
|
|
|
165
176
|
border-right-width: 0;
|
|
166
177
|
}
|
|
167
178
|
|
|
179
|
+
.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
180
|
+
font-size: 12px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
184
|
+
.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
185
|
+
font-size: 14px;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
189
|
+
.e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
190
|
+
font-size: 10px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
194
|
+
.e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
195
|
+
font-size: 12px;
|
|
196
|
+
}
|
|
197
|
+
|
|
168
198
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
169
199
|
border-left-width: 0;
|
|
170
200
|
border-radius: 4px 0 0 4px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -172,7 +172,8 @@
|
|
|
172
172
|
width: 24px;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
175
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
176
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
176
177
|
color: #212529;
|
|
177
178
|
height: 100%;
|
|
178
179
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -100,6 +100,11 @@
|
|
|
100
100
|
margin: 2px 2px 2px 0;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
104
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
105
|
+
color: #fff;
|
|
106
|
+
}
|
|
107
|
+
|
|
103
108
|
/* stylelint-disable property-no-vendor-prefix */
|
|
104
109
|
@keyframes material-spinner-rotate {
|
|
105
110
|
0% {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
3
|
+
.e-daterangepicker.e-popup .e-calendar .e-header .e-title {
|
|
4
|
+
width: 65%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
|
|
8
|
+
width: 61%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
|
|
12
|
+
.e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
|
|
13
|
+
width: 72%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
|
|
17
|
+
width: 70%;
|
|
18
|
+
}
|
|
19
|
+
|
|
3
20
|
.e-popup.e-ddl {
|
|
4
21
|
border-radius: 4px;
|
|
5
22
|
box-shadow: none;
|
|
@@ -152,7 +169,8 @@
|
|
|
152
169
|
width: 24px;
|
|
153
170
|
}
|
|
154
171
|
|
|
155
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
172
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
173
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
156
174
|
color: #f3f2f1;
|
|
157
175
|
height: 100%;
|
|
158
176
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
3
|
+
.e-daterangepicker.e-popup .e-calendar .e-header .e-title {
|
|
4
|
+
width: 65%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
|
|
8
|
+
width: 61%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
|
|
12
|
+
.e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
|
|
13
|
+
width: 72%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
|
|
17
|
+
width: 70%;
|
|
18
|
+
}
|
|
19
|
+
|
|
3
20
|
.e-popup.e-ddl {
|
|
4
21
|
border-radius: 4px;
|
|
5
22
|
box-shadow: none;
|
|
@@ -152,7 +169,8 @@
|
|
|
152
169
|
width: 24px;
|
|
153
170
|
}
|
|
154
171
|
|
|
155
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
172
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
173
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
156
174
|
color: #201f1e;
|
|
157
175
|
height: 100%;
|
|
158
176
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -179,6 +179,11 @@
|
|
|
179
179
|
width: 30px;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
183
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
184
|
+
color: #fff;
|
|
185
|
+
}
|
|
186
|
+
|
|
182
187
|
/* stylelint-disable property-no-vendor-prefix */
|
|
183
188
|
@keyframes material-spinner-rotate {
|
|
184
189
|
0% {
|
|
@@ -133,6 +133,11 @@
|
|
|
133
133
|
width: 40px;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
137
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
138
|
+
color: #fff;
|
|
139
|
+
}
|
|
140
|
+
|
|
136
141
|
/* stylelint-disable property-no-vendor-prefix */
|
|
137
142
|
@keyframes material-spinner-rotate {
|
|
138
143
|
0% {
|
|
@@ -125,13 +125,24 @@
|
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
128
|
-
font-size:
|
|
128
|
+
font-size: 12px;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
132
|
+
.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
133
|
+
font-size: 14px;
|
|
129
134
|
}
|
|
130
135
|
|
|
131
|
-
.e-
|
|
136
|
+
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
137
|
+
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
132
138
|
font-size: 10px;
|
|
133
139
|
}
|
|
134
140
|
|
|
141
|
+
.e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
142
|
+
.e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
143
|
+
font-size: 12px;
|
|
144
|
+
}
|
|
145
|
+
|
|
135
146
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
136
147
|
font-size: 14px;
|
|
137
148
|
line-height: 34px;
|
|
@@ -165,6 +176,25 @@
|
|
|
165
176
|
border-right-width: 0;
|
|
166
177
|
}
|
|
167
178
|
|
|
179
|
+
.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
180
|
+
font-size: 12px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
184
|
+
.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
185
|
+
font-size: 14px;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
189
|
+
.e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
190
|
+
font-size: 10px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
194
|
+
.e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
195
|
+
font-size: 12px;
|
|
196
|
+
}
|
|
197
|
+
|
|
168
198
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
169
199
|
border-left-width: 0;
|
|
170
200
|
border-radius: 4px 0 0 4px;
|
|
@@ -172,7 +172,8 @@
|
|
|
172
172
|
width: 24px;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
175
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
176
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
176
177
|
color: #212529;
|
|
177
178
|
height: 100%;
|
|
178
179
|
}
|
|
@@ -100,6 +100,11 @@
|
|
|
100
100
|
margin: 2px 2px 2px 0;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
104
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
105
|
+
color: #fff;
|
|
106
|
+
}
|
|
107
|
+
|
|
103
108
|
/* stylelint-disable property-no-vendor-prefix */
|
|
104
109
|
@keyframes material-spinner-rotate {
|
|
105
110
|
0% {
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
3
|
+
.e-daterangepicker.e-popup .e-calendar .e-header .e-title {
|
|
4
|
+
width: 65%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
|
|
8
|
+
width: 61%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
|
|
12
|
+
.e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
|
|
13
|
+
width: 72%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
|
|
17
|
+
width: 70%;
|
|
18
|
+
}
|
|
19
|
+
|
|
3
20
|
.e-popup.e-ddl {
|
|
4
21
|
border-radius: 4px;
|
|
5
22
|
box-shadow: none;
|
|
@@ -152,7 +169,8 @@
|
|
|
152
169
|
width: 24px;
|
|
153
170
|
}
|
|
154
171
|
|
|
155
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
172
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
173
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
156
174
|
color: #f3f2f1;
|
|
157
175
|
height: 100%;
|
|
158
176
|
}
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
3
|
+
.e-daterangepicker.e-popup .e-calendar .e-header .e-title {
|
|
4
|
+
width: 65%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-daterangepicker.e-popup.e-small .e-calendar .e-header .e-title {
|
|
8
|
+
width: 61%;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-daterangepicker.e-popup.e-bigger .e-calendar .e-header .e-title,
|
|
12
|
+
.e-daterangepicker.e-popup.e-device .e-calendar .e-header .e-title {
|
|
13
|
+
width: 72%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-daterangepicker.e-popup.e-bigger.e-small .e-calendar .e-header .e-title {
|
|
17
|
+
width: 70%;
|
|
18
|
+
}
|
|
19
|
+
|
|
3
20
|
.e-popup.e-ddl {
|
|
4
21
|
border-radius: 4px;
|
|
5
22
|
box-shadow: none;
|
|
@@ -152,7 +169,8 @@
|
|
|
152
169
|
width: 24px;
|
|
153
170
|
}
|
|
154
171
|
|
|
155
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
172
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
173
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
156
174
|
color: #201f1e;
|
|
157
175
|
height: 100%;
|
|
158
176
|
}
|
|
@@ -179,6 +179,11 @@
|
|
|
179
179
|
width: 30px;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
183
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
184
|
+
color: #fff;
|
|
185
|
+
}
|
|
186
|
+
|
|
182
187
|
/* stylelint-disable property-no-vendor-prefix */
|
|
183
188
|
@keyframes material-spinner-rotate {
|
|
184
189
|
0% {
|
|
@@ -120,7 +120,8 @@
|
|
|
120
120
|
width: 28px;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
123
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
124
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
124
125
|
color: #111827;
|
|
125
126
|
height: 100%;
|
|
126
127
|
}
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED
|
@@ -120,7 +120,8 @@
|
|
|
120
120
|
width: 28px;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.e-multi-select-wrapper .e-searcher input[type=text]
|
|
123
|
+
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
124
|
+
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
124
125
|
color: #111827;
|
|
125
126
|
height: 100%;
|
|
126
127
|
}
|