auto merge of #10759 : SiegeLord/rust/placeholder, r=cmr
This makes the search bar more visible.
This commit is contained in:
commit
3a3ffab69b
@ -59,7 +59,9 @@ pub fn render<T: fmt::Default, S: fmt::Default>(
|
||||
<nav class=\"sub\">
|
||||
<form class=\"search-form js-only\">
|
||||
<input class=\"search-input\" name=\"search\"
|
||||
autocomplete=\"off\" />
|
||||
autocomplete=\"off\"
|
||||
placeholder=\"Search documentation...\"
|
||||
type=\"search\" />
|
||||
<button class=\"do-search\">Search</button>
|
||||
</form>
|
||||
</nav>
|
||||
|
Loading…
x
Reference in New Issue
Block a user