Skip to content

Commit

Permalink
Merge pull request #581 from squat/revert_btn_fix
Browse files Browse the repository at this point in the history
frontend: revert button fix
  • Loading branch information
ericchiang authored Sep 29, 2016
2 parents f1f7d1c + f6762fd commit 372e4a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions static/html/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
}

.btn {
border: none;
border-radius: 4px;
box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25);
cursor: pointer;
padding: 0;
font-size: 14px;
line-height: 1;
padding: 6px 12px;

border-radius: 4px;
border: none;
cursor: pointer;
font-size: 16px;
}
.btn:focus {
outline: none;
}
Expand Down
2 changes: 1 addition & 1 deletion static/html/reset-password.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="heading">Reset your password</h2>
</div>
{{ end }}

<button type="submit" class="btn btn-tec">Reset</button>
<button type="submit" class="btn btn-primary">Reset</button>
<input type="hidden" name="token" value="{{ .Token }}" />
</form>
{{ end }}
Expand Down

0 comments on commit 372e4a0

Please sign in to comment.