Skip to content

Commit

Permalink
fix: embed magnifying glass icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Jul 12, 2023
1 parent fce9285 commit 8a45d51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions internal/http/html/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ a.show-underline {
color: blue;
}

.inline-heading {
font-weight: 700;
}

/* the commit sha for a resource; de-emphasised because it's not
* usually relevant to the user */
.commit {
Expand Down
3 changes: 2 additions & 1 deletion internal/http/html/static/css/workspace_list.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

input[type="search"] {
padding-left: 30px;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/55/Magnifying_glass_icon.svg");
/* https://upload.wikimedia.org/wikipedia/commons/5/55/Magnifying_glass_icon.svg */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='490' height='490'%3E%3Cpath fill='none' stroke='%23000' stroke-width='36' stroke-linecap='round' d='m280,278a153,153 0 1,0-2,2l170,170m-91-117 110,110-26,26-110-110'/%3E%3C/svg%3E");
background-size: 13px;
background-repeat: no-repeat;
background-position: 10px center;
Expand Down

0 comments on commit 8a45d51

Please sign in to comment.