Add no-bs class to search form inputs

... so they don't get form-control assigned by Elastic logic
pull/6594/head
Aleksander Machniak 6 years ago
parent 61eb78ad64
commit e876e7b861

@ -2164,7 +2164,8 @@ EOF;
// add some labels to client
$this->add_label('searching');
$attrib['name'] = '_q';
$attrib['name'] = '_q';
$attrib['class'] = trim($attrib['class'] . ' no-bs');
if (empty($attrib['id'])) {
$attrib['id'] = 'rcmqsearchbox';

Loading…
Cancel
Save