Use search input type for package name on package search page

This commit is contained in:
Martchus 2024-04-01 15:58:47 +02:00
parent efc9e72410
commit ee52eeffd4
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#package-search-db {
height: 100px !important;
}
#package-search-form table input[type="text"], #package-search-form table select {
#package-search-form table input[type="text"], input[type="search"], #package-search-form table select {
width: 100%;
}
#package-search-form table td, #package-search-form table th {

View File

@ -65,7 +65,7 @@
<table class="form-row">
<tr>
<th>Package name:</th>
<td><input type="text" name="name" placeholder="Package name" /></td>
<td><input type="search" name="name" placeholder="Package name" /></td>
<th rowspan="3">Database:</th>
<th rowspan="3">
<select id="package-search-db-arch-filter" class="arch-filter">