diff options
author | Stefan-Code <Stefan-Code@users.noreply.github.com> | 2015-02-18 08:22:13 +0100 |
---|---|---|
committer | Stefan-Code <Stefan-Code@users.noreply.github.com> | 2015-02-18 08:22:13 +0100 |
commit | 1628ef4ba5120d338c0616e37153f9f9b2f8f236 (patch) | |
tree | e8defff30d6b173a241884937658ac3956281875 /public | |
parent | 6e341e26b30090a335861da35b9cc09977b971a4 (diff) | |
download | gitea-1628ef4ba5120d338c0616e37153f9f9b2f8f236.tar.gz gitea-1628ef4ba5120d338c0616e37153f9f9b2f8f236.zip |
changed repo-clone-url behaviour for bare repo
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 4 | ||||
-rw-r--r-- | public/ng/less/gogs/repository.less | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 9f6cf12f97..43931e94d3 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1066,9 +1066,6 @@ 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; @@ -1089,6 +1086,7 @@ The register and sign-in page style border-right: none; width: 190px; border-left: none; + cursor: default; } #repo-clone-help { clear: both; diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index d683d03341..63c25d06b6 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -81,9 +81,6 @@ .btn>i { margin-right: 6px; } - input { - cursor: default; - } button, input { font-size: 11px; } @@ -104,6 +101,7 @@ border-right: none; width: 190px; border-left: none; + cursor: default; } #repo-clone-help { clear: both; |