Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
8f152f9e
Commit
8f152f9e
authored
Jan 13, 2021
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
search added class
parent
4cee18fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
13 deletions
+6
-13
envigo.theme
themes/custom/envigo/envigo.theme
+5
-0
html.html.twig
themes/custom/envigo/templates/layout/html.html.twig
+1
-13
No files found.
themes/custom/envigo/envigo.theme
View file @
8f152f9e
...
...
@@ -27,5 +27,10 @@ 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']['#attributes']['class'][] = 'search-button';
}
themes/custom/envigo/templates/layout/html.html.twig
View file @
8f152f9e
...
...
@@ -46,19 +46,7 @@
Keyboard navigation/accessibility link to main content section in
page.html.twig.
#}
<!-- search container box start -->
<div
class=
"h_site_search"
>
<div
class=
"h_site_search_overlay"
></div>
<div
class=
"hh_site_search_box"
>
<div
class=
"h_mod_input"
>
<form
name=
""
action=
""
method=
"POST"
>
<input
type=
"text"
name=
"kw"
value=
""
class=
"iSearchAssist"
autocomplete=
"off"
>
<button
type=
"submit"
><i
class=
"fa fa-search"
aria-hidden=
"true"
></i></button>
</form>
</div>
</div>
</div>
<!-- search container box end -->
<!-- change region container start -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment