projects
/
WP-Themes
/
charemisd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f10f61b
)
adding transparent button text to the search input field
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 20 Aug 2018 16:22:55 +0000
(12:22 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 20 Aug 2018 16:22:55 +0000
(12:22 -0400)
parts/search.php
patch
|
blob
|
history
diff --git
a/parts/search.php
b/parts/search.php
index
fbe9066
..
b640f0a
100644
(file)
--- a/
parts/search.php
+++ b/
parts/search.php
@@
-1,5
+1,5
@@
<form role="search" method="get" id="topSearchForm" action="<?php echo home_url('/'); ?>site-search/">
<label style="display: none;" for="header-search">Search</label>
<input class="search-input" type="text" placeholder="SEARCH" value="" name="query" id="header-search">
- <input
type="submit" class="button" name="submit" value="
">
+ <input
style="color: transparent;" type="submit" class="button" name="submit" value="Search
">
</form>