mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-05-04 02:34:37 +00:00
Branch page and misc css improvements (#15208)
- Improve branches page, increase icon size, use octicons, use css vars - Style placeholder color via css var - Slightly increase contrast of input fields and active/hover states - Add styling for select boxes in arc-green
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="twelve wide field">
|
||||
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
|
||||
</div>
|
||||
<div class="two wide field">
|
||||
<div class="two wide field mx-2">
|
||||
<select name="t">
|
||||
<option value="">{{.i18n.Tr "explore.search.fuzzy"}}</option>
|
||||
<option value="match" {{if eq .queryType "match"}}selected{{end}}>{{.i18n.Tr "explore.search.match"}}</option>
|
||||
|
||||
Reference in New Issue
Block a user