mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user