diff options
author | Unknwon <u@gogs.io> | 2015-09-05 05:06:03 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-05 05:06:03 -0400 |
commit | 1c2dbd7183f12eff0be33c7a8d1cf0753dd42324 (patch) | |
tree | aa1f04f509824a7dd995c4f3058a858d166b213c /templates/install.tmpl | |
parent | e885d34aa6ea1313fc5efa70197f639dddb21ec3 (diff) | |
download | gitea-1c2dbd7183f12eff0be33c7a8d1cf0753dd42324.tar.gz gitea-1c2dbd7183f12eff0be33c7a8d1cf0753dd42324.zip |
fix dropdown style
Diffstat (limited to 'templates/install.tmpl')
-rw-r--r-- | templates/install.tmpl | 2 |
1 files changed, 1 insertions, 1 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}} |