Skip to content

Commit

Permalink
Improved search dropdown icon usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tsu-ki committed Nov 30, 2024
1 parent d4af40e commit 3d170bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
placeholder="Search"
class="text-xl lg:text-base lg:ps-9 lg:scale-[1.4] w-[70px] lg:w-auto h-16 placeholder-[#9CA3AF] bg-[#EDEDED] outline-none p-5 font-semibold rounded-l-2xl">
<select name="category"
class="text-xl lg:text-base lg:scale-[1.4] w-[70px] lg:w-auto h-16 placeholder-[#9CA3AF] bg-[#ededed] outline-none p-5 font-semibold rounded-r-2xl text-[#9CA3AF]">
class="text-xl lg:text-base lg:scale-[1.4] flex-grow h-16 placeholder-[#9CA3AF] bg-[#ededed] outline-none p-5 font-semibold rounded-r-2xl text-[#9CA3AF]">
<option value="organizations">{% trans "Organizations" %}</option>
<option value="projects">{% trans "Projects" %}</option>
<option value="users">{% trans "Users" %}</option>
Expand Down

0 comments on commit 3d170bb

Please sign in to comment.