ehscan-react-table 0.0.45 → 0.0.46
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.
|
@@ -161,24 +161,22 @@ svg.removesearchsvg{
|
|
|
161
161
|
justify-content: center;
|
|
162
162
|
gap: 3px;
|
|
163
163
|
border: 1px solid transparent;
|
|
164
|
-
padding-right: 5px;
|
|
165
164
|
background: transparent;
|
|
166
165
|
border-radius: var(--ext-search-wrapper-border-radius, 4px);
|
|
167
166
|
height: var(--ext-search-wrapper-height, 25px);
|
|
168
|
-
|
|
167
|
+
padding: var(--ext-search-wrapper-padding, 2px 5px 3px 5px);
|
|
169
168
|
}
|
|
170
169
|
|
|
171
170
|
.focused {
|
|
172
171
|
border: var(--ext-search-wrapper-focused-border, 1px dashed white);
|
|
173
172
|
color: white;
|
|
174
|
-
--input-padding: var(--ext-search-wrapper-focused-padding, 2px 5px 3px 5px);
|
|
175
173
|
}
|
|
176
174
|
|
|
177
175
|
input.headsearch {
|
|
178
176
|
border: none;
|
|
179
177
|
border-radius: 4px;
|
|
180
178
|
width: 98%;
|
|
181
|
-
padding: var(--input-padding);
|
|
179
|
+
padding: var(--ext-search-input-padding, 2px 5px 3px 5px);
|
|
182
180
|
box-sizing: border-box;
|
|
183
181
|
background-color: transparent;
|
|
184
182
|
}
|