File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
* .db
3
3
* .log
4
+ log /
4
5
custom /
5
6
data /
6
7
.vendor /
@@ -34,4 +35,4 @@ docker/fig.yml
34
35
docker /docker /Dockerfile
35
36
docker /docker /init_gogs.sh
36
37
gogs.sublime-project
37
- gogs.sublime-workspace
38
+ gogs.sublime-workspace
Original file line number Diff line number Diff line change @@ -1066,6 +1066,9 @@ The register and sign-in page style
1066
1066
# repo-header-download-drop .btn > i {
1067
1067
margin-right : 6px ;
1068
1068
}
1069
+ # repo-header-download-drop input {
1070
+ cursor : default;
1071
+ }
1069
1072
# repo-header-download-drop button ,
1070
1073
# repo-header-download-drop input {
1071
1074
font-size : 11px ;
Original file line number Diff line number Diff line change 81
81
.btn > i {
82
82
margin-right : 6px ;
83
83
}
84
+ input {
85
+ cursor : default ;
86
+ }
84
87
button , input {
85
88
font-size : 11px ;
86
89
}
Original file line number Diff line number Diff line change 22
22
<button class="btn btn-blue left btn-left-radius" id="repo-clone-ssh" data-link="{{$.CloneLink.SSH}}">SSH</button>
23
23
{{end}}
24
24
<button class="btn {{if $.DisableSSH}}btn-blue{{else}}btn-gray{{end}} left" id="repo-clone-https" data-link="{{$.CloneLink.HTTPS}}">HTTPS</button>
25
- <input id="repo-clone-url" class="ipt ipt-disabled left" value="{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}" readonly />
25
+ <input id="repo-clone-url" class="ipt ipt-disabled left" value="{{if $.DisableSSH}}{{$.CloneLink.HTTPS}}{{else}}{{$.CloneLink.SSH}}{{end}}" onclick="this.select();" readonly />
26
26
<button id="repo-clone-copy" class="btn btn-black left btn-right-radius" data-copy-val="val" data-copy-from="#repo-clone-url" original-title="{{$.i18n.Tr "repo.click_to_copy"}}" data-original-title="{{$.i18n.Tr "repo.click_to_copy"}}" data-after-title="{{$.i18n.Tr "repo.copied"}}">{{$.i18n.Tr "repo.copy_link"}}</button>
27
27
<p class="text-center" id="repo-clone-help">{{$.i18n.Tr "repo.clone_helper" "http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository" | Str2html}}</p>
28
28
<hr/>
60
60
</ul>
61
61
</div>
62
62
</div>
63
- {{end}}
63
+ {{end}}
You can’t perform that action at this time.
0 commit comments