Skip to content

Commit

Permalink
Merge pull request reisxd#440 from git-Hmmm/patch-2
Browse files Browse the repository at this point in the history
cosmetic change: style search box
  • Loading branch information
reis authored Sep 20, 2022
2 parents 10213ae + ec09c79 commit ea7b216
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/patches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h1>Select patches to include</h1>
</div>
<div>
<input
class="searchBox"
id="search"
type="text"
placeholder="Search for a patch..."
Expand Down
11 changes: 11 additions & 0 deletions public/styles/patches.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ li {
display: flex;
margin-bottom: 15px;
}

.searchBox {
width: 100%;
color: var(--textColor);
border-radius: var(--border-radius);
padding: 12px;
background-color: var(--interactableColor);
border: 2px solid #dddddd2e;
font-size: 14px;
margin-top: 5px;
}

0 comments on commit ea7b216

Please sign in to comment.