diff options
author | 无闻 <u@gogs.io> | 2015-02-18 05:33:58 -0500 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-02-18 05:33:58 -0500 |
commit | be19fe48d70cd7ce3ec0d49e2b6f47f83f33ad2f (patch) | |
tree | 7fb4a602afe87800e7f24957d9702ce38bbea643 /public | |
parent | a307574fbcb58bed41017fb2262852327cf050d0 (diff) | |
parent | b508fb041ff83919eff6618a62658288745a2c1b (diff) |
Merge pull request #968 from Stefan-Code/dev
Changed repo-clone url behavior on bare repo page, added LESS compile script
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 9f6cf12f..43931e94 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 d683d033..63c25d06 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; |