Skip to content

Commit 19033cc

Browse files
Add classes
1 parent fc8d0a8 commit 19033cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GitHubAccess/templates/clone-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="dialog-title">{{title}}</h1>
1313
<div class="step1 form-horizontal">
1414
<label>Branch to Clone:</label>
1515
<select class='branch-selection'></select><br>
16-
<input type='text' placeholder='Folder to clone repo to'>
16+
<input class="target-path" type='text' placeholder='Folder to clone repo to'>
1717
<button class='btn select-folder' data-button-id='select-folder'>Select Folder</button>
1818
</div><br/>
1919
<div class="step2 form-horizontal">

GitHubAccess/templates/login-dialog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ <h1 class="dialog-title">{{title}}</h1>
99
</p>
1010
<div class="oauth-auth form-horizontal">
1111
<label for="repo">Oauth Token:</label>
12-
<input type='text' placeholder='Token'>
12+
<input class="oauth-token" type='text' placeholder='Token'>
1313
</div>
1414
<div class="basic-auth form-horizontal">
1515
<label for="repo">Username:</label>
16-
<input type='text' placeholder='Username'>
16+
<input class="user" type='text' placeholder='Username'>
1717
<label for="repo">Password:</label>
18-
<input type='password' placeholder='Password'>
18+
<input class="password" type='password' placeholder='Password'>
1919
</div>
2020
<input type="checkbox" name="remember" value="Remember login">
2121
</div>

0 commit comments

Comments
 (0)