diff options
author | 无闻 <u@gogs.io> | 2015-02-11 12:27:29 -0500 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-02-11 12:27:29 -0500 |
commit | 0af74b36add865445ed1d6cd649910d8bb82fe5e (patch) | |
tree | 6e83ad33b2235d1c8f3949872a7cbaf06aaf0228 /public/ng/css/gogs.css | |
parent | d02e45f985ce371eb33fcca86bf80ca078be1d88 (diff) | |
parent | e5d6f4ce56fbd32cc9a178cffd40a72efee59e74 (diff) |
Merge pull request #937 from Stefan-Code/dev
Changes to repo-header-download-drop
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 71208f4b..9f6cf12f 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1066,6 +1066,9 @@ The register and sign-in page style #repo-header-download-drop .btn > i { margin-right: 6px; } +#repo-header-download-drop input { + cursor: default; +} #repo-header-download-drop button, #repo-header-download-drop input { font-size: 11px; |