From 1c2dbd7183f12eff0be33c7a8d1cf0753dd42324 Mon Sep 17 00:00:00 2001 From: Unknwon <u@gogs.io> Date: Sat, 5 Sep 2015 05:06:03 -0400 Subject: [PATCH] fix dropdown style --- templates/install.tmpl | 2 +- templates/repo/settings/options.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/install.tmpl b/templates/install.tmpl index 5bf741afb0..3001a47bfd 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -16,7 +16,7 @@ <label>{{.i18n.Tr "install.db_type"}}</label> <div class="ui selection database type dropdown"> <input type="hidden" id="db_type" name="db_type" value="{{.CurDbOption}}"> - <div class="default text">{{.CurDbOption}}</div> + <div class="text">{{.CurDbOption}}</div> <i class="dropdown icon"></i> <div class="menu"> {{range .DbOptions}} diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 6218515537..474d719eb7 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -32,7 +32,7 @@ <label>{{.i18n.Tr "repo.default_branch"}}</label> <div class="ui selection dropdown"> <input type="hidden" id="branch" name="branch" value="{{.Repository.DefaultBranch}}"> - <div class="default text">{{.Repository.DefaultBranch}}</div> + <div class="text">{{.Repository.DefaultBranch}}</div> <i class="dropdown icon"></i> <div class="menu"> {{range .Branches}}