diff options
author | Stefan-Code <Stefan-Code@users.noreply.github.com> | 2015-02-11 07:28:51 +0100 |
---|---|---|
committer | Stefan-Code <Stefan-Code@users.noreply.github.com> | 2015-02-11 07:28:51 +0100 |
commit | e5d6f4ce56fbd32cc9a178cffd40a72efee59e74 (patch) | |
tree | 0ce0b44760d40c6f76d8898b9480de8a6d55e176 /public | |
parent | 485ea6f14f38cfa5da4fa27865f62fcc7691ffb4 (diff) | |
download | gitea-e5d6f4ce56fbd32cc9a178cffd40a72efee59e74.tar.gz gitea-e5d6f4ce56fbd32cc9a178cffd40a72efee59e74.zip |
Changes to repo-header-download-drop, different repo-clone-url input behaviour
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 3 | ||||
-rw-r--r-- | public/ng/less/gogs/repository.less | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 71208f4b56..9f6cf12f97 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; diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 59513c77c7..d683d03341 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -81,6 +81,9 @@ .btn>i { margin-right: 6px; } + input { + cursor: default; + } button, input { font-size: 11px; } |