Show successful match, fix text/button reset

Shows patches matched for full matches to help identify which version was uploaded (with accompanying green style).

Also, fixes force load text and buttons not hiding/clearing when uploading a matching file after a non-matching file without reloading the page.
This commit is contained in:
Horo
2021-03-26 03:53:45 -07:00
committed by Will
parent 86ecb1287a
commit 176fa72e5f
2 changed files with 18 additions and 0 deletions
+6
View File
@@ -209,6 +209,12 @@ button:hover:enabled, .fileLabel > strong:hover {
color: red;
}
.matchSuccess {
font-size: 15px;
font-style: italic;
color: green;
}
li > button {
height: 24px;
padding: 0 7px;