Skip to content

Commit

Permalink
search: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sensei-hacker committed Jan 20, 2025
1 parent 95bc7a3 commit ee3e66e
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
46 changes: 46 additions & 0 deletions images/icons/search-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions images/icons/search-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,16 @@ li.active .ic_mag {
background-image: url("./../../images/icons/cf_icon_mag_white.svg");
}

.ic_search {
background-image: url("./../../images/icons/search-gray.svg");
}

.ic_search:hover {
background-image: url("./../../images/icons/search-white.svg");
}



#content {
margin-top: 0;
padding: 0;
Expand Down

0 comments on commit ee3e66e

Please sign in to comment.