forked from mmvanheusden/SteamDepotDownloaderGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add anonymous login support and update Primer CSS
- Loading branch information
1 parent
c84e86c
commit 0ef69fa
Showing
3 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta content="width=device-width, initial-scale=1" name="viewport"/> | ||
<link href="https://unpkg.com/@primer/[email protected].6/dist/primer.css" rel="stylesheet"/> | ||
<link href="https://unpkg.com/@primer/[email protected].7/dist/primer.css" rel="stylesheet"/> | ||
<title>SteamDepotDownloaderGUI</title> | ||
</head> | ||
<body> | ||
|
@@ -33,7 +33,7 @@ | |
<svg class="octicon" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm6.5-.25A.75.75 0 017.25 7h1a.75.75 0 01.75.75v2.75h.25a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h.25v-2h-.25a.75.75 0 01-.75-.75zM8 6a1 1 0 100-2 1 1 0 000 2z" | ||
fill-rule="evenodd"></path> | ||
</svg>Please fill in all fields. | ||
</svg>Please fill in all required fields. | ||
</div> | ||
</div> | ||
<div class="f0-light text-center">Steam Depot Downloader</div> | ||
|
@@ -43,7 +43,7 @@ | |
<div class="form-group-header"> | ||
<label for="username">Username</label> | ||
</div> | ||
<div aria-label="Enter your username here." class="form-group-body tooltipped tooltipped-n"> | ||
<div aria-label="Enter your username here. (leave empty for anonymous login)" class="form-group-body tooltipped tooltipped-n"> | ||
<input class="form-control input-block" id="username" type="text"/> | ||
</div> | ||
</div> | ||
|
@@ -52,7 +52,7 @@ | |
<div class="form-group-header"> | ||
<label for="password">Password</label> | ||
</div> | ||
<div aria-label="Enter your password here." class="form-group-body tooltipped tooltipped-n"> | ||
<div aria-label="Enter your password here. (leave empty for anonymous login)" class="form-group-body tooltipped tooltipped-n"> | ||
<input class="form-control input-block" id="password" type="password"/> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters