diff --git a/self_hosting_machinery/webgui/static/style.css b/self_hosting_machinery/webgui/static/style.css index 33b34f84..d4b67828 100644 --- a/self_hosting_machinery/webgui/static/style.css +++ b/self_hosting_machinery/webgui/static/style.css @@ -660,4 +660,16 @@ h3 { border-left-width: 0.25rem; border-radius: 0.25rem; border-left-color: #5bc0de; -} \ No newline at end of file +} +.form-control::-webkit-input-placeholder { + color: #dddddd !important; +} +.form-control::placeholder { + color: #dddddd !important; +} +.form-control:-ms-input-placeholder { + color: #dddddd !important; +} +.form-control::-ms-input-placeholder { + color: #dddddd !important; +} diff --git a/self_hosting_machinery/webgui/static/tab-upload.html b/self_hosting_machinery/webgui/static/tab-upload.html index 1de215cd..a3b44241 100644 --- a/self_hosting_machinery/webgui/static/tab-upload.html +++ b/self_hosting_machinery/webgui/static/tab-upload.html @@ -134,19 +134,18 @@
https://github.com/my_company/my_repo
user@github.com:my_company/my_repo.git
- git@github.com:smallcloudai/refact.git
+ For private repositories, and use a link like this:
+ git@github.com:my_company/my_repo.git
+