@@ -120,7 +120,7 @@ protected function _getInputHtmlWithValue(Attribute $attribute, $value)
120
120
{
121
121
$ html = '<input type="text" name=" ' . $ this ->getFilterElementName (
122
122
$ attribute ->getAttributeCode ()
123
- ) . '" class="input-text input-text-export-filter" ' ;
123
+ ) . '" class="admin__control-text input-text input-text-export-filter" ' ;
124
124
if ($ value ) {
125
125
$ html .= ' value=" ' . $ this ->escapeHtml ($ value ) . '" ' ;
126
126
}
@@ -190,7 +190,7 @@ protected function _getNumberFromToHtmlWithValue(Attribute $attribute, $value)
190
190
':</strong> ' .
191
191
'<input type="text" name=" ' .
192
192
$ name .
193
- '[]" class="input-text input-text-range" ' .
193
+ '[]" class="admin__control-text input-text input-text-range" ' .
194
194
' value=" ' .
195
195
$ fromValue .
196
196
'"/> ' .
@@ -200,7 +200,7 @@ protected function _getNumberFromToHtmlWithValue(Attribute $attribute, $value)
200
200
) .
201
201
':</strong> <input type="text" name=" ' .
202
202
$ name .
203
- '[]" class="input-text input-text-range" value=" ' .
203
+ '[]" class="admin__control-text input-text input-text-range" value=" ' .
204
204
$ toValue .
205
205
'" /> ' ;
206
206
}
@@ -236,7 +236,7 @@ protected function _getSelectHtmlWithValue(Attribute $attribute, $value)
236
236
$ arguments = [
237
237
'name ' => $ this ->getFilterElementName ($ attribute ->getAttributeCode ()),
238
238
'id ' => $ this ->getFilterElementId ($ attribute ->getAttributeCode ()),
239
- 'class ' => 'select select-export-filter ' ,
239
+ 'class ' => 'admin__control-select select select-export-filter ' ,
240
240
];
241
241
/** @var $selectBlock \Magento\Framework\View\Element\Html\Select */
242
242
$ selectBlock = $ this ->_layout ->createBlock (
0 commit comments