aboutsummaryrefslogtreecommitdiffstats
path: root/templates/explore
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-04-03 10:37:32 +0200
committerGitHub <noreply@github.com>2021-04-03 10:37:32 +0200
commitd0c9b3e20868db5116a0151bc3b40941bc544251 (patch)
tree00f352bb0b39a9fa6031de9236c2b471450a15d2 /templates/explore
parent70d84f9b733bc337c6e7c4da0bc07c5803773869 (diff)
downloadgitea-d0c9b3e20868db5116a0151bc3b40941bc544251.tar.gz
gitea-d0c9b3e20868db5116a0151bc3b40941bc544251.zip
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
Diffstat (limited to 'templates/explore')
-rw-r--r--templates/explore/code.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/code.tmpl b/templates/explore/code.tmpl
index 2465663a60..b22fe039a2 100644
--- a/templates/explore/code.tmpl
+++ b/templates/explore/code.tmpl
@@ -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>