Skip to content
Snippets Groups Projects
Commit 372e4a05 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub
Browse files

Merge pull request #581 from squat/revert_btn_fix

frontend: revert button fix
parents f1f7d1c4 f6762fd3
No related branches found
No related tags found
No related merge requests found
...@@ -89,14 +89,14 @@ ...@@ -89,14 +89,14 @@
} }
.btn { .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); 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; font-size: 14px;
line-height: 1; border-radius: 4px;
padding: 6px 12px; border: none;
cursor: pointer;
font-size: 16px;
}
.btn:focus { .btn:focus {
outline: none; outline: none;
} }
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
{{ end }} {{ 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 }}" /> <input type="hidden" name="token" value="{{ .Token }}" />
</form> </form>
{{ end }} {{ end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment