Skip to content

Commit 65fc61f

Browse files
committed
Changed the input type="text" in the sidebar to input type="search" now that it's possible to re-style.
1 parent 61d66c4 commit 65fc61f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dark.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ <h1>
411411
App Name
412412
</div>
413413
<form action="" class="abs header_lower chrome_dark">
414-
<input type="text" id="q" name="q" placeholder="Search..." />
414+
<input type="search" id="q" name="q" placeholder="Search..." />
415415
</form>
416416
<div id="sidebar_content" class="abs">
417417
<div id="sidebar_content_inner">

light.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ <h1>
411411
App Name
412412
</div>
413413
<form action="" class="abs header_lower chrome_light">
414-
<input type="text" id="q" name="q" placeholder="Search..." />
414+
<input type="search" id="q" name="q" placeholder="Search..." />
415415
</form>
416416
<div id="sidebar_content" class="abs">
417417
<div id="sidebar_content_inner">

mixed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ <h1>
411411
App Name
412412
</div>
413413
<form action="" class="abs header_lower chrome_light">
414-
<input type="text" id="q" name="q" placeholder="Search..." />
414+
<input type="search" id="q" name="q" placeholder="Search..." />
415415
</form>
416416
<div id="sidebar_content" class="abs">
417417
<div id="sidebar_content_inner">

0 commit comments

Comments
 (0)