Commit f3d62a2d by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

add icon

See merge request manzarH/dic-global-dev!331
parents 2d69721b 938617fc
......@@ -28,7 +28,7 @@ function envigo_theme_suggestions_page_alter(array &$suggestions, array $variabl
}
function envigo_form_search_block_form_alter(&$form, &$form_state) {
$form['actions']['submit']['#value'] = html_entity_decode('');
$form['actions']['submit']['#value'] = html_entity_decode('<i class="fa fa-search" aria-hidden="true"></i>');
$form['actions']['submit']['#attributes']['class'][] = 'search-button';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment