more fixes

This commit is contained in:
giggs 2022-08-02 07:18:47 +02:00
parent 023633e673
commit 1a11e9c85e
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ a, .thread:before, button, .button, input[type=button] {
color: white;
}
.submit, input[type=submit]:hover {
a.submit:hover, .submit:hover, input[type=submit]:hover {
color: white;
}

View File

@ -128,7 +128,7 @@
{{ if .Editing }}
<input type="submit" value="Save" />
{{ else }}
<a class="button" href="javascript:;" onclick="gotoTab('description');">Next</a>
<a class="button submit" href="javascript:;" onclick="gotoTab('description');">Next</a>
{{ end }}
</div>
</div>
@ -183,7 +183,7 @@
{{ if .Editing }}
<input type="submit" value="Save" />
{{ else }}
<a class="button" href="javascript:;" onclick="gotoTab('assets');">Next</a>
<a class="button submit" href="javascript:;" onclick="gotoTab('assets');">Next</a>
{{ end }}
</div>
</div>